summaryrefslogtreecommitdiff
path: root/tests/integration/mail
AgeCommit message (Collapse)Author
2016-12-26[test] add script for checking the mailKali Kaneko (leap communications)
2016-11-22[tests] fix keymanager tests after refactor and mergeZara Gebru
- some pep8 problems - some confusion with old and new code after merging from old keymanager
2016-10-19[feat] leap.mail: expose content charset as a separated attributeNavaL
Before we used to have content_doc.content_type = 'text/plain; charset="utf-8"'. Currently, we have content_doc.content_type = 'text/plain'. This change will give us, on top of that: content_doc.charset = 'utf-8'. One can reconstruct the original one using .content_type and .charset.
2016-09-01[tests] move tests to root folderKali Kaneko (leap communications)