Commit Graph

228 Commits

Author SHA1 Message Date
minasss
b5acdeca19 simple pep8 compliance fixes 2014-10-11 15:25:51 +02:00
minasss
0f6929956b simple pep8 compliance fixes 2014-10-11 15:24:45 +02:00
minasss
c2bdbf196c simple pep8 compliance fixes 2014-10-11 15:00:36 +02:00
minasss
1475742e53 simple pep8 compliance fixes 2014-10-11 14:59:09 +02:00
Martin Rusev
4d90f59e42 Update README.md 2014-08-14 09:54:19 +03:00
Martin Rusev
75d17cc7d6 Merge pull request #34 from SYNchroACK/master
Support 'inline' Content Disposition
2014-08-14 09:45:14 +03:00
Tomás Lima
8939d7a282 Support 'inline' Content Disposition 2014-08-14 00:30:41 +01:00
Martin Rusev
eba3765843 Merge pull request #33 from jdanbrown/include-raw-email
Include raw_email in parsed email
2014-07-30 18:50:12 +03:00
Dan Brown
5d5bbf93cd Include raw_email in parsed email 2014-07-30 11:28:51 -04:00
Martin Rusev
b68205e5db Merge pull request #32 from jdanbrown/fix-header-casing
Parsing should ignore header casing
2014-07-30 11:07:17 +03:00
Dan Brown
003339cd6c Fix: Parsing should ignore header casing 2014-07-29 19:23:55 -04:00
Martin Rusev
97e4c59bdf Merge pull request #31 from SYNchroACK/master
mark_seen Method Fix
2014-06-06 15:51:38 +03:00
synchroack
211d8c8355 fix mark_seen method 2014-06-06 12:46:09 +01:00
Martin Rusev
994f4960ab Update README.md 2014-04-29 09:07:43 +03:00
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