index
:
pixelated-user-agent.git
master
[pixelated-user-agent]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
service
/
pixelated
/
bitmask_libraries
/
smtp.py
Age
Commit message (
Collapse
)
Author
2015-08-11
migrates smtp, working
Victor Shyba
2015-06-19
[refactor] Use auth for fewer parameters
Victor Shyba
2015-06-18
SMTP should be getting up properly again
Bruno 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-10
Provider web certificate will always be bytestring now, requests complains ↵
Bruno Wagner
otherwise
2015-06-08
Heavy rework on certs, removed most of it, simplified the logic
Bruno Wagner
2015-06-08
Fixed certificates initialization and removed which_api_bundle
Bruno Wagner
2015-06-07
smtp with better variable naming and random port
Victor Shyba
2015-04-23
Changes to streamline the session creation and authenticate with the ↵
Bruno Wagner
external srp leap library
2015-03-31
Better naming for which_bundle functions
Folker Bernitt and Victor Shyba
-- Issues #93 and #333
2015-03-18
cleaning unused imports and variables
Victor Shyba
2015-02-18
#294 - not failing service startup if smtp fails to start
Duda Dornelles
2015-01-06
Removed log with duplicated information
Bruno Wagner
2014-10-22
Changed the print to make clearer what is running on that port
Bruno Wagner
2014-10-15
Getting rid of singletons and optimizing imports
Duda Dornelles
2014-08-29
Removed last reference to self._twisted_port in smtp.py
Bruno Wagner Goncalves
2014-08-29
Fixed smtp tests
Bruno Wagner Goncalves
2014-08-29
Removed flask reloader and changed the twisted port to be fixed again, now ↵
Bruno Wagner Goncalves
running always on 4650
2014-08-28
Neissi/Duda: sending emails. also moving local smtp creation to mail_service ↵
Duda Dornelles
so we can use it later
2014-08-26
refactoring pixelatedMail constructor so we can have 'two' (from_dict and ↵
Duda Dornelles
from_leap_mail)
2014-08-25
Add copyright and license notice to service
Alexandre Pretto Nunes
2014-08-20
Added setup.py and changed app to pixelated because it will be a package
Bruno Wagner Goncalves