Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2015-10-28 | [pkg] fold in changes | Ivan Alejandro | |
2015-09-24 | [bug] signal expired auth token to the GUI | Ruben Pollan | |
In case of InvalidAuthTokeError from soledad sync we need signal the GUI, so it will request her to log in again. - Resolves: #7430 | |||
2015-09-23 | [feat] disable local-only bind on docker container | Ivan Alejandro | |
- Related: #7471 | |||
2015-09-22 | [bug] don't extract openpgp header if valid attached key | Ruben Pollan | |
The key extract should check first for attached keys and if this fails then should try the OpenPGP header. - Resolves: #7480 | |||
2015-08-26 | [pkg] fold in changes | Ivan Alejandro | |
2015-07-13 | [bug] fix the rendering of nested multipart | Kali Kaneko | |
This commit fix a very simplistic and until now broken handling of nested multipart that went undetected due to the structure of the mails used in tests until now. Incidentally, the way that Mail.app structures attachments made this bug noticeable. There was also an off-by-one indexing error when retrieving the subpart message for a given subpart. Be aware that the current implementation will only handle correctly 2 levels of multipart nesting. Extending beyond in a more generic way will need further work. Closes: #7244 | |||
2015-07-10 | [pkg] bump dependencies | Ivan Alejandro | |
2015-07-10 | [pkg] fold in changes | Ivan Alejandro | |
2015-06-18 | [doc] update smtp gateway doc on message encryption | drebs | |
Closes: #7169. | |||
2015-06-05 | [pkg] changes file for post-sync hooks feature | Kali Kaneko | |
2015-05-14 | [feat] adapt to new events api on common | Ivan Alejandro | |
- Related: #6359 | |||
2015-02-20 | notify MUA on closing connection | Kali Kaneko | |
2015-02-19 | Add missing changes about IncomingMail | Ruben Pollan | |
2015-02-11 | Add public key as attachment | Ruben Pollan | |
2015-02-11 | Remove footer | Ruben Pollan | |
2015-02-11 | bump version compat for soledad client | Kali Kaneko | |
2015-01-05 | Port `enum` to `enum34` | Ruben Pollan | |
2014-11-17 | Moving encrypt, sign and send logic from gateway (SMTP) to a MailService | Duda Dornelles | |
2014-11-04 | Discover public key via attachment | Ruben Pollan | |
2014-10-13 | Get keys from OpenPGP email header | Ruben Pollan | |
2014-10-07 | Merge remote-tracking branch 'meskio/feature/keymanager_api' into develop | Ivan Alejandro | |
2014-10-06 | Add new leap.keymanager version to VERSION_COMPAT | Ruben Pollan | |
2014-09-09 | addMailbox shouldn't accept empty names since it makes it impossible to ↵ | Duda Dornelles | |
retrieve it later | |||
2014-08-21 | Added changes file for the bug description | Bruno Wagner Goncalves | |
2014-04-04 | Fold in changes | Tomás Touceda | |
2014-04-04 | Update requirements | Tomás Touceda | |
2014-03-18 | Signal the UI in case the soledad token is invalid when syncing (#5191). | drebs | |
2014-03-17 | Merge remote-tracking branch 'refs/remotes/kali/feature/keepprocessing' into ↵ | Tomás Touceda | |
develop | |||
2014-03-11 | changes file | Kali Kaneko | |
2014-02-27 | Merge remote-tracking branch 'refs/remotes/kali/feature/literal_plus' into ↵ | Tomás Touceda | |
develop | |||
2014-02-27 | rename all fdocs when folder is renamed | Kali Kaneko | |
2014-02-26 | Implement non-synchronizing literals (rfc2088) Closes: #5190 | Kali Kaneko | |
This also paves the way to MULTIAPPEND IMAP Extension (rfc3502) Related to: Feature #5182 | |||
2014-02-25 | fix unread notification to UI | Kali Kaneko | |
2014-02-25 | changes file | Kali Kaneko | |
2014-02-06 | Flush IMAP data to disk when stopping. Closes #5095. | drebs | |
2014-01-30 | changes file | Kali Kaneko | |
2014-01-22 | Properly parse apple mail | Tomás Touceda | |
2014-01-22 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'refs/remotes/drebs/bug/5014_fix-attachment-processing-when-signing' into develop | |||
2014-01-22 | Add changes file for #5021. | Ivan Alejandro | |