summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/services/mail/smtpbootstrapper.py
AgeCommit message (Collapse)Author
2015-03-09[bug] fix concatenation of full_user_id to make mail work0.8.2release/0.8.xKali Kaneko
At some moment, the semantics of the username that we pick from the login widget changed, so that there's a duplication of the domain part in the full_user_id that we were passing to the keymanager and the mail services. This fix has already been done in the current develop branch (for next release 0.9.0), so there's no need to port it when merging it back. While it is true that there's no official release of the client supporting mail yet, this was an easy fix to port so we will do a 0.8.2 bugfix release so that the 0.8 branch can be used experimentally to test against development providers. This doesn't mean that you can expect support on the 0.8.x branch yet, it's only that there is one less bug in here :) Resolves: #6759 Releases: 0.8.2
2014-09-03Code cleanup and logging improvements.Ivan Alejandro
2014-05-28Properly set userid for SMTPTomás Touceda
2014-05-21Move Mail logic to backend.Ivan Alejandro
2014-05-08Organize smtp logic in the bootstrapper.Ivan Alejandro
2013-09-18download cert for SMTP if EIP did not do it.Kali Kaneko
includes refactor of common code for download of certificates and config files.
2013-08-12fix imports to use new namespaceKali Kaneko
2013-08-12move everything into bitmask namespaceKali Kaneko