forked from mirror/django-mailbox
6 lines
147 B
Python
6 lines
147 B
Python
from mailbox import MH
|
|
from django_mailbox.transports.generic import GenericFileMailbox
|
|
|
|
|
|
class MHTransport(GenericFileMailbox):
|
|
_variant = MH
|