diff options
author | Andreas Gohr <gohr@cosmocode.de> | 2011-02-10 14:16:44 +0100 |
---|---|---|
committer | Andreas Gohr <gohr@cosmocode.de> | 2011-02-10 14:16:44 +0100 |
commit | 7e8e923f9382c30776c2983fc4ae90eeadf0eb64 (patch) | |
tree | 3149db83fc64ba5acfb98ae04cb5496f9a9bc0d7 /lib | |
parent | 3ec19a6ad26bf02a10a848e2257c9d5a44e6f5e9 (diff) | |
download | rpg-7e8e923f9382c30776c2983fc4ae90eeadf0eb64.tar.gz rpg-7e8e923f9382c30776c2983fc4ae90eeadf0eb64.tar.bz2 |
Use Base64 encoding for long subjects FS#2169
Quoted-Printable specifies a maximum line length and some mail tools
(Apple mail and Thunderbird) take this quite serious and will fail to
decode subjects encoded with quoted-printable when the subject exceeds
the length limit.
The correct fix would be to wrap the header into multiple lines. But
this seems not to be possible with mails() $subject variable.
This patch switches to Base64 encoding for long subjects.
A general decision if switching completely to Base64 is the best way
to go is still open. (see bugreport)
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions