1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00
django-mailbox/django_mailbox/transports
2014-05-14 16:32:10 +00:00
..
__init__.py Adding a gmail inbox type 2014-05-13 01:59:03 +00: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 Actually fixing Python 3 support; verified both IMAP and POP3. Fixes #13 (seriously this time). 2014-04-25 16:45:35 -07:00
gmail.py defaulting to google oauth where possible 2014-05-14 16:32:10 +00:00
google_api.py defaulting to google oauth where possible 2014-05-14 16:32:10 +00:00
imap.py Actually fixing Python 3 support; verified both IMAP and POP3. Fixes #13 (seriously this time). 2014-04-25 16:45:35 -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
oauth2.py Adding a gmail inbox type 2014-05-13 01:59:03 +00:00
pop3.py Actually fixing Python 3 support; verified both IMAP and POP3. Fixes #13 (seriously this time). 2014-04-25 16:45:35 -07:00