"Danny Wong (dannwong)" <[email protected]> writes: > Hi Perl Gurus, > What is the best module to use to read incoming emails from a particular > user? Any examples would be great to! Thanks!
It depends on what you consider "read". There's an example that uses Net::IMAP::Client at https://github.com/lee-/imapsize There are also modules on CPAN to "read" an email, like having it around in a file from which you want to extract, say, the Subject: header. To decode attachments contained in emails, uudeview appears to be extremely useful. -- Knowledge is volatile and fluid. Software is power. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
