T
Terry
All:
I hope someone can help me with this. I'm really not sure what the
issue is.
I have a Perl script that processes emails on a Solaris box. I'm using
the Email::MIME package to handle most of it. However, when an email
with the Content-Transfer-Encoding of quoted-printable comes in, I'm
getting the following error message:
Don't know how to decode quoted-printable at /export/opt/clarify/perl/
lib/Email/MIME.pm line 74
I've checked the Perl lib directory, and the QuotedPrint.pm module is
indeed installed under the lib/sun4-solaris/MIME directory.
I've even tried adding the sun4-solaris directory to the PERL5LIB
variable, without effect.
We're running Perl v5.8.0 for sun4-solaris, version 1.857 of the
Email::MIME.pm, and version 3.07 of QuotedPrint.pm.
Help!
I hope someone can help me with this. I'm really not sure what the
issue is.
I have a Perl script that processes emails on a Solaris box. I'm using
the Email::MIME package to handle most of it. However, when an email
with the Content-Transfer-Encoding of quoted-printable comes in, I'm
getting the following error message:
Don't know how to decode quoted-printable at /export/opt/clarify/perl/
lib/Email/MIME.pm line 74
I've checked the Perl lib directory, and the QuotedPrint.pm module is
indeed installed under the lib/sun4-solaris/MIME directory.
I've even tried adding the sun4-solaris directory to the PERL5LIB
variable, without effect.
We're running Perl v5.8.0 for sun4-solaris, version 1.857 of the
Email::MIME.pm, and version 3.07 of QuotedPrint.pm.
Help!