summaryrefslogtreecommitdiff
path: root/service/pixelated/bitmask_libraries/smtp.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.
2016-01-13Removed unused logging imports and fixed maintenance logger during testBruno Wagner
2015-11-04Issue #499 - removed the local SMTPJefferson Stachelski
2015-11-04Instantiate new MailSender in ServicesFolker Bernitt
- Issue #499 - Some smaller refactorings - Extract smtp cert download to own class
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-08-11migrates smtp, workingVictor Shyba
2015-06-19[refactor] Use auth for fewer parametersVictor Shyba
2015-06-18SMTP should be getting up properly againBruno Wagner
The latest changes on the platform caused the user agent to be unable to download the smtp client certificate, receiving a 401 in response. I added the authorization header to the call on the user agent so that is fixed.
2015-06-10Provider web certificate will always be bytestring now, requests complains ↵Bruno Wagner
otherwise
2015-06-08Heavy rework on certs, removed most of it, simplified the logicBruno Wagner
2015-06-08Fixed certificates initialization and removed which_api_bundleBruno Wagner
2015-06-07smtp with better variable naming and random portVictor Shyba
2015-04-23Changes to streamline the session creation and authenticate with the ↵Bruno Wagner
external srp leap library
2015-03-31Better naming for which_bundle functionsFolker Bernitt and Victor Shyba
-- Issues #93 and #333
2015-03-18cleaning unused imports and variablesVictor Shyba
2015-02-18#294 - not failing service startup if smtp fails to startDuda Dornelles
2015-01-06Removed log with duplicated informationBruno Wagner
2014-10-22Changed the print to make clearer what is running on that portBruno Wagner
2014-10-15Getting rid of singletons and optimizing importsDuda Dornelles
2014-08-29Removed last reference to self._twisted_port in smtp.pyBruno Wagner Goncalves
2014-08-29Fixed smtp testsBruno Wagner Goncalves
2014-08-29Removed flask reloader and changed the twisted port to be fixed again, now ↵Bruno Wagner Goncalves
running always on 4650
2014-08-28Neissi/Duda: sending emails. also moving local smtp creation to mail_service ↵Duda Dornelles
so we can use it later
2014-08-26refactoring pixelatedMail constructor so we can have 'two' (from_dict and ↵Duda Dornelles
from_leap_mail)
2014-08-25Add copyright and license notice to serviceAlexandre Pretto Nunes
2014-08-20Added setup.py and changed app to pixelated because it will be a packageBruno Wagner Goncalves