in reply to Re: email parsing problem?
in thread email parsing problem?
line, and changed:use MIME::QuotedPrint;
to use:print tomail "$line\n";
and still no joy...I have a feeling this is the way to go, but I am not grasping the concept or something...$decoded = MIME::QuotedPrint::decode($line); print tomail "$decoded";
|
|---|