mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
6 lines
146 B
Python
6 lines
146 B
Python
|
|
from mailbox import MH
|
||
|
|
from django_mailbox.transports.generic import GenericFileMailbox
|
||
|
|
|
||
|
|
class MHTransport(GenericFileMailbox):
|
||
|
|
_variant = MH
|