summaryrefslogtreecommitdiff
path: root/tests/integration/mail/outgoing/test_outgoing.py
AgeCommit message (Collapse)Author
2017-12-22[refactor] Use sender interface in outgoing serviceRuben Pollan
2017-12-03[feat] send public key as attachment on every emailTulio Casagrande
Previously, we were sending the key attached as long as the contact hasn't replied back. But with new key replace scenarios, we need to updated the contact keyring with the new key. We can implement autocrypt or similar in the future, but for now, let's send the key attached on every email.
2017-04-27[tests] fix testsKali Kaneko (leap communications)
mock a renamed method.
2016-09-01[tests] move tests to root folderKali Kaneko (leap communications)