Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-09 | Fold in changes | Tomás Touceda | |
2013-08-09 | Bump version to 0.3.0 | Tomás Touceda | |
2013-08-09 | Fold in changes | Tomás Touceda | |
2013-08-09 | Merge remote-tracking branch 'chiiph/feature/awesome_default_port' into develop | Kali Kaneko | |
2013-08-09 | Merge remote-tracking branch 'chiiph/bug/double_decrypt_incoming' into develop | Kali Kaneko | |
2013-08-09 | Merge remote-tracking branch 'chiiph/bug/donot_force_unittest' into develop | Kali Kaneko | |
2013-08-08 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'drebs/bug/3397-keymanager-should-support-bundled-gpg' into develop | |||
2013-08-09 | Fix error in encryption failure logging method. | drebs | |
2013-08-08 | Merge branch 'bug/check_str_or_unicode' into develop | drebs | |
2013-08-08 | Merge branch 'bug/unsupported_options' into develop | drebs | |
2013-08-08 | Merge branch 'bug/support_nicknym_potential_problems' into develop | drebs | |
2013-08-08 | Comment out unittest import | Tomás Touceda | |
2013-08-08 | Use 1984 as default port for imap | Tomás Touceda | |
2013-08-08 | Decrypt double encrypted mail | Tomás Touceda | |
2013-08-08 | Do not fail if nickserver request fails | Tomás Touceda | |
2013-08-08 | Remove options from the constructor call for gnupg.GPG | Tomás Touceda | |
2013-08-08 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'drebs/feature/3397-keymanager-should-support-bundled-gpg' into develop | |||
2013-08-08 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'drebs/feature/3397-keymanager-should-support-bundled-gpg' into develop | |||
2013-08-08 | Update use of keymanager API. | drebs | |
2013-08-08 | Check for str or unicode for the cert/key fields | Tomás Touceda | |
2013-08-08 | Support bundled GPG and change API. | drebs | |
- Move openpgp encrypt/decrypt/sign/verify API to inside OpenPGP class. - Add encrypt/decrypt/sign/verify API to KeyManager. - Add possibility of passing custom gpg binary to KeyManager and OpenPGPScheme. - Remove "_asym" suffix from method names. - Bump version to 0.2.1. New API is *not* backwards compatible. | |||
2013-08-08 | Merge remote-tracking branch 'kali/bug/fix-imap-incoming-processing-r2' into ↵ | Tomás Touceda | |
develop | |||
2013-08-08 | Fix incoming processing mail. | Kali Kaneko | |
The deferred was not working properly so messages in the incoming queue were not being processed. | |||
2013-08-07 | catch exception if tried to stop not running loop | Kali Kaneko | |
2013-08-06 | Merge remote-tracking branch 'kali/feature/refactor_imap_fetch' into develop | Tomás Touceda | |
2013-08-06 | refactor recurring fetch | Kali Kaneko | |
2013-08-05 | use the right import path | Kali Kaneko | |
2013-08-05 | Merge remote-tracking branch 'chiiph/feature/cert_auth' into develop | Kali Kaneko | |
2013-08-02 | Add client certificate authentication | Tomás Touceda | |
2013-08-02 | Merge remote-tracking branch 'kali/feature/more_debug_info' into develop | Tomás Touceda | |
2013-08-02 | Add some logs to be able to follow the key generation. | Kali Kaneko | |
2013-08-02 | add gitignore | Kali Kaneko | |
2013-07-26 | Merge remote-tracking branch 'drebs/bug/3264-fix-keymanager-version' into ↵ | Tomás Touceda | |
develop | |||
2013-07-25 | Fix keymanager requirement to version 0.2.0. | drebs | |
2013-07-23 | Merge remote-tracking branch ↵ | Kali Kaneko | |
'drebs/feature/3037-separate-keymanager-into-its-own-package' into develop | |||
2013-07-22 | Add dependency for leap.keymanager. | drebs | |
2013-07-22 | Fix setuptools' test suite spec. | drebs | |
2013-07-22 | Adapt IMAP to latest Soledad api. | drebs | |
* Also fix some tests that where not up-to-date with code. | |||
2013-07-22 | Add .gitignore file. | drebs | |
2013-07-22 | Adapt smtp relay to latest soledad and keymanager. | drebs | |
2013-07-12 | Correct version to 0.2.0 | Tomás Touceda | |
2013-07-12 | Add CHANGELOG | Tomás Touceda | |
2013-07-02 | Move the key manager from leap_client repo to its own repo. | drebs | |
2013-05-29 | Merge remote-tracking branch 'kali/bug/imap-service-use-defer-to-thread' ↵ | Tomás Touceda | |
into develop | |||
2013-05-23 | provide a initialization entrypoint for client use | Kali Kaneko | |
2013-05-21 | Merge remote-tracking branch 'kali/feature/imap-service2' into develop | Tomás Touceda | |
Conflicts: pkg/requirements.pip src/leap/mail/imap/tests/test_imap.py | |||
2013-05-21 | use the same soledad instance | Kali Kaneko | |
for incoming and mailbox | |||
2013-05-21 | cleanup and complete docs | Kali Kaneko | |
2013-05-17 | Functional SoledadBackedAccount and LeapMailboxes | Kali 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-11 | Add changes file. | drebs | |