> Hi there, I've just started reading the book Learning
> Perl and I'm amazed what perl can do. 
> 
> Currently, I'm trying to find out a way to automatically
> save email messages (from MS Exchange / Pop3) to text
> files in a directory. 
> 
> I am planning to write something in VB but would like
> to try perl. Could someone please tell me whether this
> can be done in perl so I don't waste time following a
> dead end.

search.cpan.org

In particular try the following modules:

Mail::IMAPClient 
Mail::POP3Client

Or if you had more experience with this kind of thing:

Net::IMAP
Net::POP3
Net::SMTP
Net::SNMP 

These modules will use an object orientated approach, so
read the documenation to see how they're used.

You probably have to download and install these from CPAN. 
If using ActiveState's Perl, try:

ppm install IMAPClient

etc

Jonathan Paton



__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to