This website requires JavaScript.
Explore
Help
Sign in
federico
/
django-mailbox
Watch
1
Star
0
Fork
You've already forked django-mailbox
0
forked from
mirror/django-mailbox
Code
Activity
django_1_9
django-mailbox
/
django_mailbox
/
transports
History
Download ZIP
Download TAR.GZ
Exact
Exact
Union
RegExp
Leifur Halldor Asgeirsson
55be6b37f2
possible fix for python3 maildir issue
2015-07-22 11:18:13 -07:00
..
__init__.py
Adding gmail oauth2 authentication
2014-05-28 20:10:45 -06:00
babyl.py
PEP-8 Cleanup.
2013-06-22 14:35:47 -07:00
base.py
Actually fixing Python 3 support; verified both IMAP and POP3.
Fixes
#13
(seriously this time).
2014-04-25 16:45:35 -07:00
generic.py
possible fix for python3 maildir issue
2015-07-22 11:18:13 -07:00
gmail.py
Minor cleanup & a Python 3k fix.
2014-05-29 16:52:08 -07:00
imap.py
Always store payload parts having a Content-Disposition of 'attachment' as attachments, even if their Content-Type is text/plain.
Fixes
#52
.
2015-07-07 23:09:41 -07:00
maildir.py
PEP-8 Cleanup.
2013-06-22 14:35:47 -07:00
mbox.py
PEP-8 Cleanup.
2013-06-22 14:35:47 -07:00
mh.py
PEP-8 Cleanup.
2013-06-22 14:35:47 -07:00
mmdf.py
PEP-8 Cleanup.
2013-06-22 14:35:47 -07:00
pop3.py
Adding a more-versatile condition-handling method for preventing integration tests from mashing on one another.
2015-07-07 22:22:15 -07:00