"Net::IMAP" provides a perl interface to the client portion of IMAP (Internet Message Access Protocol). add more meat - describe overall design (commands, responses, callbacks, convenience routines...
KJOHNSON/NetxAP-0.02 - 03 Oct 1999 15:27:56 UTCSee the Net::Async::IMAP::Client or Net::Async::IMAP::Server subclasses for more details....
TEAM/Net-Async-IMAP-0.004 - 07 Nov 2013 20:20:55 UTCThis model provides a complete implementation of the "RFC 3501" specification, along with several IMAP4rev1 extensions. It provides separation of the mailbox and message store from the client interaction loop. Note that, following RFC suggestions, lo...
ALEXMV/Net-IMAP-Server-1.39 - 01 May 2016 07:57:57 UTCNet::IMAP::Client provides methods to access an IMAP server. It aims to provide a simple and clean API, while employing a rigorous parser for IMAP responses in order to create Perl data structures from them. The code is simple, clean and extensible. ...
GANGLION/Net-IMAP-Client-0.9505 - 21 Jul 2014 20:19:36 UTCThis module models the Net::IMAP::Simple API, but works non-blocking. It is based on the Danga::Socket framework, rather than anything generic. Sorry if that doesn't fit your world-view....
MSERGEANT/Net-IMAP-Simple-NB-1.1 - 04 Sep 2006 16:57:47 UTCThis module is a subclass of Net::IMAP::SImple that includes SSL support. The interface is identical....
CWEST/Net-IMAP-Simple-SSL-1.3 - 30 Jun 2004 14:24:36 UTCThis module provides a proxy that sits between an IMAP client and Gmail's IMAPS server and adds GMail labels to the X-Label header. This proxy uses the Gmail IMAP extensions <https://developers.google.com/gmail/imap/imap-extensions#access_to_gmai l_l...
ZMUGHAL/Net-Gmail-IMAP-Label-0.008 - 09 Apr 2018 12:38:44 UTCA subclass of Net::IMAP::Server::Command used when the true command fails to compile or load, for whatever reason. This is intentionally not "Net::IMAP::Server::Command::Error", as that would make it available to clients as the "ERROR" command....
ALEXMV/Net-IMAP-Server-1.39 - 01 May 2016 07:57:57 UTCSee Protocol::IMAP::Server for more details on API....
TEAM/Net-Async-IMAP-0.004 - 07 Nov 2013 20:20:55 UTCThis module is a subclass of Net::IMAP::Simple::SSL that includes specific support for Gmail IMAP Extensions. Besides the gmail specific methods the interface is identical....
JAMESPO/Net-IMAP-Simple-Gmail-0.21 - 05 Apr 2013 20:08:35 UTCALEXMV/Net-IMAP-Server-1.39 - 01 May 2016 07:57:57 UTC
This class encapsulates the view of messages in a mailbox. You may wish to subclass this class in order to source our messages from, say, a database....
ALEXMV/Net-IMAP-Server-1.39 - 01 May 2016 07:57:57 UTCCommands the IMAP server knows about should be subclasses of this. They will want to override the "validate" and "run" methods....
ALEXMV/Net-IMAP-Server-1.39 - 01 May 2016 07:57:57 UTCMaintains all of the state for a client connection to the IMAP server....
ALEXMV/Net-IMAP-Server-1.39 - 01 May 2016 07:57:57 UTCRepresents one email address as returned in an ENVELOPE part of the FETCH command. When used in string context, this object magically translates to "Full Name <email@address.com>"....
GANGLION/Net-IMAP-Client-0.9505 - 21 Jul 2014 20:19:36 UTCJETTERO/Net-IMAP-Simple-1.2212 - 06 Jun 2018 13:21:17 UTC
This object can represent a message or a message part. For example, for a message containing attachments you will be able to call parts() in order to fetch parsed Net::IMAP::Client::MsgSummary objects for each part. Each part in turn may contain othe...
GANGLION/Net-IMAP-Client-0.9505 - 21 Jul 2014 20:19:36 UTCIMAP credentials are passed in one of two ways: using the LOGIN command, or the "AUTHENTICATE" command. LOGIN sends the password unencrypted; note, however, that Net::IMAP::Server will not allow the LOGIN command unless the connection is protected by...
ALEXMV/Net-IMAP-Server-1.39 - 01 May 2016 07:57:57 UTCThis class represents an abstract model backend to the IMAP server; it it meant to be overridden by server implementations. Primarily, subclasses are expected to override "init" to set up their folder structure. Methods in the model can "die" with me...
ALEXMV/Net-IMAP-Server-1.39 - 01 May 2016 07:57:57 UTC