Adam Coddington
b4c20bdf2e
Reordering imports to match style guide.
2014-08-22 19:25:14 -07:00
Adam Coddington
7474cf0118
Prevent ImapTransport from raising exception when no messages are available. Fixes #24 . Release 3.4.1.
2014-08-14 21:41:08 -07:00
Adam Coddington
61b1e55c50
Minor stylistic changes.
2014-05-30 16:32:57 -07:00
Adam Coddington
91da5d3203
Merge remote-tracking branch 'alexlovelltroy/size_limiting' into issue_19
2014-05-30 16:31:13 -07:00
Alex Lovell-Troy
1efa1140a6
I'll get the 2to3 changes right someday
2014-05-29 23:47:48 -06:00
Alex Lovell-Troy
ec18a01880
Refactored the imap transport based on the tests
...
Testing the switch to uid-based IMAP calls required better testing
The better testing revealed some code that wasn't so pretty
I fixed the tests and the code
2014-05-29 23:41:11 -06:00
Adam Coddington
05c8d3ece8
Minor cleanup & a Python 3k fix.
2014-05-29 16:52:08 -07:00
Alex Lovell-Troy
ea793545d9
Update gmail.py
2014-05-29 07:31:14 -06:00
Alex Lovell-Troy
29d36a493a
Adding ability to limit messages by max size
...
Adding a new setting for maximum message size
Adding method to limit a set of message uids by size
Switching to IMAP uids so that we can trust that subsequent
commands will use the same ids
2014-05-28 20:39:13 -06:00
Alex Lovell-Troy
cc4e72305d
Adding gmail oauth2 authentication
...
python-social-auth is an optional dependency
2014-05-28 20:10:45 -06:00
Adam Coddington
0aa757955d
Create archive folder if it does not exist.
2014-05-25 12:57:38 -07:00
Daniel
0e0c6cf170
Added email archiving option to IMAP transport
2014-05-23 09:17:14 +01:00
Adam Coddington
3b2d60a903
Actually fixing Python 3 support; verified both IMAP and POP3. Fixes #13 (seriously this time).
2014-04-25 16:45:35 -07:00
Adam Coddington
02b63b4001
Merged in medsafe/django-mailbox/ashvetsov/fixes-to-push (pull request #1 )
...
Thanks @medsafe!
Fixes for signal exception handling and inability to get IMAP inbox
2013-09-07 13:05:25 -07:00
Adam Coddington
9cdb2d9d1b
PEP-8 Cleanup.
2013-06-22 14:35:47 -07:00
ashvetsov
8ab0f708c5
Fixed issue with exception when IMAP transport returned no messages.
...
--HG--
branch : ashvetsov/fixes-to-push
extra : source : b9b283ff46d734933c4a715630e114d5e250a34b
2013-04-11 15:48:49 +04:00
Adam Coddington
aa0b79b36f
Adding file-based transports including Maildir, Mbox, Babyl, MH, and MMDF.
2012-06-30 22:30:13 -07:00