summaryrefslogtreecommitdiff
path: root/src/leap/mail/imap/service/imap-server.tac
AgeCommit message (Collapse)Author
2015-12-15[feat] credentials handling: use twisted.credKali Kaneko
2015-02-20fix broken multipart attachment renderingKali Kaneko
2015-02-20change environment variable for mail configKali Kaneko
2014-02-17pep8 fixes.Ivan Alejandro
2014-02-17Update keymanager kwargs, related to #5120.Ivan Alejandro
2014-01-15Update service initialization fileKali Kaneko
This will need to place a configuration file with: * userid * uuid * password (optional) Use it for even faster startup times, and running under the native twisted reactor.
2013-08-28Use dirspec instead of plain xdg. Closes #3574.Ivan Alejandro
2013-08-21Update to new soledad package scheme.drebs
2013-05-23provide a initialization entrypoint for client useKali Kaneko
2013-05-21use the same soledad instanceKali Kaneko
for incoming and mailbox
2013-05-21cleanup and complete docsKali Kaneko
2013-05-17Functional SoledadBackedAccount and LeapMailboxesKali Kaneko
The imap service is launched from the tac file, and still needs some information to be provided in separate config files that stub much of the initialization parameters. working fetch and store methods. tested with offlineimap and thunderbird. several mailboxes might be broken.