summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-08-09Merge remote-tracking branch 'chiiph/bug/donot_force_unittest' into developKali Kaneko
2013-08-08Merge branch 'bug/check_str_or_unicode' into developdrebs
2013-08-08Comment out unittest importTomás Touceda
2013-08-08Merge remote-tracking branch ↵Tomás Touceda
'drebs/feature/3397-keymanager-should-support-bundled-gpg' into develop
2013-08-08Update use of keymanager API.drebs
2013-08-08Check for str or unicode for the cert/key fieldsTomás Touceda
2013-08-08Fix incoming processing mail.Kali Kaneko
The deferred was not working properly so messages in the incoming queue were not being processed.
2013-08-07catch exception if tried to stop not running loopKali Kaneko
2013-08-06refactor recurring fetchKali Kaneko
2013-08-05use the right import pathKali Kaneko
2013-08-02Add client certificate authenticationTomás Touceda
2013-07-22Fix setuptools' test suite spec.drebs
2013-07-22Adapt IMAP to latest Soledad api.drebs
* Also fix some tests that where not up-to-date with code.
2013-07-22Adapt smtp relay to latest soledad and keymanager.drebs
2013-05-23provide a initialization entrypoint for client useKali Kaneko
2013-05-21Merge remote-tracking branch 'kali/feature/imap-service2' into developTomás Touceda
Conflicts: pkg/requirements.pip src/leap/mail/imap/tests/test_imap.py
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.
2013-05-11Make smtp-relay sign all outgoing message.drebs
* Update docstrings. * Remove prepareHeader and its bug. * Make smtp-relay always sign outgoing mail.
2013-05-11Adapt smtp-relay to use leap.common.keymanagerdrebs
* Add docstrings to smtp-relay classes. * Setup test suite. * Add setuptools-trial as dependency for tests. * Move smtp-relay tests to default test directory. * Add tests for smtp-relay. * Send of unencrypted mail depending on 'encrypted_only' param. * Malformed email address. * Add a helper function for smtp-relay. * Assert params for initializing SMTPFactory. * Use mail.util.parseaddr to parse email address. * Use email.message.Message to represent an email message in smtp-relay. * Make requirements effective and fix leap.common version in setup.py. * Add/remove dependencies in setup.py. * Fix Soledad instantiation in tests. * Fix sender address in smtp-relay. * Fix some comments regarding twisted's SSL and SMTP. * Remove authentication from smtp-relay when sending. This closes #2446.
2013-04-09Initial importKali Kaneko