Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-31 | Extract re-decrypt with new key method | Tulio Casagrande | |
Signed-off-by: Ruben Pollan <meskio@sindominio.net> | |||
2017-01-31 | Propagate errors to the calling methods | Tulio Casagrande | |
Signed-off-by: Ruben Pollan <meskio@sindominio.net> | |||
2017-01-31 | [docs] update parameters and return names | Tulio Casagrande | |
Signed-off-by: Ruben Pollan <meskio@sindominio.net> | |||
2017-01-31 | Repeat decryption if signed with attached key | Tulio Casagrande | |
Previously, if an email was signed with a new key, that was also sent as an attachment, the verification of the signature could fail if the only available source of this new key is the attachment ifself. I changed to extract the attachment before adding the leap header, which is responsible for the signed/encrypted flags. Also, if the previous verification failed and a new key was successful imported, it's going to decrypt the original email again, just to update the verify status. Signed-off-by: Ruben Pollan <meskio@sindominio.net> | |||
2017-01-31 | Indicate a successful/failure OpenPGP header import | Tulio Casagrande | |
Signed-off-by: Ruben Pollan <meskio@sindominio.net> | |||
2017-01-31 | Extract method for easy reuse | Tulio Casagrande | |
Signed-off-by: Ruben Pollan <meskio@sindominio.net> | |||
2017-01-31 | Add missing errback | Tulio Casagrande | |
Signed-off-by: Ruben Pollan <meskio@sindominio.net> | |||
2017-01-31 | Remove unused parameter | Tulio Casagrande | |
Signed-off-by: Ruben Pollan <meskio@sindominio.net> | |||
2016-11-06 | [feat] change update period with environment variable | drebs | |
2016-10-17 | [bug] use twisted.logger and fix logging namespace | drebs | |
2016-10-10 | [feat] improve mail service log messages | drebs | |
2016-10-03 | [feature] stop fetching mail on inavalid token error | drebs | |
2016-10-03 | [bug] use correct twisted log api for warnings | drebs | |
2016-10-03 | [bug] stop syncing after logout (#8479) | drebs | |
2016-09-30 | [refactor] turn mail services into twisted services | drebs | |
2016-09-22 | [feat] use twisted.logger in incoming mail service module | drebs | |
2016-09-01 | [refactor] fix imports after merging submodules | Kali Kaneko (leap communications) | |
2016-09-01 | [tests] move tests to root folder | Kali Kaneko (leap communications) | |
2016-08-29 | [pkg] move mail source to leap.bitmask.mail | Kali Kaneko (leap communications) | |