Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | [refactor] avoid circular import due to rfc3156 | Kali Kaneko | |
2015-09-22 | [refactor] log the added key explicitely | Kali Kaneko | |
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-09-21 | [doc] document return values | Kali Kaneko | |
2015-09-16 | [style] clean up incoming/service.py | Ruben Pollan | |
2015-09-16 | [bug] don't fail importing mismatched attached key | Ruben Pollan | |
We can't import attached keys with different email address than the sender. Now we don't fail in this case, just log it. - Resolves: #7454 | |||
2015-09-16 | [feat] use async events api | Kali Kaneko | |
in this way, we're using twisted reactor instead of having another thread with zmq's own copy of tornado ioloop. Resolves: #7274 | |||
2015-09-02 | [style] fixing pep8 warnings | Duda Dornelles | |
2015-09-02 | [feat] adding encryption header to msg before saving | Duda Dornelles | |
This way we can tell if a message was originally encrypted, so that we can show that information to the end user. | |||
2015-07-21 | Updated pep8 and fixed import and line break warnings | Bruno Wagner | |
2015-06-09 | [bug] pass the doclist to the ui signal | Kali Kaneko | |
before, we were taking the length of a string, signalling an incorrect number to the ui. currently this event is not being used, just only logged. in the future the ui could probably might want to make use of this info to keep record of a separate counter (how many mails received in the last sync). | |||
2015-06-09 | [refactor] log failure properly | Kali Kaneko | |
2015-06-05 | [refactor] deprecate old incoming index | Kali Kaneko | |
2015-06-05 | [refactor] move hooks to account | Kali Kaneko | |
2015-05-14 | [feat] adapt to new events api on common | Ivan Alejandro | |
- Related: #6359 | |||
2015-02-25 | undo duplication of add_msg method in mail api | Kali Kaneko | |
* Set the internal date from within the incoming mail service. | |||
2015-02-18 | Use MessageCollection instead of IMAPMailbox in IncomingMail | Ruben Pollan | |
2015-02-18 | Add callbacks to inbox insertions | Ruben Pollan | |
2015-02-11 | Fix incoming email decryption problems | Ruben Pollan | |
2015-02-11 | If not signature don't fail | Ruben Pollan | |
2015-02-11 | bug: fix empty definition; remove threading use | Kali Kaneko | |
this fixes a bug by which incoming service was not deleting the message from incoming after correclty saving all the message subparts into soledad. | |||
2015-02-11 | tests: add link related to trial block with sync | Kali Kaneko | |
2015-02-11 | return the deferred from the incoming.startService() call | Kali Kaneko | |
2015-02-11 | Refactor fetch into leap.mail.incoming IService | Ruben Pollan | |