Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-24 | [tests] add test to validate signature from apple mail | Caio Carrara | |
This change adds test to validate signature of encrypted email created by apple mail. It's important to note that apple mail has a specific way to encrypt signed messages. First it sign the email and then encrypt the previous signed message. It was also added a message file with the expected data. | |||
2016-04-15 | [refactor] change IMAPAccount signature | Kali Kaneko | |
for consistency with the previous Account change. | |||
2015-09-23 | [refactor] avoid circular import due to rfc3156 | 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-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-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-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 | tests: add link related to trial block with sync | Kali Kaneko | |
2015-02-11 | Refactor fetch into leap.mail.incoming IService | Ruben Pollan | |