in reply to (tye)Re: quoted-printable, and ugly code
in thread quoted-printable, and ugly code
Better yet, I think you can get both the quoted-printable decoding you want and the
mail header parsing you'd like with use MIME::Parser, part of the MIME-tools package.
And if what you're doing is tinkering with a Perl-based mail filter, check out Mail::Audit.
Peace,
-McD
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: (tye)Re: quoted-printable, and ugly code
by gaudior (Pilgrim) on Feb 23, 2001 at 00:47 UTC | |
by McD (Chaplain) on Feb 23, 2001 at 00:58 UTC |
In Section
Seekers of Perl Wisdom