http://www.perlmonks.org?node_id=1180360

pathi has asked for the wisdom of the Perl Monks concerning the following question:

Mail::POP3Client $pop->BodyToFile is truncating the line(s )and printing in multiple lines. How can I avoid the truncation? I see =20 in lines as it prints, not sure how these are coming.

Replies are listed 'Best First'.
Re: Mail::POP3Client $pop->BodyToFile
by poj (Abbot) on Jan 26, 2017 at 17:59 UTC

    If you are referring to the body part following a line like this

    Content-Transfer-Encoding: quoted-printable

    then see Quoted-printable

    poj
      Thank you it is Quote Printable, I used MIME::QuotedPrint module to fix it!!
Re: Mail::POP3Client $pop->BodyToFile
by Anonymous Monk on Jan 26, 2017 at 07:34 UTC

    Hi,

    Can you tell me what is BodyToFile supposed to do exactly?