openbsd-ports/mail/p5-Mail-IMAPClient/pkg/DESCR
avsm 6e0a7e0d6e initial import of p5-Mail-IMAPClient-2.1.0
--
This module provides methods implementing the IMAP protocol. It 
allows perl scripts to interact with IMAP message stores.
2001-02-22 00:28:59 +00:00

14 lines
609 B
Plaintext

This module provides methods implementing the IMAP protocol. It
allows perl scripts to interact with IMAP message stores.
The module is used by constructing or instantiating a new IMAPClient
object via the new constructor method. Once the object has been
instantiated, the connect method is either implicitly or explicitly
called.
At that point methods are available that implement the IMAP client
commands as specified in RFC2060. When processing is complete, the
logoff object method is called, either explicitly by the program
or implicitly when the object goes out of scope (or at program
termination).