summaryrefslogtreecommitdiff
path: root/service/pixelated/adapter/model/mail.py
AgeCommit message (Collapse)Author
2015-01-13Fixed ignoring charset on mail content type when parsing mails.Folker Bernitt
2015-01-09#164 sometimes a mail with more than one alternative will not have an html partDuda Dornelles
2015-01-08#157: mail api to return htmlBody and textPlainBody so the UI doesnt have to ↵Alexandre Pretto
parse the multipart mails anymore
2015-01-06Issue #215: Fixed missing From header for sent mails.Lisa Junger
- Fixes problem with trailing comma for reply all
2014-12-22Sometimes soledad adds a None recipient on a mail header, just making sure ↵Duda Dornelles
that that doesnt break the soledad sync
2014-12-22refactoring package structureDuda Dornelles