Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-18 | [feat] Adapt to the new KeyManager API without key types. | Ruben Pollan | |
- Related: #8031 | |||
2016-04-26 | [bug] cast the identity to bytes | Kali Kaneko | |
This fixes a bug in which the tls transport complains about receiving unicode. It was only made evident by running against twisted 16. | |||
2016-03-30 | [feature] SMTP delivery bounces | Kali Kaneko | |
We catch any error on SMTP delivery and format it as a bounce message delivered to the user Inbox. this doesn't comply with the bounce format, but it's a nice first start. leaving proper structuring of the delivery failure report for future iterations. - Resolves: #7263 | |||
2016-02-29 | [feat] use fingerprint instead of key_id to address keys | Ruben Pollan | |
2016-02-28 | [bug] Use the right succeed function for passthrough encrypted email | Ruben Pollan | |
- Resolves #7861 | |||
2015-12-21 | [tests] make tests use dummy authentication | Kali Kaneko | |
2015-12-18 | [feat] cred authentication for SMTP service | Kali Kaneko | |
2015-12-15 | [feat] credentials handling: use twisted.cred | Kali Kaneko | |
2015-11-30 | [feat] make events multi-user aware | Kali Kaneko | |
- Resolves: #7656 - Releases: 0.4.1 | |||
2015-09-23 | [refactor] avoid circular import due to rfc3156 | Kali Kaneko | |
2015-09-22 | [style] fix pep8 warnings | Folker Bernitt | |
2015-09-16 | [feat] use async events api | Kali Kaneko | |
in this way, we're using twisted reactor instead of having another thread with zmq's own copy of tornado ioloop. Resolves: #7274 | |||
2015-06-18 | [style] pep8 and unused imports cleanup | drebs | |
2015-05-14 | [feat] adapt to new events api on common | Ivan Alejandro | |
- Related: #6359 | |||
2015-02-20 | fix broken multipart attachment rendering | Kali Kaneko | |
2015-02-11 | Attach key for addresses without known key | Ruben Pollan | |
This seems to fix the problem with some headers dissapearing (#6692) | |||
2015-02-11 | Add public key as attachment | Ruben Pollan | |
2015-02-11 | Remove footer | Ruben Pollan | |
2015-02-11 | make outgoing a new submodule | Kali Kaneko | |