The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "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 - Search in distribution
  • Net::xAP - A base class for protocols such as IMAP, ACAP, IMSP, and ICAP.

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Net::IMAP::Simple - Perl extension for simple IMAP account handling. River stage two • 7 direct dependents • 12 total dependents

This module is a simple way to access IMAP accounts....

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

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

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

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Email::FolderType::Net - Recognize folder types for network based message protocols. River stage one • 5 direct dependents • 7 total dependents

RJBS/Email-FolderType-Net-1.043 - 09 Aug 2013 00:36:15 UTC - Search in distribution

Quiq::Imap::Client - IMAP Client River stage zero No dependents

Ein Objekt der Klasse repräsentiert einen IMAP-Client. Die Klasse realisiert ihre Funktionalität unter Rückgriff auf Net::IMAP::Simple <https://metacpan.org/pod/Net::IMAP::Simple> durch Ableitung. Detaillierte Dokumentation siehe dort. Die Klasse zei...

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC - Search in distribution
  • Quiq - Class library for rapid development

AnyEvent::IMAP - IMAP client library for AnyEvent River stage zero No dependents

AnyEvent::IMAP is IMAP client library for AnyEvent/Perl....

TOKUHIROM/AnyEvent-IMAP-0.04 - 03 Aug 2012 04:22:55 UTC - Search in distribution

App::Twimap - Push your Twitter home timeline to an IMAP server River stage zero No dependents

Twitter is an online social networking and microblogging service. The Internet Message Access Protocol (IMAP) is an Internet standard protocols for e-mail retrieval from a server. This module stores your Twitter home timeline in a folder on an IMAP s...

LBROCARD/App-Twimap-0.03 - 15 Jun 2013 17:49:54 UTC - Search in distribution

flail - a hacker's mailer in Perl River stage zero No dependents

flail is a hacker's mailer, written in Perl, and sporting a command-line interface. It currently supports pop3 and imap for access to remote maildrops, as well as regular old Unix mail spool files for local maildrops (e.g. because you use fetchmail)....

ATTILA/flail-0.2.5 - 15 Oct 2008 19:24:41 UTC - Search in distribution

Fwctl - Perl module to configure the Linux kernel packet filtering firewall. River stage zero No dependents

Fwctl is a module to configure the Linux kernel packet filtering firewall using higher level abstraction than rules on input, output and forward chains. It supports masquerading and accounting as well. Why Fwctl ? Well, say you are the kind of parano...

FRAJULAC/Fwctl-0.28 - 07 Aug 2000 19:37:47 UTC - Search in distribution

siesh - interactive sieve shell River stage zero No dependents

Siesh provides a shell-like interface for manipulating sieve scripts using the ManageSieve protocol. The documentation for App::Siesh provides more details on how to use this probram interactively....

MDOM/App-Siesh-0.21 - 10 Jan 2012 12:10:02 UTC - Search in distribution

Mail::Message - general message object River stage two • 9 direct dependents • 14 total dependents

A "Mail::Message" object is a container for MIME-encoded message information, as defined by RFC2822. Everything what is not specificaly related to storing the messages in mailboxes (folders) is implemented in this class. Methods which are related to ...

MARKOV/Mail-Message-3.015 - 11 Dec 2023 09:00:09 UTC - Search in distribution

Mail::Box - manage a mailbox, a folder with messages River stage one • 8 direct dependents • 8 total dependents

A Mail::Box::Manager creates "Mail::Box" objects. But you already knew, because you started with the Mail::Box-Overview manual page. That page is obligatory reading, sorry! "Mail::Box" is the base class for accessing various types of mailboxes (folde...

MARKOV/Mail-Box-3.010 - 18 Jul 2023 07:26:47 UTC - Search in distribution

Bundle::WING - Modules required for the Web IMAP and News Gateway River stage zero No dependents

WING is an Open Source Apache/mod_perl based system which allows users to access email held on an IMAP server via any web browser. WING provides a gateway so that users can access email held on an IMAP server via any web browser. This bundle provides...

SIMON/Bundle-WING-0.11 - 23 Aug 2001 11:56:48 UTC - Search in distribution
53 results (0.062 seconds)