Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-08 | encode header with base64 when quoted-printable fails because of php bug #53891 | David Flatz | 1 | -0/+6 | |
2016-02-05 | use php function to escape headers; don't swallow double quotes when ↵ | David Flatz | 1 | -6/+11 | |
escaping, this should fix bounces when realname contains umlauts and komma; be a little pedantic about whitespace in addrlist | |||||
2016-02-03 | make tests compatible to php 5.3 std | David Flatz | 1 | -13/+13 | |
2016-02-03 | don't split addrlist at comma when the comma is inside a quoted string, this ↵ | David Flatz | 1 | -7/+7 | |
should fix mails to people with umlauts and comma in realname | |||||
2014-04-28 | introduce new function addrlist_escape that uses header_escape to only ↵ | David Flatz | 1 | -5/+44 | |
escape realname part of address lists | |||||
2014-04-28 | add tests for it_mail headers | David Flatz | 1 | -0/+43 | |