summaryrefslogtreecommitdiff
path: root/changes
AgeCommit message (Collapse)Author
2016-03-30[feature] SMTP delivery bouncesKali 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 keymanagerRuben Pollan
- Resolves: #7977
2016-03-24[bug] Fix IMAP fetch headersRuben Pollan
- Resolves: #7898
2016-02-28[bug] Use the right succeed function for passthrough encrypted emailRuben 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-changelogKali Kaneko
2015-12-14[docs] document bugfix on pr 215 by bwagnerKali Kaneko
2015-11-30[feat] make events multi-user awareKali Kaneko
- Resolves: #7656 - Releases: 0.4.1
2015-10-28[pkg] fold in changes0.4.0Ivan Alejandro
2015-09-24[bug] signal expired auth token to the GUIRuben 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 containerIvan Alejandro
- Related: #7471
2015-09-22[bug] don't extract openpgp header if valid attached keyRuben 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.0rc2Ivan Alejandro
2015-07-13[bug] fix the rendering of nested multipartKali 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.0rc1Ivan Alejandro
2015-07-10[pkg] fold in changesIvan Alejandro
2015-06-18[doc] update smtp gateway doc on message encryptiondrebs
Closes: #7169.
2015-06-05[pkg] changes file for post-sync hooks featureKali Kaneko
2015-05-14[feat] adapt to new events api on commonIvan Alejandro
- Related: #6359
2015-02-20notify MUA on closing connectionKali Kaneko
2015-02-19Add missing changes about IncomingMailRuben Pollan
2015-02-11Add public key as attachmentRuben Pollan
2015-02-11Remove footerRuben Pollan
2015-02-11bump version compat for soledad clientKali Kaneko
2015-01-05Port `enum` to `enum34`Ruben Pollan
2014-11-17Moving encrypt, sign and send logic from gateway (SMTP) to a MailServiceDuda Dornelles
2014-11-04Discover public key via attachmentRuben Pollan
2014-10-13Get keys from OpenPGP email headerRuben Pollan
2014-10-07Merge remote-tracking branch 'meskio/feature/keymanager_api' into developIvan Alejandro
2014-10-06Add new leap.keymanager version to VERSION_COMPATRuben Pollan
2014-09-09addMailbox shouldn't accept empty names since it makes it impossible to ↵Duda Dornelles
retrieve it later
2014-08-21Added changes file for the bug descriptionBruno Wagner Goncalves
2014-04-04Fold in changesTomás Touceda
2014-04-04Update requirementsTomás Touceda
2014-03-18Signal the UI in case the soledad token is invalid when syncing (#5191).drebs
2014-03-17Merge remote-tracking branch 'refs/remotes/kali/feature/keepprocessing' into ↵Tomás Touceda
develop
2014-03-11changes fileKali Kaneko
2014-02-27Merge remote-tracking branch 'refs/remotes/kali/feature/literal_plus' into ↵Tomás Touceda
develop
2014-02-27rename all fdocs when folder is renamedKali Kaneko
2014-02-26Implement non-synchronizing literals (rfc2088) Closes: #5190Kali Kaneko
This also paves the way to MULTIAPPEND IMAP Extension (rfc3502) Related to: Feature #5182
2014-02-25fix unread notification to UIKali Kaneko
2014-02-25changes fileKali Kaneko
2014-02-06Flush IMAP data to disk when stopping. Closes #5095.drebs
2014-01-30changes fileKali Kaneko
2014-01-22Properly parse apple mailTomás Touceda
2014-01-22Merge remote-tracking branch ↵Tomás Touceda
'refs/remotes/drebs/bug/5014_fix-attachment-processing-when-signing' into develop
2014-01-22Add changes file for #5021.Ivan Alejandro
2014-01-21Restrict adding outgoing footer to text/plain messages.drebs
2014-01-21Prevent double base64 encoding of attachments when signing (#5014).drebs
2014-01-17Update VERSION_COMPAT, add changes file for #4838.Ivan Alejandro