forked from mirror/django-mailbox
Actually fixing Python 3 support; verified both IMAP and POP3. Fixes #13 (seriously this time).
This commit is contained in:
parent
4002d5c222
commit
3b2d60a903
9 changed files with 145 additions and 16 deletions
|
|
@ -1,4 +1,7 @@
|
|||
class GenericFileMailbox(object):
|
||||
from .base import EmailTransport
|
||||
|
||||
|
||||
class GenericFileMailbox(EmailTransport):
|
||||
_variant = None
|
||||
_path = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue