Search results for "module:Mail::Imapclient"
Mail::IMAPClient::MessageSet - ranges of message sequence numbers
The Mail::IMAPClient::MessageSet module is designed to make life easier for programmers who need to manipulate potentially large sets of IMAP message UID's or sequence numbers. This module presents an object-oriented interface into handling your mess...
PLOBBES/Mail-IMAPClient-3.43 - 16 Feb 2021 17:05:43 UTC
Mail::IMAPClient::BodyStructure - parse fetched results
This extension will parse the result of an IMAP FETCH BODYSTRUCTURE command into a perl data structure. It also provides helper methods to help pull information out of the data structure. This module requires Parse::RecDescent....
PLOBBES/Mail-IMAPClient-3.43 - 16 Feb 2021 17:05:43 UTC
Mail::IMAPTalk - IMAP client interface with lots of features
This module communicates with an IMAP server. Each IMAP server command is mapped to a method of this object. Although other IMAP modules exist on CPAN, this has several advantages over other modules. * It parses the more complex IMAP structures like ...
ROBN/Mail-IMAPTalk-4.04 - 22 Oct 2016 02:17:14 UTC
Mail::IMAPQueue - IMAP client extension to watch and process a mailbox as a queue
This module provides a way to access a mailbox with IMAP protocol, regarding the mailbox as a FIFO queue so that the client code can continuously process incoming email messages. The module utilizes Mail::IMAPClient as an IMAP client interface. The i...
MAHIRO/Mail-IMAPQueue-0.04 - 22 Jul 2014 16:37:52 UTC
Mail::POP3Client - Perl 5 module to talk to a POP3 (RFC1939) server
This module implements an Object-Oriented interface to a POP3 server. It implements RFC1939 (http://www.faqs.org/rfcs/rfc1939.html)...
SDOWD/Mail-POP3Client-2.21 - 09 May 2022 22:05:38 UTC
Mail::Box::IMAP4::SSL - handle IMAP4 folders with SSL
This is a thin subclass of Mail::Box::IMAP4 to provide IMAP over SSL (aka IMAPS). It hides the complexity of setting up Mail::Box::IMAP4 with IO::Socket::SSL, Mail::IMAPClient and Mail::Transport::IMAP4. In all other respects, it resembles Mail::Box:...
DAGOLDEN/Mail-Box-IMAP4-SSL-0.03 - 31 Dec 2013 17:03:18 UTC