summaryrefslogtreecommitdiff
path: root/service/test/unit/adapter/test_mail_service.py
AgeCommit message (Collapse)Author
2015-08-11Added mail store to mail service.Folker Bernitt
2015-08-11fix testing on draft while sending mailsVictor Shyba
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-09Adds service to move mails to inboxRoberto Soares
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-05(Re-)added error handling for twisted smtp sender.Folker Bernitt
- Issue #249 - Fixed all tests with that rely on sendmail deferred.
2015-02-04Refactoring more of resource logic into service. No more search engine on ↵Duda Dornelles
mail(s) resource
2015-02-03Movinge MailsResource#render_POST logic to MailService and some ↵Duda Dornelles
search_engine calls to Mailbox
2015-01-30249 Implemented a feature that send an email when something was wrong to ↵Jefferson Stachelski
send email
2015-01-22 #224 renaming tests so they get caught by trial runnerDuda Dornelles