MIME Chars
Brought to you by:
swix
1. Bug: Subject
Does not correct the Subject field if used: äöü
i.e.
use MIME::Words qw(:all);
$subject = encode_mimeword("$subject");
2-a. Bug: Body - simple message
Does not add the correct data format if chars äöü are
used:
Content-Type: text/plain; charset=iso-8859-1
missing: (Content-Transfer-Encoding: 8bit)
2-b. Bug: Body - with attachement
same as 2-a.