Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-29 | [pkg] move mail source to leap.bitmask.mail | Kali Kaneko (leap communications) | |
2016-05-18 | [feat] Adapt to the new KeyManager API without key types. | Ruben Pollan | |
- Related: #8031 | |||
2016-05-13 | [pkg] bump changelog to 0.4.2 | Kali Kaneko | |
2016-05-12 | [bug] Allow pixelated integration not to interfere with thunderbird | Kali Kaneko | |
One of the pixelated adaptors was trying to access a non-existing attribute in HashableMailbox, which for some reason was blocking the operation of the imap server (uncatched exception in listeners call maybe). adding an attribute skips this error and therefore allows seamless use of both pixelated and thunderbird user agents at the same time. Resolves: #8083 | |||
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-03-24 | [bug] Decode attached keys so they are recognized by keymanager | Ruben Pollan | |
- Resolves: #7977 | |||
2016-03-24 | [bug] Fix IMAP fetch headers | Ruben Pollan | |
- Resolves: #7898 | |||
2016-02-28 | [bug] Use the right succeed function for passthrough encrypted email | Ruben Pollan | |
- Resolves #7861 | |||
2016-02-11 | [feat] Use cryptography instead of pycryptopp to reduce dependencies. | Ruben Pollan | |
* Resolves: #7889 | |||
2015-12-15 | [docs] add entry about cred-based token authentication to next-changelog | Kali Kaneko | |
2015-12-14 | [docs] document bugfix on pr 215 by bwagner | Kali Kaneko | |
2015-11-30 | [feat] make events multi-user aware | Kali Kaneko | |
- Resolves: #7656 - Releases: 0.4.1 |