Commit Graph

204 Commits

Author SHA1 Message Date
Martin Rusev
01463c7ba0 Merge pull request #48 from NotANormalNerd/master
Add logging to imbox
2015-06-13 15:16:14 +03:00
Dennis Schmalacker
ccc4743c15 Add logging to imbox 2015-06-12 22:42:15 +02:00
Martin Rusev
a7d0cf4ac6 Merge pull request #46 from d1ffuz0r/cc_bcc_support
cc + bcc fields extraction
2015-05-27 13:23:14 +03:00
Roman Gladkov
65dfe753a2 cc + bcc extraction 2015-05-26 16:48:06 -07:00
Martin Rusev
3c4d59cba8 Update README.md 2015-04-23 15:51:34 +03:00
Martin Rusev
4a2cfa7f04 Update version and push to pypi 2015-04-23 15:45:13 +03:00
Martin Rusev
bbe29caf89 Merge pull request #44 from eliangcs/master
Add support for searching subject
2015-04-08 10:07:06 +03:00
Chang-Hung Liang
fded6c2f39 Add support for searching subject 2015-04-08 13:54:06 +08:00
Martin Rusev
fe0cc0b0a5 Merge pull request #43 from ookami-kb/master
excluded attachments from charset decoding; fixed regex in decode_param
2015-02-04 07:17:38 +02:00
ookami.kb
03ffe55255 excluded attachments from charset decoding; fixed regex in decode_param 2015-02-04 00:57:22 +01:00
Martin Rusev
c815f824df Merge pull request #42 from ookami-kb/master
fixed charset problems
2015-01-30 14:53:54 +02:00
ookami.kb
9e3fe0c1c8 fixed charset problems 2015-01-30 13:23:35 +01:00
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