Martin Rusev
5eea100d29
Create .travis.yml
2014-04-29 09:05:41 +03:00
Martin Rusev
9a0af18b0b
Merge pull request #28 from gauden/master
...
Recognize inline images as attachments
2014-01-06 09:15:54 -08:00
Gauden Galea
4c7d52e2e1
Recognize inline images as attachments
...
When parsing attachments allow content-disposition to take either of two
values: 'attachment', or 'inline'. The latter appears to be used by
iPhone when sending images.
2014-01-06 14:54:55 +01:00
Martin Rusev
6ec9626c01
Merge pull request #24 from jdowner/readme
...
README: added 'uid' to example of message iteration
2013-12-20 08:14:23 -08:00
Martin Rusev
fe8aa3a28c
Merge pull request #25 from jdowner/minor-fixes
...
Minor changes
2013-12-20 08:13:52 -08:00
Joshua Downer
2600428ba7
imbox: added folders() method to Imbox
...
I think it would be nice to have the list of folders on the Imbox class along
with the message query rather than on the ImapTransport class. However, I have
left the existing list_folders() method on the ImapTransport to avoid breaking
existing code that is using imbox.
2013-12-20 06:55:17 -05:00
Joshua Downer
b37d9f2b45
imbox: moved attribute creation to __init__
...
This makes pylint happier :)
2013-12-20 06:55:17 -05:00
Joshua Downer
52bab82d7d
imbox: call close() before logout
...
The imaplib documentation recommends calling close() before logout to ensure
that 'deleted messages are removed from writable mailbox.'
2013-12-20 06:55:17 -05:00
Joshua Downer
44c05c514e
README: added 'uid' to example of message iteration
2013-12-20 06:16:27 -05:00
Martin Rusev
909d38989c
Merge pull request #21 from shanzi/master
...
Add parsed_date to message
2013-10-08 01:48:36 -07:00
Chase Zhang
54dc9c62c5
Add parsed_date to message
2013-10-08 01:25:09 +08:00
Martin Rusev
76425711a0
Merge pull request #20 from shanzi/master
...
add param parser
2013-09-27 09:56:48 -07:00
Chase Zhang
08e18c324f
add param parser
2013-09-27 23:22:38 +08:00
Martin Rusev
e6ea9ac86d
Readme updated
2013-09-25 15:50:44 +03:00
Martin Rusev
c55f069a97
Replace - with _ in the dict, fix connection problem
2013-09-25 15:49:47 +03:00
Martin Rusev
8acc88f1b2
Update __init__.py
2013-09-25 15:41:12 +03:00
Martin Rusev
8aef809be6
Merge pull request #17 from shanzi/master
...
Add some convenient operation
2013-09-24 04:03:49 -07:00
Chase Zhang
3c5294c67b
Add some convenient operation
2013-09-24 18:49:47 +08:00
Martin Rusev
c69f567f76
Update README.md
2013-08-07 12:06:11 +03:00
Martin Rusev
1356e13f8c
Roadmap updated
2013-08-07 12:05:03 +03:00
Martin Rusev
b80eb26bd4
Update README.md
2013-08-07 12:03:44 +03:00
Martin Rusev
3ee12c0346
Roadmap
2013-08-07 12:03:18 +03:00
Martin Rusev
f66442cffa
Fix typos
2013-08-07 10:04:47 +03:00
Martin Rusev
91717fc01b
Update README.md
2013-08-01 15:13:22 +03:00
Martin Rusev
35c0e762e7
Folder support
2013-07-31 14:38:42 +03:00
Martin Rusev
5830e2d4c1
Date - before, after
2013-07-31 13:59:44 +03:00
Martin Rusev
e7901308ae
Query builder
2013-07-31 13:34:39 +03:00
Martin Rusev
4d1f736948
Highlighted readme
2013-07-31 08:47:59 +03:00
Martin Rusev
f99f4dcaa7
Merge branch 'master' of github.com:martinrusev/mailbox
2013-07-30 16:52:35 +03:00
Martin Rusev
d5fdf9b498
Refactoring, initial test suite
2013-07-30 16:52:15 +03:00
Martin Rusev
bce90b70d8
Update README.md
2013-07-30 15:16:02 +03:00
Martin Rusev
61f6c9d283
Update README.md
2013-07-30 15:15:49 +03:00
Martin Rusev
8dcc527c7f
Rename the module to imbox to avoid namespace overlap with the Python module
2013-07-30 14:13:06 +03:00
Martin Rusev
3ea4bd4bf6
Attachments support, Code cleanup
2013-07-30 13:48:37 +03:00
Martin Rusev
161d26c72a
Merge pull request #10 from valmet/master
...
Split message body into plain and html, initial attachments support
2013-07-30 02:26:41 -07:00
Sofia Velmer
e5bc3722cb
Return maintype ifs
2013-07-30 00:08:38 +04:00
Sofia Velmer
81db0c15c1
Attachments support
2013-07-30 00:02:58 +04:00
Martin Rusev
32a8df4204
Merge pull request #9 from AnSavvides/master
...
Removing unnecessary code & improving readbility
2013-07-29 00:29:59 -07:00
Andreas Savvides
cc1bcec509
Improving parser code readability
...
- Avoid single character variable names
- Use more descriptive variable names (`address` to `address_email`)
- Use `default_charset` parameter instead of hard coding `'us-ascii'`
2013-07-27 12:22:49 +01:00
Andreas Savvides
65f7eb0222
Removing unused decode_header import
2013-07-27 12:09:08 +01:00
Andreas Savvides
6606b05e79
Removing unnecessary assignments and import
2013-07-27 12:08:44 +01:00
Martin Rusev
d41a04b7c0
Readme updated
2013-07-26 15:18:54 +03:00
Martin Rusev
aefa28e732
Conflicts fixed
2013-07-26 15:18:20 +03:00
Martin Rusev
fa13f3a2d2
0.4, parser updates, docs updated
2013-07-26 15:17:03 +03:00
Martin Rusev
c7f1adf5b7
Merge pull request #5 from andrewnelder/patch-1
...
Update __init__.py
2013-07-24 20:41:57 -07:00
Andrew Nelder
34dbfe2080
Update __init__.py
...
Corrected a typo "MesssageID" -> "MessageID"
2013-07-24 16:18:37 -10:00
Martin Rusev
0e8e2c2bc5
Update README.md
2013-07-24 13:41:15 +03:00
Martin Rusev
f614123d69
Update README.md
2013-07-24 10:55:22 +03:00
Martin Rusev
dfbc3db1e2
Update README.md
2013-07-24 10:55:11 +03:00
Martin Rusev
73e6f2fd94
Manual installation info
2013-07-23 20:01:01 +03:00