Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |