Hello!

I`m trying to download messages from an IMAP Server.
Until now I connect me to the server with 
 $imap = new Net::IMAP($IMAPSERVER, Debug => 0, Synchronous => 1)
or
die ("can't connect to $imaphost: $!\n");
 $response = $imap->login($user, $pass);

...


This works fine

But now a have the problem to get informations about messages, the
messages itselve and the total number of Mails in "INBOX".

Can someone give me a hint? Or an example?

Thx
  Simon

__________________________________________________________________

Gesendet von Yahoo! Mail - http://mail.yahoo.de
M�chten Sie mit einem Gru� antworten? http://grusskarten.yahoo.de
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to