summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/services/mail
AgeCommit message (Collapse)Author
2014-01-12Merge remote-tracking branch 'refs/remotes/kali/feature/offline-mode' into ↵Tomás Touceda
develop
2014-01-11offline modeKali Kaneko
This will skip: * srp authentication with server * remote soledad configuration * keymanager sending key to server * imap fetches. Its main goal is to help us while debugging imap accounts, by cutting almost all communication with server. It will break havoc if you use it without having local keys configured. So, basically, use with care.
2014-01-08Flag imap session for closing. Fixes: #4925Kali Kaneko
This will need a more serious investigation, since we're not shutting down all the imap-related objects, but will do for now to prevent access to different accounts while a session is initiated in the MUA. (tested with thunderbird).
2013-12-27update mail path after refactorKali Kaneko
2013-12-20mail logsKali Kaneko
2013-12-18add repair mailbox utilityKali Kaneko
2013-11-12re-raise the exceptions on init as expectedKali Kaneko
2013-11-11Fix call to smtp gateway.drebs
2013-11-07Reject sender if it's not the logged in userTomás Touceda
2013-11-06Initializes mail service with the user id.Kali Kaneko
This will be used to properly obtain the private key that now is a property. It will also be needed for the imap authentication.
2013-10-31improve error handlingKali Kaneko
2013-10-30Properly stop imap at logoutTomás Touceda
2013-10-28Mail State Machine refactor. Closes: #4059Kali Kaneko
2013-09-18Move STANDALONE flag to a module and unify paths queries.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-21Make mail fetch interval in imap service configurableKali Kaneko
using environment variable. Closes: #3409
2013-08-12fix imports to use new namespaceKali Kaneko
2013-08-12move everything into bitmask namespaceKali Kaneko