> NYIMI Jose (BMB) wrote:
> > I need to write a perl script that will run on solaris and the job of
> > this script will be : 
> > 
> > - read a mail from a predefined shared mail box (Outlook/Exchange
> > Server) 
> 
> Mail::IMAPClient or Mail::POP3Client
> 
> > - extract the mail attachment (text file)
> > - parse the content
> 
> MIME::Parser
> 

While were listing modules ;-), I will throw in Mail::Box, since it is
one distro that should be able to do both the accessing and parsing.

http://danconia.org



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to