summaryrefslogtreecommitdiff
path: root/tests/integration/mail
AgeCommit message (Collapse)Author
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)