mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
message gathering (via the IMAP transport) to only messages matching a specified subject. Fixes #49.
5 lines
169 B
Python
5 lines
169 B
Python
from .test_mailbox import *
|
|
from .test_message_flattening import *
|
|
from .test_process_email import *
|
|
from .test_transports import *
|
|
from .test_integration_imap import *
|