summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/services/mail_sender.py
AgeCommit message (Collapse)Author
2017-07-25[pkg] packaging and path changesKali Kaneko
- move all the pixelated python package under src/ - move the pixelated_www package under the leap namespace - allow to set globally the static folder - add hours and minutes to the timestamp in package version, to allow for several releases a day.
2017-03-15|#997| Sriram + Denis | Log recipients while sending messageSriram Viswanathan
2016-10-18Adapted imports to reflect new bitmask-dev dependencyBruno Wagner
2016-05-27Issue #695: Show all recipients in mail sent foldershabbyrobe
2016-05-19issue #685 remove duplicated email recipientsmfrankie
2016-05-19remove duplicated mails, wipmfrankie
2015-11-26Issue #532 - Removing name from canonical addressJefferson Stachelski
Now the canonical mail address are been parsed to a common one, but it is a Twisted smtp bug that should be fixed in the future
2015-11-25Isse #515 - Refactored bcc login on send mailJefferson Stachelski
2015-11-25Issue #515 - Removed the Bcc when sending emailJefferson Stachelski
2015-11-04Issue #499 - removed the local SMTPJefferson Stachelski
2015-11-04Add error handling to MailSenderFolker Bernitt
- Issue #499
2015-11-04Change str email to twisted.mail.smtp.UserFolker Bernitt
- Issue #499 - leap.mail relies on this
2015-11-04Instantiate new MailSender in ServicesFolker Bernitt
- Issue #499 - Some smaller refactorings - Extract smtp cert download to own class
2015-11-03Issue #499 - Fixed pep8Jefferson Stachelski
2015-11-03Issue #499 Moved remote smtp configurationBruno Wagner
We removed the common parts from the bitmask libraries smtp and adapted the tests. We also advanced the new mail sender implementation, but it is coupled to the twisted.mail.smtp.User currently and we need to adapt leap mail to remove this dependency
2015-11-03Add new MailSender based on OutgoingMailFolker Bernitt
- Issue #499 - No longer needs local smtp port
2015-11-03Rename MailSender to LocalSmtpMailSenderFolker Bernitt
- Issue #499
2015-06-07smtp with better variable naming and random portVictor 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-18#294 - not failing service startup if smtp fails to startDuda Dornelles
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-01-30#236 Fixed variable and method namesJefferson Stachelski
2015-01-30Removing duplicate email addresssimnyatsanga
2015-01-29#249 make the sending process a deferredAlexandre Pretto Nunes
2014-12-22refactoring package structureDuda Dornelles