summaryrefslogtreecommitdiff
path: root/service/test/unit/adapter/test_mailbox.py
AgeCommit message (Collapse)Author
2015-08-11Skipped test_welcome_mail integration test.Folker Bernitt
- Fixed test_mailbox.py
2015-03-22checks if a mailbox is fresh (uid is 0).Victor Shyba
If so, we are able to put welcome mail on INBOX after checking it -- Issue #334
2015-03-18cleaning import * from integration and unit testsVictor Shyba
2015-02-27Refactored out tag service and replaced mail normalization with built-in ↵Bruno Wagner & Victor Shyba
parseaddr Also made some minor fixes based on pylint output
2015-02-03Movinge MailsResource#render_POST logic to MailService and some ↵Duda Dornelles
search_engine calls to Mailbox
2015-01-22 #224 renaming tests so they get caught by trial runnerDuda Dornelles