summaryrefslogtreecommitdiff
path: root/service/test/integration/test_welcome_mail.py
AgeCommit message (Collapse)Author
2015-08-11Skipped test_welcome_mail integration test.Folker Bernitt
- Fixed test_mailbox.py
2015-06-05Added creation of input mail from python messageBruno Wagner
That way we don't need extra logic for the welcome mail, we just have to read the file and send the contents to the input mail parser and that's it. Also moved the logic of adding a welcome mail to the mailboxes because it has knowledge of mailbox methods anyways.
2015-04-01Unit tests, integration tests and welcome mailVictor Shyba
-- Issue #334