1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Fixing test discovery, adding functionality allowing one to restict

message gathering (via the IMAP transport) to only messages matching a
specified subject.

Fixes #49.
This commit is contained in:
Adam Coddington 2015-04-12 11:34:44 -07:00
parent 634f2f4b26
commit abad769fd6
4 changed files with 76 additions and 15 deletions

View file

@ -2,3 +2,4 @@ from .test_mailbox import *
from .test_message_flattening import *
from .test_process_email import *
from .test_transports import *
from .test_integration_imap import *