"Danny Wong (dannwong)" <dannw...@cisco.com> 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: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/