Age | Commit message (Expand) | Author |
2018-01-12 | [bug] Accept any character for message-id | Ruben Pollan |
2017-12-22 | [refactor] Use sender interface in outgoing service | Ruben Pollan |
2017-12-20 | [bug] accept message-ids with '-' | Ruben Pollan |
2017-12-20 | [feat] Add msg_status call to the mail API | Ruben Pollan |
2017-12-03 | [feat] send public key as attachment on every email | Tulio Casagrande |
2017-10-26 | [bug] strip leap headers before processing the icnomming mails | Ruben Pollan |
2017-10-11 | [bug] fix incorrect imap flags for mailboxes | Kali Kaneko |
2017-10-11 | [bug] Keep content-type when it is set in message headers | Simon Fondrie-Teitler |
2017-09-29 | [bug] workaround for using private parseMbox function | Kali Kaneko |
2017-09-15 | [feat] Add 7bit to the list of supported encodings | Simon Fondrie-Teitler |
2017-09-13 | [bug] send UIDNEXT on select | Kali Kaneko |
2017-08-25 | [bug] replace content-type after removing the signature | Ruben Pollan |
2017-08-15 | [bug] encode pgp/mime parts as 7bit encoding | Ruben Pollan |
2017-06-12 | [feat] push private key updates into nicknym | Ruben Pollan |
2017-05-31 | [bug] fix deprecated import of cryptography multibackend | Kali Kaneko (leap communications) |
2017-05-24 | [tests] fix tests | Kali Kaneko (leap communications) |
2017-05-24 | [refactor] simplify wrapper create and add_msg | Kali Kaneko (leap communications) |
2017-05-24 | [bug] fix sending mail error from pixelated | Kali Kaneko (leap communications) |
2017-05-16 | [bug] allow incoming mail to be properly notified to pixelated | Kali Kaneko (leap communications) |
2017-05-16 | [bug] fix notification for incoming mail with several listeners registered | Kali Kaneko (leap communications) |
2017-05-01 | [bug] remove remanents of IMAP profiling code | Ruben Pollan |
2017-05-01 | [feature] streamline and move manhole into core | Kali Kaneko (leap communications) |
2017-04-27 | [style] pep8 fixes | Kali Kaneko (leap communications) |
2017-04-27 | [bug] unify logging style using class attr | Kali Kaneko (leap communications) |
2017-04-27 | [bug] migrate all failures to twisted logger | Kali Kaneko (leap communications) |
2017-04-27 | [bug] catch failures with newer twisted logger | Kali Kaneko (leap communications) |
2017-04-12 | [bug] delay initialization of pixelated | Kali Kaneko (leap communications) |
2017-03-31 | [bug] Log error in case JSON parsing fails for decrypted doc | Sriram Viswanathan |
2017-03-31 | [bug] fix errBack in _decrypt_doc in incoming mail service | Sriram Viswanathan |
2017-03-15 | [feature] Add errBack to log the doc_id when decrypt fails | Sriram Viswanathan |
2017-03-12 | [bug] remove offline toggle | drebs |
2017-03-05 | [feature] pixelated UA integration | Kali Kaneko (leap communications) |
2017-02-27 | [test] pass a fake shared db to soledad during tests | drebs |
2017-02-27 | [refactor] use new soledad client parameter | drebs |
2017-02-09 | [style] remove unused signaling new mail method | Ruben Pollan |
2017-02-09 | [feat] Get more detailed status report for email | Ruben Pollan |
2017-01-31 | Extract re-decrypt with new key method | Tulio Casagrande |
2017-01-31 | Propagate errors to the calling methods | Tulio Casagrande |
2017-01-31 | [docs] update parameters and return names | Tulio Casagrande |
2017-01-31 | Repeat decryption if signed with attached key | Tulio Casagrande |
2017-01-31 | Indicate a successful/failure OpenPGP header import | Tulio Casagrande |
2017-01-31 | Extract method for easy reuse | Tulio Casagrande |
2017-01-31 | Add missing errback | Tulio Casagrande |
2017-01-31 | Remove unused parameter | Tulio Casagrande |
2016-11-22 | [tests] fix keymanager tests after refactor and merge | Zara Gebru |
2016-11-06 | [feat] change update period with environment variable | drebs |
2016-11-04 | [doc] fix typo | Tulio Casagrande |
2016-11-03 | [bug] message can also be a BytesIO | Victor Shyba |
2016-10-21 | [bug] capture the exception value properly | Kali Kaneko (leap communications) |
2016-10-21 | [bug] fix yet another logger syntax error | Kali Kaneko (leap communications) |