This module implements a client interface to the POP3 protocol, enabling a perl5 application to talk to POP3 servers. This documentation assumes that you are familiar with the POP3 protocol described in RFC1939. With IO::Socket::SSL installed it also...
SHAY/libnet-3.11 - 14 Nov 2017 14:00:09 UTCNet::Server::POP3 is intended to handle the nitty-gritty details of talking to mail clients, so that in writing a custom POP3 server you don't have to actually read RFC documents. The backend things (such as where mail comes from and what messages ar...
JONADAB/Net-Server-POP3-0.0009 - 11 Jan 2005 02:08:58 UTCNet::POP3::XOAuth2 is an extension for Net::POP3. This allows you to use SASL XOAUTH2....
KIZASHI/Net-POP3-XOAuth2-0.0.1 - 21 Aug 2019 06:06:03 UTCNet::POP3::SSLWrapper is simple POP3S wrapper for Net::POP3. You can easy to support POP3S, with very small code change....
TOKUHIROM/Net-POP3-SSLWrapper-0.06 - 01 Dec 2010 05:28:36 UTCNet::SSLGlue::POP3 extends Net::POP3 so one can either start directly with SSL or switch later to SSL using the STLS command. By default it will take care to verify the certificate according to the rules for POP3 implemented in IO::Socket::SSL....
SULLR/Net-SSLGlue-1.058 - 17 Jun 2016 07:20:48 UTCBOKUTIN/Net-POP3-PerMsgHandler-0.03 - 12 Aug 2009 21:44:40 UTC
This module implements a bare-bones skeleton POP3 server. It is intended as a base class. You should inherit from this class (which, in turn, inherits from Net::Server::Fork). The only POP3 command implemented by this module is the QUIT command. All ...
JOHNSCA/NetServerPOP3Skeleton-1.0 - 12 May 2004 00:33:08 UTCBOKUTIN/Net-POP3-PerMsgHandler-0.03 - 12 Aug 2009 21:44:40 UTC
BOKUTIN/Net-POP3-PerMsgHandler-0.03 - 12 Aug 2009 21:44:40 UTC
This module implements a wrapper for Net::POP3, enabling over-SSL/STARTTLS support. This module inherits all the methods from Net::POP3. You may use all the friendly options that came bundled with Net::POP3. You can control the SSL usage with the opt...
TOMO/Net-POP3S-0.11 - 11 Apr 2020 00:37:07 UTCThis module implements a client interface to the POP3 protocol AUTH service extension, enabling a perl5 application to talk to and authenticate against POP3 servers. This documentation assumes that you are familiar with the concepts of the POP3 proto...
APLEINER/Net-POP3_auth-0.04 - 09 Nov 2009 15:13:03 UTCThis module implements a POP3 proxy server to enable you to call user defined actions uppon fetching a mail from the POP3 Server. The destination server is taken from the username, the client connects to the pop3 proxy in the way remoteuser%remote.ho...
MBOECK/Net-Server-POP3proxy-0.1 - 26 Feb 2005 17:09:58 UTCRJBS/Email-FolderType-Net-1.043 - 09 Aug 2013 00:36:15 UTC
"Net::Cmd" is a collection of methods that can be inherited by a sub-class of "IO::Socket::INET". These methods implement the functionality required for a command based protocol, for example FTP and SMTP. If your sub-class does not also derive from "...
SHAY/libnet-3.11 - 14 Nov 2017 14:00:09 UTCThis package contains some static functions and version-releated constants. It does not export by default anything, but constants can be exported upon request. use Net::Curl qw(:constants); To perform any request you want Net::Curl::Easy. FUNCTIONS N...
SYP/Net-Curl-0.45 - 01 Jun 2020 18:04:45 UTCSome commonly used perl modules don't have SSL support at all, even if the protocol supports it. Others have SSL support, but most of them don't do proper checking of the server's certificate. The "Net::SSLGlue::*" modules try to add SSL support or p...
SULLR/Net-SSLGlue-1.058 - 17 Jun 2016 07:20:48 UTCThis class allows you to easily create TCP/IP clients and servers and provides an OO interface to manage the connection(s). This allows you to concentrate on the application rather than on the transport. You still have to engineer your high-level pro...
MNAGUIB/EasyTCP-0.26 - 06 Apr 2004 02:50:22 UTCA wrapper or extension for Net::Telnet and Net::Telnet::Cisco that adds some default procedures like multiple login attempts as well as output formatting, error checking etc. The wrapper has templates or device classes defined for many devices like C...
MWALLRAF/Net-Telnet-Wrapper-0.1 - 11 Jul 2007 17:54:58 UTCTCP::POP device class template. This device class can be used to connect to POP3 servers and retrieve mails etc. via telnet. Do not call this module directly....
MWALLRAF/Net-Telnet-Wrapper-0.1 - 11 Jul 2007 17:54:58 UTC