Martin Rusev
b0566a68f0
Merge pull request #41 from amuzhou/master
...
fix parser bug
2015-01-28 06:39:48 +02:00
amuzhou
b040701d06
修改bug
2015-01-28 11:41:13 +08:00
Martin Rusev
b2d14d534a
Merge pull request #40 from shoonoise/master
...
Fix: imbox crashes when inbox is empty.
2015-01-16 07:43:46 +02:00
shoonoise
cff7b32971
Fix: imbox crashes when inbox is empty.
2015-01-15 19:55:01 +03:00
Martin Rusev
1abf7ba6dc
Merge pull request #37 from rbas/master
...
Add support for python 3
2014-10-24 07:55:00 +03:00
rbas
2975c42cfa
Remove support for python 2.6
2014-10-23 23:48:32 +02:00
rbas
68b40f1819
Add support for python 3.2
2014-10-23 23:46:13 +02:00
rbas
5186eb92b9
Add support for python 3.2
...
Re #26
2014-10-23 23:38:13 +02:00
rbas
2544ef725d
Add support for python 3
...
Re #26
2014-10-23 23:26:40 +02:00
Martin Rusev
998199a414
Merge pull request #36 from rbas/master
...
Bug fix. Use IMAP4 transport when not use ssl
2014-10-23 16:22:09 +03:00
rbas
eef6cc99a6
Bug fix. Set body when maintype is text
2014-10-23 14:57:07 +02:00
rbas
22b22b0469
Bug fix. Use IMAP4 transport when not use ssl
2014-10-23 14:22:12 +02:00
Martin Rusev
c982fdd339
Merge pull request #35 from francesco-tsl/master
...
simple pep8 fixes
2014-10-13 07:28:13 +03:00
minasss
90d7d92e15
date__gt, date__lt can be datetime.date objects; added tests for build_search_query
2014-10-12 19:14:49 +02:00
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