summaryrefslogtreecommitdiff
path: root/tests/it_mail.t
AgeCommit message (Collapse)AuthorFilesLines
2016-02-05use php function to escape headers; don't swallow double quotes when ↵David Flatz1-6/+11
escaping, this should fix bounces when realname contains umlauts and komma; be a little pedantic about whitespace in addrlist
2016-02-03make tests compatible to php 5.3 stdDavid Flatz1-13/+13
2016-02-03don't split addrlist at comma when the comma is inside a quoted string, this ↵David Flatz1-7/+7
should fix mails to people with umlauts and comma in realname
2014-04-28introduce new function addrlist_escape that uses header_escape to only ↵David Flatz1-5/+44
escape realname part of address lists
2014-04-28add tests for it_mail headersDavid Flatz1-0/+43