Age | Commit message (Expand) | Author |
2013-11-28 | use messageproducer to write messages to soledad | Kali Kaneko |
2013-11-28 | add message producer and consumer | Kali Kaneko |
2013-11-26 | fix adding msg with empty flags | Kali Kaneko |
2013-11-26 | Fix fetch iteration on empty folder | Kali Kaneko |
2013-11-26 | reduce polling time to one minute | Kali Kaneko |
2013-11-25 | Fail gracefully when failing to decrypt incoming messages. Closes #4589. | drebs |
2013-11-25 | Fix smtp tests to accept deferred and new param encoding. | drebs |
2013-11-21 | Add the preference parameter to openpgp header. Closes #3878. | drebs |
2013-11-21 | Add a header that reflects the validity of incoming signatures. Closes #4354. | drebs |
2013-11-21 | Add a footer to outgoing messages that point to where sender keys can be fech... | drebs |
2013-11-13 | fix mail UID indexing for non-sequential uids | Kali Kaneko |
2013-11-12 | check username on imap authentication | Kali Kaneko |
2013-11-12 | Remove 'multipart/encrypted' header after decrypting incoming mail. Closes #4... | drebs |
2013-11-11 | Correcly handle message headers when gatewaying. Closes #4322 and #4447. | drebs |
2013-11-11 | use deferToThread in the sendMail. Closes: #3937 | Kali Kaneko |
2013-11-11 | refactor callbacks so we properly catch remote errors | Kali Kaneko |
2013-11-11 | add a fqdn as the local domain, always | Kali Kaneko |
2013-11-11 | remove print | Kali Kaneko |
2013-11-11 | Change SMTP "relay" to "gateway". | drebs |
2013-11-07 | Cleanup code and fix tests. | drebs |
2013-11-07 | Do not encrypt already encrypted mails in SMTP relay. | drebs |
2013-11-07 | Reject senders if they aren't the logged in user | Tomás Touceda |
2013-11-06 | Make the pkey a property | Kali Kaneko |
2013-11-01 | notify MUA of new mail as it gets added to mailbox | Kali Kaneko |
2013-10-31 | Refactor out get_email_charset to leap.common | Tomás Touceda |
2013-10-30 | Return port and factory from the imap launch method | Tomás Touceda |
2013-10-24 | Implement TLS wrapper mode. | drebs |
2013-10-24 | Fix tests according to rfc 3156. | drebs |
2013-10-23 | pep8 fix: line too long. | Ivan Alejandro |
2013-10-23 | Remove commented imports. | Ivan Alejandro |
2013-10-23 | Use correct encoding and data type in mails. | Ivan Alejandro |
2013-10-23 | Add encoding exception catch to avoid crashes. | Ivan Alejandro |
2013-10-23 | Move charset parser to a utils module. | Ivan Alejandro |
2013-10-21 | Default to UTF-8 when there is not charset parsed from the mail contents | Tomás Touceda |
2013-10-17 | Do not log mail docs content | Tomás Touceda |
2013-10-10 | catch unhandled exception and show backtrace | Kali Kaneko |
2013-10-09 | Make IMAP decryption RFC 3156 compliant. | drebs |
2013-10-09 | Make SMTP relay RFC 3156 compliant. | drebs |
2013-10-03 | Return smtp's Port to be able to stop listening to it | Tomás Touceda |
2013-10-03 | Improve charset handling for email | Tomás Touceda |
2013-09-20 | remove logging that shows cleartext message | Kali Kaneko |
2013-09-03 | Make mail services bind to 127.0.0.1 instead of 0.0.0.0 | Kali Kaneko |
2013-09-03 | Return SMTP factory so the client can stop it. | Kali Kaneko |
2013-09-02 | Send UNREAD event to UI when flag changes. | Kali Kaneko |
2013-09-02 | Signal unread message when msg saved locally. | Kali Kaneko |
2013-08-28 | Use dirspec instead of plain xdg. Closes #3574. | Ivan Alejandro |
2013-08-23 | Merge remote-tracking branch 'kali/feature/improve_packaging' into develop | Tomás Touceda |
2013-08-23 | Merge remote-tracking branch 'kali/feature/3423_refactor_imap_fetch' into dev... | Tomás Touceda |
2013-08-23 | improve packaging | Kali Kaneko |
2013-08-23 | Merge remote-tracking branch 'chiiph/bug/safe_soledad_list_indexes' into develop | Kali Kaneko |