Age | Commit message (Expand) | Author |
2013-12-17 | Ignore encoding, use message.as_string directly. | Tomás Touceda |
2013-12-05 | Merge remote-tracking branch 'chiiph/bug/fix_deadlock' into develop | Kali Kaneko |
2013-12-05 | Fix deadlock situation if adding a skipped mail fails | Tomás Touceda |
2013-11-26 | Add tester script to ease debugging problematic mails. | Tomás Touceda |
2013-11-25 | Add X-Leap-Provenance header. Closes #4356. | drebs |
2013-11-08 | Implement processing skipped mail regularly | Tomás Touceda |
2013-11-07 | Refactor mail processing routine | Tomás Touceda |
2013-11-07 | Use inline defers for more readable code | Tomás Touceda |
2013-10-31 | Improve logging to better support unicode | Tomás Touceda |
2013-10-31 | Pick correct recipient and encoding | Tomás Touceda |
2013-10-30 | Merge remote-tracking branch 'chiiph/bug/recipient_return_line' into develop | Kali Kaneko |
2013-10-29 | Fix return codes for check recipient | Tomás Touceda |
2013-10-28 | Make the mail received callback more robust and add support for ml | Tomás Touceda |
2013-10-28 | Support any encoding in the emails | Tomás Touceda |
2013-10-15 | pep8 and sphinx format | Kali Kaneko |
2013-09-04 | Merge remote-tracking branch 'chiiph/bug/properly_parse_addr' into develop | Kali Kaneko |
2013-08-31 | Properly parse mail address | Tomás Touceda |
2013-08-30 | Merge remote-tracking branch 'chiiph/bug/keep_watcher_in_memory' into develop | Kali Kaneko |
2013-08-30 | Keep file watcher in memory to prevent losing file events | Tomás Touceda |
2013-08-29 | Actually save the doc in couch | Tomás Touceda |
2013-08-23 | Versioneer all the things! | Kali Kaneko |
2013-08-21 | Merge remote-tracking branch 'drebs/feature/3487-split-soledad-into-common-cl... | Tomás Touceda |
2013-08-20 | Migrate mx to work with the new couchdb structure and views | Tomás Touceda |
2013-08-19 | Update to new soledad package scheme. | drebs |
2013-08-09 | Bump version to 0.3.00.3.0 | Tomás Touceda |
2013-08-09 | Merge remote-tracking branch 'kali/bug/3405_return_for_bare_username' into de... | Tomás Touceda |
2013-08-09 | Return code even if bare username | Kali Kaneko |
2013-08-08 | Update to latest keymanager API and support bundled GPG. | drebs |
2013-08-06 | Fix alias lookup return codes. Closes #3356 | Kali Kaneko |
2013-07-31 | Use the new API to import ascii armored key | Tomás Touceda |
2013-07-04 | Update to latest Soledad api. | drebs |
2013-06-13 | Fix version number to be a consistent 0.2.2 (Closes: #2849) | Micah Anderson |
2013-05-10 | bump version | Kali Kaneko |
2013-05-09 | fix pip install | Kali Kaneko |
2013-05-08 | fix conflict | kali |
2013-05-07 | Add setup script and init.d script | Tomas Touceda |
2013-05-07 | Use the new naming for the soledad document json | Tomas Touceda |
2013-05-07 | Several fixes according to the review comments | Tomas Touceda |
2013-05-07 | Add incoming tag to unencrypted data too | Tomas Touceda |
2013-05-07 | Save unencrypted if no pubkey | Tomas Touceda |
2013-05-07 | Simplify check recipient access, change the owner field in mail_receiver | Tomas Touceda |
2013-05-07 | More cleanup | Tomas Touceda |
2013-05-07 | Add check recipient access | Tomas Touceda |
2013-05-07 | Catch the case where there's no pubkey for a user | Tomas Touceda |
2013-05-07 | Improve the rest and start everything from start_mx | Tomas Touceda |
2013-05-07 | Add pubkey retrieving | Tomas Touceda |
2013-05-07 | More fixes | Tomas Touceda |
2013-05-07 | Fix comment since we won't check for encryption before encrypting the email blob | Tomas Touceda |
2013-05-07 | Make couchdb work | Tomas Touceda |
2013-05-07 | Add stub for the mail_receiver | Tomas Touceda |