mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
6 lines
156 B
Python
6 lines
156 B
Python
from mailbox import Babyl
|
|
from django_mailbox.transports.generic import GenericFileMailbox
|
|
|
|
|
|
class BabylTransport(GenericFileMailbox):
|
|
_variant = Babyl
|