in reply to Reading Mail::Message objects using Mail::POP3Client
If (or when) you start dealing with attachements, you might find that Mail::Message isn't sufficient. I recommend getting a copy of Lincon Stein's Network Programming with Perl. Chapter 8 gives a working example of dealing with MIME-encoded messages (of which non-encoded messages are a trivial subset) using MIME::Parser.
|
---|