The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Net::IMAP"

Net::IMAP - A client interface to IMAP (Internet Message Access Protocol). River stage zero No dependents

"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 UTC

Net::Async::IMAP - asynchronous IMAP client based on Protocol::IMAP::Client and IO::Async::Protocol::Stream. River stage zero No dependents

See 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 UTC

Net::IMAP::Client - Not so simple IMAP client library River stage one • 1 direct dependent • 6 total dependents

Net::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.9507 - 05 Feb 2023 23:27:55 UTC

Net::IMAP::Server - A single-threaded multiplexing IMAP server implementation, using Net::Server::Coro. River stage zero No dependents

This 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 UTC

Net::Prober::imap River stage zero No dependents

COSIMO/Net-Prober-0.17 - 15 Jul 2017 11:17:18 UTC

Net::IMAP::Simple::NB - Non-blocking IMAP. River stage zero No dependents

This 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 UTC

Net::IMAP::Simple::SSL - SSL support for Net::IMAP::Simple River stage one • 3 direct dependents • 6 total dependents

This 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 UTC

Net::Gmail::IMAP::Label - IMAP proxy for Google's Gmail that retrieves message labels River stage zero No dependents

This 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 UTC

Net::IMAP::Server::Error - A command which failed catastrophically River stage zero No dependents

A 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 UTC

Net::IMAP::Simple::Gmail - Gmail specific support for Net::IMAP::Simple River stage zero No dependents

This 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 UTC

Net::Async::IMAP::Server - asynchronous IMAP server based on Protocol::IMAP::Server and IO::Async::Protocol::Stream. River stage zero No dependents

See Protocol::IMAP::Server for more details on API....

TEAM/Net-Async-IMAP-0.004 - 07 Nov 2013 20:20:55 UTC

Net::IMAP::Server::Message - Represents a message stored in a user's mailbox River stage zero No dependents

ALEXMV/Net-IMAP-Server-1.39 - 01 May 2016 07:57:57 UTC

Net::IMAP::Server::Mailbox - A user's view of a mailbox River stage zero No dependents

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 UTC

Net::IMAP::Server::Command - A command in the IMAP server River stage zero No dependents

Commands 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 UTC

Net::IMAP::Client::MsgSummary - parse message (+ subparts) summary info River stage one • 1 direct dependent • 6 total dependents

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.9507 - 05 Feb 2023 23:27:55 UTC

Net::IMAP::Server::Connection - Connection to a client River stage zero No dependents

Maintains all of the state for a client connection to the IMAP server....

ALEXMV/Net-IMAP-Server-1.39 - 01 May 2016 07:57:57 UTC

Net::IMAP::Simple::PipeSocket - a little wrapper around IPC-Open3 that feels like a socket River stage two • 7 direct dependents • 12 total dependents

JETTERO/Net-IMAP-Simple-1.2212 - 06 Jun 2018 13:21:17 UTC

Net::IMAP::Client::MsgAddress - email address object River stage one • 1 direct dependent • 6 total dependents

Represents 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.9507 - 05 Feb 2023 23:27:55 UTC

Net::IMAP::Server::DefaultAuth - Encapsulates per-connection authorization information for an IMAP user. River stage zero No dependents

IMAP 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 UTC

Net::IMAP::Server::DefaultModel - Encapsulates per-connection information about the layout of IMAP folders. River stage zero No dependents

This 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
60 results (0.056 seconds)