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

Search results for "Net::Smtp"

Net::SMTP - Simple Mail Transfer Protocol Client River stage five • 155 direct dependents • 10294 total dependents

This module implements a client interface to the SMTP and ESMTP protocol, enabling a perl5 application to talk to SMTP servers. This documentation assumes that you are familiar with the concepts of the SMTP protocol described in RFC2821. With IO::Soc...

SHAY/libnet-3.15 - 20 Mar 2023 19:15:53 UTC - Search in distribution
  • Net::Cmd - Network Command class (as used by FTP, SMTP etc)
  • libnetFAQ - libnet Frequently Asked Questions

NetServer::SMTP - basic SMTP server class for Perl River stage zero No dependents

A class that provides a basic SMTP server object and some methods. (Note that it doesn't provide a run method with a main execution loop -- hence the above example.) ("Net::SMTP" provides a corresponding client class.) It accepts requests in accordan...

CHSTROSS/NetServer-SMTP-0.01 - 02 Sep 1998 14:38:07 UTC - Search in distribution

Net::SMTP::TLS - An SMTP client supporting TLS and AUTH River stage one • 6 direct dependents • 9 total dependents

Net::SMTP::TLS is a TLS and AUTH capable SMTP client which offers an interface that users will find familiar from Net::SMTP. Net::SMTP::TLS implements a subset of the methods provided by that module, but certainly not (yet) a complete mirror image of...

AWESTHOLM/Net-SMTP-TLS-0.12 - 17 Jan 2006 14:38:11 UTC - Search in distribution

Net::SMTP::Bulk - NonBlocking batch SMTP using Net::SMTP interface River stage zero No dependents

KNOWZERO/Net-SMTP-Bulk-0.24 - 08 Aug 2020 20:57:08 UTC - Search in distribution

Net::SMTP::IPMM - IronPort Mail-Merge interface River stage zero No dependents

IronPort Mail Merge (IPMM) is a proprietary extension to SMTP used on IronPort's email server appliances. This module is a subclass of Net::SMTP which impliments the IPMM extensions. All the Net::SMTP methods are inherrited by this module. See the do...

FRIEDO/Net-SMTP-IPMM-0.03 - 22 Sep 2005 00:14:44 UTC - Search in distribution

Net::Async::SMTP - email sending with IO::Async River stage zero No dependents

Provides basic email sending capability for IO::Async, using the Protocol::SMTP implementation. See "DESCRIPTION" in Protocol::SMTP for a list of supported features and usage instructions. This class does nothing - use Net::Async::SMTP::Client for se...

TEAM/Net-Async-SMTP-0.004 - 17 Mar 2024 05:19:51 UTC - Search in distribution

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

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

Net::SMTP::Verify - verify SMTP recipient addresses River stage zero No dependents

This class implements checks for verifying SMTP addresses. It implements the following checks: check addresses with SMTP MAIL FROM and RCPT TO commands Check if the MX would accept mail for test addresses. check of message size If the mail exchanger ...

BENNING/Net-SMTP-Verify-1.04 - 10 Oct 2018 16:31:07 UTC - Search in distribution

Net::SMTP::Server - A native Perl SMTP Server implementation for Perl. River stage zero No dependents

The Net::SMTP::Server module implements an RFC 821 compliant SMTP server, completely in Perl. It's extremely extensible, so adding in things like spam filtering, or more advanced routing and handling features can be easily handled. An additional modu...

MACGYVER/SMTP-Server-1.1 - 29 Dec 1999 17:39:03 UTC - Search in distribution

Net::SMTP::Receive - receive mail via SMTP River stage one • 1 direct dependent • 5 total dependents

Net::SMTP::Receive handles receiving email via SMTP. It is built as a base class that must be subclassed to provide methods for actually delivering a message. Many aspects of Net::SMTP::Receive's behavior can be modified by overriding methods in the ...

MUIR/Net-SMTP-Receive-0.301 - 06 Jan 2012 01:28:05 UTC - Search in distribution

Net::SSLGlue::SMTP - make Net::SMTP able to use SSL River stage zero No dependents

Net::SSLGlue::SMTP extends Net::SMTP so one can either start directly with SSL or switch later to SSL using the STARTTLS command. By default it will take care to verify the certificate according to the rules for SMTP implemented in IO::Socket::SSL....

SULLR/Net-SSLGlue-1.058 - 17 Jun 2016 07:20:48 UTC - Search in distribution
  • Net::SSLGlue - add/extend SSL support for common perl modules

Net::SMTP::OneLiner - extension that pollutes the local namespace with a send_mail() sub that sends mail River stage zero No dependents

JETTERO/Net-SMTP-OneLiner-2.0005 - 08 Jul 2009 17:32:46 UTC - Search in distribution

Net::SMTP::Retryable - Net::SMTP wrapper River stage zero No dependents

Net::SMTP offers some automatic redundancy by allowing you to specify multiple hosts. On connection, a connection will be tried to each host until one succeeds. However, if you loose your connection, it is up to you to reconnect and resend your messa...

MPREWITT/Net-SMTP-Retryable-0.0.2 - 04 Jul 2005 20:03:21 UTC - Search in distribution

Net::SMTP::Pipelining - Send email using ESMTP PIPELINING extension River stage zero No dependents

This module implements the client side of the SMTP PIPELINING extension, as specified by RFC 2920 (http://tools.ietf.org/html/rfc2920). It extends the popular Net::SMTP module by subclassing it, you can use Net::SMTP::Pipelining objects as if they we...

MARCB/Net-SMTP-Pipelining-0.0.4 - 20 Nov 2013 12:11:21 UTC - Search in distribution

Net::Inspect::L7::SMTP - guesses and handles SMTP traffic River stage zero No dependents

This class extracts SMTP traffic from TCP connections. It provides all hooks required for "Net::Inspect::L4::TCP" and is usually used together with it. It provides the "guess_protocol" hook so it can be used with "Net::Inspect::L5::GuessProtocol". Ho...

SULLR/Net-Inspect-0.330 - 19 Jan 2018 18:25:59 UTC - Search in distribution

Net::Server::Mail::SMTP - A module to implement the SMTP protocol River stage two • 9 direct dependents • 12 total dependents

This class implement the SMTP (RFC 821) protocol. Notice that it don't implement the extension mechanism introduce in RFC 2821. You have to use Net::Server::Mail::ESMTP if you want this capability. This class inherit from Net::Server::Mail. Please se...

GUIMARD/Net-Server-Mail-0.28 - 01 Jun 2019 07:16:59 UTC - Search in distribution

Net::DRI::Transport::SMTP - SMTP transport for Net::DRI River stage zero No dependents

The following options are available at creation:...

PMEVZEK/Net-DRI-0.96 - 25 Mar 2010 01:25:14 UTC - Search in distribution
  • Net::DRI - Interface to Domain Name Registries/Registrars/Resellers

Net::SMTP::Server::Client2 - A better client for Net::SMTP::Server. River stage zero No dependents

The Net::SMTP::Server::Client2 module is a patched Net::SMTP::Server::Client module. $client->get_message returns before delivering a response code to the client. $client->okay(...) and $client->too_large() and $client->fail(...) return the appropria...

DAVIDNICO/Net-SMTP-Server-Client2-0.2 - 13 Nov 2002 22:11:48 UTC - Search in distribution

Net::SMTP::Server::AnyEvent - Expiremental SMTP server using AnyEvent! River stage zero No dependents

KNOWZERO/Net-SMTP-Server-AnyEvent-0.02 - 18 Oct 2013 08:21:21 UTC - Search in distribution

App::CLI::Plugin::Net::SMTP - for App::CLI::Extension mail module River stage zero No dependents

App::CLI::Extension Net::SMTP plugin module smtp method setting __PACKAGE__->config( net_smtp => {%net_smtp_option} );...

HOLLY/App-CLI-Plugin-Net-SMTP-1.3 - 19 Sep 2011 01:54:44 UTC - Search in distribution

Agent::TCLI::Package::Net::SMTP River stage zero No dependents

This module provides a package of commands for the TCLI environment. Currently one must use the TCLI environment (or browse the source) to see documentation for the commands it supports within the TCLI Agent. Sends a standard SMTP mail message....

HACKER/Agent-TCLI-Package-Net-0.031 - 08 Jun 2007 00:44:47 UTC - Search in distribution

Net::Server::Mail::SMTP::Prefork - Prefork SMTP Server River stage zero No dependents

Net::Server::Mail::SMTP::Prefork is preforking SMTP server....

UCHIKO/Net-Server-Mail-SMTP-Prefork-0.01 - 08 Jun 2013 17:50:56 UTC - Search in distribution

Test::Reporter::Transport::Net::SMTP - SMTP transport for Test::Reporter River stage zero No dependents

This module transmits a Test::Reporter report using Net::SMTP....

DAGOLDEN/Test-Reporter-Transport-Legacy-1.59 - 21 Jul 2011 14:38:17 UTC - Search in distribution

Authen::Simple::SMTP - Simple SMTP authentication River stage zero No dependents

Authenticate against a SMTP service....

CHANSEN/Authen-Simple-Net-0.2 - 04 Jan 2006 13:21:36 UTC - Search in distribution

Net::SMTP_auth - Simple Mail Transfer Protocol Client with AUTHentication River stage one • 4 direct dependents • 9 total dependents

This module implements a client interface to the SMTP and ESMTP protocol AUTH service extension, enabling a perl5 application to talk to and authenticate against SMTP servers. This documentation assumes that you are familiar with the concepts of the ...

APLEINER/Net-SMTP_auth-0.08 - 13 Jan 2006 15:58:49 UTC - Search in distribution

Test::Reporter::Transport::Net::SMTP::SSL - SMTP over SSL transport for Test::Reporter River stage zero No dependents

This module transmits a Test::Reporter report using Net::SMTP::SSL....

TRCJR/Test-Reporter-Transport-Net-SMTP-SSL-0.1.2 - 20 Feb 2010 17:38:37 UTC - Search in distribution

Test::Reporter::Transport::Net::SMTP::Authen - SMTP transport for Test::Reporter WITH AUTH command River stage zero No dependents

This module transmits a Test::Reporter report using Net::SMTP with authentication if needed....

GRIAN/Test-Reporter-Transport-Net-SMTP-Authen-1.02 - 28 Sep 2010 08:43:49 UTC - Search in distribution

TheSchwartz::Worker::SendEmail - sends email using SMTP River stage zero No dependents

This is a worker class for sending email (designed for lots of email) using TheSchwartz job queue and a slightly-tweaked subclass of Net::SMTP. See TheSchwartz for more information....

BRADFITZ/TheSchwartz-Worker-SendEmail-1.00 - 25 Apr 2007 21:33:46 UTC - Search in distribution

Net::SMTP::SSL - SSL support for Net::SMTP River stage one • 6 direct dependents • 7 total dependents

Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its network operations. Due to the nature of "Net::SMTP"'s "new" method, it is not overridden to make use of a default port for the SMTPS service. Perhaps future versions will be smar...

RJBS/Net-SMTP-SSL-1.04 - 10 Oct 2016 03:08:27 UTC - Search in distribution

Net::SMTP::TLS::ButMaintained - An SMTP client supporting TLS and AUTH (DEPRECATED, use Net::SMTPS instead) River stage one • 3 direct dependents • 3 total dependents

DEPRECATED!, Please use Net::SMTPS instead. Net::SMTP::TLS::ButMaintained is forked from Net::SMTP::TLS. blame "Evan Carroll" for the idea. :) Net::SMTP::TLS::ButMaintained is a TLS and AUTH capable SMTP client which offers an interface that users wi...

FAYLAND/Net-SMTP-TLS-ButMaintained-0.24 - 12 May 2013 02:21:13 UTC - Search in distribution

Net::SMTPS - SSL/STARTTLS support for Net::SMTP River stage one • 2 direct dependents • 2 total dependents

This module implements a wrapper for Net::SMTP, enabling over-SSL/STARTTLS support. This module inherits most of all the methods from Net::SMTP(2.X). You may use all the friendly options that came bundled with Net::SMTP. You can control the SSL usage...

TOMO/Net-SMTPS-0.10 - 11 Apr 2020 00:37:18 UTC - Search in distribution

SysAdmin::SMTP - Perl Net::SMTP class wrapper module. River stage zero No dependents

This is a sub class of SysAdmin. It was created to harness Perl Objects and keep code abstraction to a minimum. SysAdmin::SMTP uses Net::SMTP, MIME::Lite to send emails....

MARR/SysAdmin-0.11 - 11 Dec 2008 21:41:41 UTC - Search in distribution
  • SysAdmin - Parent class for SysAdmin wrapper modules.

CGI::Bus::smtp - simple SMTP sender River stage zero No dependents

This module is a simple SMTP sender. Uses Net::SMTP. See CGI::Bus::Base for inherited slots and methods....

MAKAROW/CGI-Bus-0.62 - 07 Sep 2007 18:24:11 UTC - Search in distribution
  • CGI::Bus - Web and DBI Application object

Test::SMTP - Module for writing SMTP Server tests River stage one • 2 direct dependents • 4 total dependents

This module is designed for easily building tests for SMTP servers. Test::SMTP is a subclass of Net::SMTP_auth, that is a subclass of Net::SMTP, that in turn is a subclass of Net::Cmd and IO::Socket::INET. Don't be too confident of it beeing a Net::S...

BENNING/Test-SMTP-0.05 - 21 Jul 2016 06:31:48 UTC - Search in distribution

swaks - Swiss Army Knife SMTP, the all-purpose smtp transaction tester River stage zero No dependents

swaks' primary design goal is to be a flexible, scriptable, transaction-oriented SMTP test tool. It handles SMTP features and extensions such as TLS, authentication, and pipelining; multiple version of the SMTP protocol including SMTP, ESMTP, and LMT...

MSIMERSON/Mail-Toaster-5.54 - 16 Feb 2017 19:40:58 UTC - Search in distribution

POE - portable multitasking and networking framework for any event loop River stage three • 401 direct dependents • 538 total dependents

POE is a framework for cooperative, event driven multitasking and networking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the event loop". POE provides a unified interface for several other event loops, including sel...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC - Search in distribution

TipJar::MTA - outgoing SMTP with exponential random backoff. River stage zero No dependents

On startup, we identify the base directory and make sure we can write to it, check for and create a few subdirectories, check if there is an MTA already running and stop if there is, so that TipJar::MTA can be restarted from cron. We are not concerne...

DAVIDNICO/TipJar-MTA-0.34 - 21 May 2010 19:55:11 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

CPM - Complete module to work with MyPrinterCloud System River stage zero No dependents

The CPM module manages the API of MyPrinterCloud, providing the subroutines to collect the information from the networked printers and to transmit it to CPS (Cloud Printing Server). It offers several options to accomplish key design criteria such as ...

PECO/CPM-1.51 - 15 Dec 2010 17:10:11 UTC - Search in distribution

spamtrap - Manage a spamtrap and produce DNS::BL commands to respond River stage zero No dependents

This program is meant to be used in procmail recipes serving spamtrap and/or spam reporting addresses. Its main functions include: Evidence archiving When instructed to do so, each processed spam sample is stored in a file within a path. The file nam...

LUISMUNOZ/DNS-BL-0.03 - 24 Dec 2004 19:27:22 UTC - Search in distribution

perlport - Writing portable Perl River stage five • 11292 direct dependents • 32664 total dependents

Perl runs on numerous operating systems. While most of them share much in common, they also have their own unique features. This document is meant to help you to find out what constitutes portable Perl code. That way once you make a decision to write...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution
  • perlport - Writing portable Perl
  • perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores)
  • perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores)
  • 8 more results from perl »

Embperl - Building dynamic Websites with Perl River stage one • 3 direct dependents • 3 total dependents

Embperl is a framework for building websites with Perl. For the beginner it's any easy to setup and use way of embedding Perl code in HTML pages. It delivers several features that ease the task of creating a websites, including dynamic tables, formfi...

GRICHTER/Embperl-3.0.0 - 24 Nov 2023 21:23:02 UTC - Search in distribution

VBTK - Virtual Brent Toolkit - A generic toolkit for system monitoring River stage zero No dependents

VBTK is a collection of modules which can be used to build a complex monitoring system completely written in perl. It's system monitoring abilities are, at the moment, mostly limited to solaris unix servers. But it also supports monitoring through SN...

BSHENRY/VBTK-0.20 - 22 Oct 2003 04:10:29 UTC - Search in distribution

Net::ESMTP - SMTP client library (wrapper for C libESMTP library) River stage zero No dependents

Net::ESMTP is a perl module to manage posting e-mail using SMTP to a preconfigured Mail Transport Agent (MTA) such as postfix. This C wrapper should give you besides faster runtime, access to advanced features of the libESMTP as SASL, TLS, pipelining...

MAKLER/Net-ESMTP-0.2.1 - 14 Dec 2004 14:53:31 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

IT::perlipc River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

MIME::Tools - modules for parsing (and creating!) MIME entities River stage three • 66 direct dependents • 210 total dependents

MIME-tools is a collection of Perl5 MIME:: modules for parsing, decoding, *and generating* single- or multipart (even nested multipart) MIME messages. (Yes, kids, that means you can send messages with attached GIF files)....

DSKOLL/MIME-tools-5.514 - 06 Feb 2024 20:49:02 UTC - Search in distribution

CTK::Util - CTK Utilities River stage one • 1 direct dependent • 1 total dependent

Public utility functions. No function is not exported by default! FUNCTIONS All subroutines are listed in alphabetical order basetime $secs = basetime(); The time at which the program began running, in seconds. This function returns result of express...

ABALAMA/CTKlib-2.09 - 10 Sep 2022 10:53:50 UTC - Search in distribution

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC - Search in distribution

Log::Handler - Log messages to several outputs. River stage two • 29 direct dependents • 41 total dependents

The "Log::Handler" is a object oriented handler for logging, tracing and debugging. It is very easy to use and provides a simple interface for multiple output objects with lots of configuration parameters. You can easily filter the amount of logged i...

BLOONIX/Log-Handler-0.90 - 12 Jul 2020 13:43:09 UTC - Search in distribution

CGI::FormBuilder - Easily generate and process stateful forms River stage two • 11 direct dependents • 16 total dependents

If this is your first time using FormBuilder, you should check out the website for tutorials and examples at <http://formbuilder.org>. You should also consider joining the google group at <http://groups.google.com/group/perl-formbuilder>. There are s...

BIGPRESH/CGI-FormBuilder-3.10 - 16 Aug 2016 23:59:06 UTC - Search in distribution

SOAP::Lite - Perl's Web Services Toolkit River stage three • 110 direct dependents • 144 total dependents

SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side....

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC - Search in distribution
  • SOAP::Transport - an abstract class extended by more specialized transport modules

Plasp - PerlScript/ASP River stage zero No dependents

Plasp is CatalystX::ASP, which is a plugin for Catalyst to support ASP (PerlScript) but with Catalyst ripped out. This is largely based off of Joshua Chamas's Apache::ASP, as the application I've been working with was written for Apache::ASP. Thus, t...

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 UTC - Search in distribution

Mail::Cclient - Mailbox access via the c-client library API River stage zero No dependents

"Mail::Cclient" gives access to mailboxes in many different formats (including remote IMAP folders) via the c-client API. The c-client library is the core library used by Pine and the University of Washington IMAP daemon (written by Mark Crispin). Th...

MICB/Mail-Cclient-1.1 - 15 Nov 2000 13:22:59 UTC - Search in distribution

Net::IMP - Inspection and Modification Protocol River stage one • 1 direct dependent • 1 total dependent

IMP is a protocol for inspection, modification and rejection of data between two sides (client and server) using an analyzer implementing this interface. Basics IMP is an asynchronous protocol, usually used together with callbacks. * Using the "data"...

SULLR/Net-IMP-0.635 - 26 Feb 2021 12:45:44 UTC - Search in distribution

CGI::Framework - A simple-to-use, lightweight web CGI framework River stage zero No dependents

CGI::Framework is a simple and lightweight framework for building web-based CGI applications. It features complete code-content separation (templating) by utilizing the HTML::Template library, stateful file or database-based sessions by utilizing the...

MNAGUIB/CGI-Framework-0.23 - 11 Oct 2005 16:23:36 UTC - Search in distribution

DBIx::Web - Active Web Database Layer River stage zero No dependents

This is a database layer for Perl scripts, implementing triggers, record versioning, access control at the record level, file attachments to records, materialised views. There is a web user interface also. Based on DBI and DB_File data engines. Based...

MAKAROW/DBIx-Web-0.80 - 30 Oct 2013 17:22:21 UTC - Search in distribution

EAI::Wrap - framework for easy creation of Enterprise Application Integration tasks River stage zero No dependents

EAI::Wrap provides a framework for defining EAI jobs directly in Perl, sparing the creator of low-level tasks as FTP-Fetching, file-parsing and storing into a database. It also can be used to handle other workflows, like creating files from the datab...

RKAPL/EAI-Wrap-1.913 - 03 Apr 2024 20:40:08 UTC - Search in distribution

HTML::Embperl - Building dynamic Websites with Perl River stage zero No dependents

Embperl is a Perl extension module which gives you the power to embed Perl code directly in your HTML documents (like server-side includes for shell commands). If building more than a single page, you may also want to take a look at "perldoc EmbperlO...

GRICHTER/HTML-Embperl-1.3.6 - 15 Feb 2003 19:33:11 UTC - Search in distribution

perlfaq9 - Web, Email and Networking River stage zero No dependents

This section deals with questions related to running web sites, sending and receiving email as well as general networking. Should I use a web framework? Yes. If you are building a web site with any level of interactivity (forms / users / databases), ...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

perlnewmod - Preparar la distribución de un módulo nuevo River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

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

Mail::SpamAssassin - Spam detector and markup engine River stage two • 13 direct dependents • 18 total dependents

Mail::SpamAssassin is a module to identify spam using several methods including text analysis, internet-based realtime blocklists, statistical analysis, and internet-based hashing algorithms. Using its rule base, it uses a wide range of heuristic tes...

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC - Search in distribution

minidomo River stage zero No dependents

Minidomo is an example program that uses the Mail::AddressSort module to sort a list of email addresses, and the Net::SMTP module to connect to a mail server to send a message out to those addresses in batches. It is useful for sending out a single m...

CHRISJ/Mail-AddressSort-1 - 19 Nov 2001 06:14:23 UTC - Search in distribution

AnyEvent::Intro - an introductory tutorial to AnyEvent River stage three • 409 direct dependents • 668 total dependents

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC - Search in distribution
  • AnyEvent::TLS - SSLv2/SSLv3/TLSv1 contexts for use in AnyEvent::Handle

changes River stage three • 51 direct dependents • 102 total dependents

RJBS/MIME-Lite-3.033 - 12 Jun 2021 15:53:07 UTC - Search in distribution

billing_report.pl - extract usage data from RTG databases, particularly for bandwidth billing. River stage zero No dependents

This script is a replacement for RTG's report.pl by Rob Beverly and Adam Rothschild. The biggest difference between this and the old script is that the old one just spat out formatted lines of text as it progressed. Unfortunately, the predefined fixe...

MSIMERSON/RTG-Report-1.17 - 19 Apr 2013 03:02:51 UTC - Search in distribution
  • uplink_summary.pl - generate and email a pretty HTML formatted report of your ISP uplinks

Net::QMTP - Quick Mail Transfer Protocol (QMTP) client River stage zero No dependents

This module implements an object orientated interface to a Quick Mail Transfer Protocol (QMTP) client, which enables a perl program to send email by QMTP. CONSTRUCTOR new(HOST [, OPTIONS]) The new() constructor creates a new Net::QMTP object and retu...

JRAFTERY/Net-QMTP-0.06 - 02 Nov 2004 15:05:19 UTC - Search in distribution

Mail::SpamCannibal - HOWTO Install SpamCannibal River stage zero No dependents

MIKER/Mail-SpamCannibal-1.08 - 13 Jun 2015 04:33:14 UTC - Search in distribution

IO::Socket::SSL - SSL sockets with IO::Socket interface River stage four • 342 direct dependents • 2021 total dependents

IO::Socket::SSL makes using SSL/TLS much easier by wrapping the necessary functionality into the familiar IO::Socket interface and providing secure defaults whenever possible. This way, existing applications can be made SSL-aware without much effort,...

SULLR/IO-Socket-SSL-2.085 - 22 Jan 2024 19:07:08 UTC - Search in distribution

Win32::Script - system administrator`s library - for login and application startup scripts, etc River stage zero No dependents

At primary this module was written for system administrator needs in centralised administration of Win32 clients: logon and application startup scripts, etc. Later some functions useful in Windows NT server scripts was added. Now many functions may r...

MAKAROW/Win32-Script-0.58 - 29 Jun 2007 18:54:01 UTC - Search in distribution

Mail::Spool - Extensible Perl Mail Spooler River stage zero No dependents

Mail::Spool is a "pure perl" implementation of mail spooling, unspooling and sending. It is intended to be used with daemons such as Net::Server::SMTP (to be released soon), but it also contains its own daemon (based off of Net::Server::Fork) that ca...

RHANDOM/Mail-Spool-0.50 - 08 Dec 2001 06:07:32 UTC - Search in distribution

DemoUsage - Demo of CGI::Portable that tracks web site usage details, as well as e-mail backups of usage counts to the site owner. River stage zero No dependents

This Perl 5 object class is part of a demonstration of CGI::Portable in use. It is one of a set of "application components" that takes its settings and user input through CGI::Portable and uses that class to send its user output. This demo module set...

DUNCAND/CGI-Portable-0.51 - 08 Jun 2004 01:36:22 UTC - Search in distribution
  • DemoGuestBook - Demo of CGI::Portable that implements a complete guest book with unlimited questions that also e-mails submissions to the website owner.
  • DemoMailForm - Demo of CGI::Portable that implements an e-mail submission form with unlimited questions.

ARSObject - high level interface above ARS module River stage zero No dependents

This module is intended for capable scripts above ARS module ("../ARSPerl/index.html" in ..). It caches metadata alike Remedy::ARSTools, but uses Data::Dumper or Storable module. And metadata model is directly given from ARS::ars_GetFieldTable()/ARS:...

MAKAROW/ARSObject-0.57 - 05 Feb 2013 17:54:42 UTC - Search in distribution

Email::Send - Simply Sending Email River stage two • 22 direct dependents • 46 total dependents

This module provides a very simple, very clean, very specific interface to multiple Email mailers. The goal of this software is to be small and simple, easy to use, and easy to extend. Constructors new my $sender = Email::Send->new({ mailer => 'NNTP'...

RJBS/Email-Send-2.201 - 05 Mar 2015 13:11:45 UTC - Search in distribution

File::Tools - UNIX tools implemented as Perl Modules and made available to other platforms as well River stage one • 1 direct dependent • 1 total dependent

SZABGAB/File-Tools-0.10 - 02 Jun 2023 07:07:20 UTC - Search in distribution

Net::EasyTCP - Easily create secure, bandwidth-friendly TCP/IP clients and servers River stage zero No dependents

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

Object::Trampoline - delay object construction, and optinally using the class' module, until a method is actually dispatched, simplifies runtime definition of handler classes. River stage zero No dependents

There are times when constructing an object is expensive or has to be delayed -- database handles in heavily forked apache servers are one example. This module creates a "trampoline" object: when called it replaces the object you have with the object...

LEMBARK/Object-Trampoline-1.50.4 - 10 Mar 2018 18:51:33 UTC - Search in distribution

App::MonM - Simple monitoring tool River stage zero No dependents

Simple monitoring tool FEATURES Checking availability of sites (http/https) Checking of database health (DBI) Checking internal and external counters using system commands and tools (command) Supports SMTP, POP3, FTP, SSH protocols, and etc. Interfac...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC - Search in distribution

Task::POE::All - All of POE on CPAN River stage zero No dependents

This task contains all distributions under the POE namespace....

APOCAL/Task-POE-All-1.102 - 09 Nov 2014 11:07:41 UTC - Search in distribution

CPANPLUS::Config - configuration defaults and heuristics for CPANPLUS River stage two • 35 direct dependents • 40 total dependents

This module contains defaults and heuristics for configuration information for CPANPLUS. To change any of these values, please see the documentation in "CPANPLUS::Configure". Below you'll find a list of configuration types and keys, and their meaning...

BINGOS/CPANPLUS-0.9914 - 23 Nov 2021 19:30:10 UTC - Search in distribution

Net::HAProxy - control HAProxy through a socket River stage zero No dependents

RGE/Net-HAProxy-0.001 - 08 Nov 2011 12:08:03 UTC - Search in distribution

Bundle::Email - (DEPRECATED) you want Task::Email::PEP::NoStore River stage zero No dependents

Email:: distributions are intended to be small and tight, with a specific purpose, and easily installed and loaded only as the bits are needed. Which means that there's a whole bunch of them, all seperate. Bundle::Email installs pretty much all of th...

RJBS/Bundle-Email-0.044 - 16 Jan 2009 15:59:34 UTC - Search in distribution

IO::Socket::DNS - IO::Socket like interface using DNS to access an IO::Socket::DNS::Server backend. River stage zero No dependents

I originally used this module for my own purposes and never intended to show anyone, but there have been so many requests that I've decided to release it to the public. Have you ever been away from your home with your computer and needed to use the I...

BBB/IO-Socket-DNS-0.021 - 19 Jul 2012 23:29:09 UTC - Search in distribution

SVN::Notify - Subversion activity notification River stage one • 8 direct dependents • 8 total dependents

This class may be used for sending email messages for Subversion repository activity. There are a number of different modes supported, and SVN::Notify is fully subclassable, to add new functionality, and offers comprehensive content filtering to easi...

MPGHF/SVN-Notify-2.87 - 03 Jul 2018 12:34:14 UTC - Search in distribution

Net::Dict - client API for accessing dictionary servers (RFC 2229) River stage one • 1 direct dependent • 1 total dependent

"Net::Dict" is a perl class for looking up words and their definitions on network dictionary servers. "Net::Dict" provides a simple DICT client API for the network protocol described in RFC2229. Quoting from that RFC: * The Dictionary Server Protocol...

NEILB/Net-Dict-2.22 - 08 Jun 2021 15:35:19 UTC - Search in distribution

Net::Server - Extensible, general Perl server engine River stage two • 36 direct dependents • 88 total dependents

"Net::Server" is an extensible, generic Perl server engine. "Net::Server" attempts to be a generic server as in "Net::Daemon" and "NetServer::Generic". It includes with it the ability to run as an inetd process ("Net::Server::INET"), a single connect...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC - Search in distribution

Mail::Box-Overview - objects used by Mail::Box River stage one • 8 direct dependents • 8 total dependents

Introduction The MailBox package is a suite of classes for accessing and managing email folders in a folder-independent manner. This package is an alternative to the "Mail::Folder" and "MIME::*" packages. It abstracts the details of messages, message...

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

Mail::Bulkmail - Platform independent mailing list module River stage zero No dependents

Mail::Bulkmail gives a fairly complete set of tools for managing mass-mailing lists. I initially wrote it because the tools I was using at the time were just too damn slow for mailing out to thousands of recipients. I keep working on it because it's ...

JIMT/Mail-Bulkmail-3.12 - 22 Dec 2003 22:20:31 UTC - Search in distribution

Mail::GcalReminder - Send reminders to Google calendar event guests River stage zero No dependents

You can set gmail to send you reminders for stuff in your calendar but you can’t have it send reminders to guests. This module allows you to create scripts that grab a goodle calendar and send reminders to guests from your gmail account. POD ERRORS H...

DMUEY/Mail-GcalReminder-0.5 - 29 Dec 2014 03:37:07 UTC - Search in distribution

Net::Curl - Perl interface for libcurl River stage two • 13 direct dependents • 20 total dependents

This 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.56 - 01 Apr 2024 08:12:58 UTC - Search in distribution

SMS::Handler::Email - Process Email related commands River stage zero No dependents

This module implements a simple responder class. It will respond to any message directed to the specified phone number, with the specified message. The Email message is assumed to be in ISO-8859-1 (Latin1) encoding. Mappings are provided to convert t...

LUISMUNOZ/SMS-Handler-0.01 - 30 Jun 2003 18:25:45 UTC - Search in distribution

Mail::EXPN - Perl extension for validation of email addresses River stage zero No dependents

This module checks validity of email addresses. It ensure the existence of a username and domain, unless you specified the MTA, searches the DNS for the MTA (if not specified), and then attempts to use the SMTP keyword EXPN to verify the username. Si...

FLORIAN/Mail-EXPN-0.04 - 01 Feb 2003 10:48:00 UTC - Search in distribution

Bundle::RT - CPAN Bundle for RT Dependencies River stage zero No dependents

RSPIER/Bundle-RT-0.030601 - 12 Aug 2006 04:53:25 UTC - Search in distribution

Mail::Util - mail utility functions River stage three • 51 direct dependents • 484 total dependents

This package provides several mail related utility functions. Any function required must by explicitly listed on the use line to be exported into the calling package....

MARKOV/MailTools-2.21 - 21 May 2019 14:28:18 UTC - Search in distribution

Mail::MsgStore - Complete mail client back end. River stage zero No dependents

The primary goal of this module is ease of use. The Mail::Folder module, on top of not quite being complete yet, is a pretty low-level API. I was very impressed with how Win32::TieRegistry simplified an otherwise complex task, and decided to adopt a ...

FIVE/Mail-MsgStore-1.51 - 07 Jun 2000 16:56:12 UTC - Search in distribution

ClearCase::ClearPrompt - Handle clearprompt in a portable, convenient way River stage one • 1 direct dependent • 2 total dependents

This module provides various areas of functionality, each based on clearprompt in some way but otherwise orthogonal. These are: * Clearprompt Abstraction Provides a simplified interface to the clearprompt program, taking care of creating and removing...

DSB/ClearCase-ClearPrompt-1.31 - 22 Jul 2003 15:35:13 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

Net::RULI - Perl extension for RULI, a library for easily querying DNS SRV resource records River stage zero No dependents

RULI performs DNS queries for SRV records. The result is a ready-to-use list of SRV records. The whole logic demanded by SRV standards is already performed. It's the application role to try to contact every address in the given order. This function p...

EMARQUES/Net-RULI-0.03 - 26 Oct 2004 22:28:49 UTC - Search in distribution

WWW::Salesforce::Report - The poor man's Salesforce report API in Perl! River stage zero No dependents

PAIXAOP/WWW-Salesforce-Report-0.03 - 15 Jun 2010 02:39:32 UTC - Search in distribution
189 results (0.121 seconds)