Subject: | Email::Send::Sendmail throws a warning when given utf8 data |
Date: | Wed, 12 Dec 2007 20:51:29 -0800 |
To: | bug-email-send [...] rt.cpan.org |
From: | Max Kanat-Alexander <mkanat [...] bugzilla.org> |
Email::Send::Sendmail throws a warning about "wide character"
if you try to give it a string that has the utf8 bit on (in perl 5.8.0
or higher) and also has multi-byte characters.
Emails can validly contain such characters, with
Content-Transfer-Encoding: 8bit.
Attached is a patch that fixes both Email::Send::Sendmail and
Email::Send::Qmail to not throw the warning.
-Max
Message body is not shown because sender requested not to inline it.