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


in reply to Re: UTF8 issue with Net::POP3
in thread UTF8 issue with Net::POP3

That's done it - thanks. Wish the docs would mention, somewhere, that you need to do that. Everything seems to assume that once you've retrieved a message, you're done.

Replies are listed 'Best First'.
Re^3: UTF8 issue with Net::POP3
by runrig (Abbot) on Nov 24, 2012 at 05:54 UTC
    Also, consider using MIME::Head to parse MIME headers.
Re^3: UTF8 issue with Net::POP3
by Anonymous Monk on Nov 20, 2012 at 15:24 UTC

    To be fair, the module name, Net::POP3, hints that it only does the POP3 protocol. It does not try to parse the headers or MIME attachments or anything. That's some other module's job.