Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 changes0.4.0 | 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 changes0.4.0rc2 | 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 dependencies0.4.0rc1 | 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 | |
2014-01-21 | Restrict adding outgoing footer to text/plain messages. | drebs | |
2014-01-21 | Prevent double base64 encoding of attachments when signing (#5014). | drebs | |
2014-01-17 | Update VERSION_COMPAT, add changes file for #4838. | Ivan Alejandro | |
2014-01-13 | Very limited support for SEARCH Commands. Closes: #4209 | Kali Kaneko | |
limited to HEADER Message-ID. This is a quick workaround for avoiding duplicate saves in Drafts Folder. but we'll get there! | |||
2014-01-13 | Add check for uniqueness when adding mails. | Kali Kaneko | |
Check by mbox + content-hash | |||
2014-01-11 | add offline flag | Kali Kaneko | |
2014-01-09 | check for none | Kali Kaneko | |
2014-01-09 | Merge remote-tracking branch 'refs/remotes/kali/bug/4925_close_session' into ↵ | Tomás Touceda | |
develop |