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

Search results for "Email::Find"

Email::Find - Find RFC 822 email addresses in plain text River stage two • 7 direct dependents • 11 total dependents

Email::Find is a module for finding a *subset* of RFC 822 email addresses in arbitrary text (see "CAVEATS"). The addresses it finds are not guaranteed to exist or even actually be email addresses at all (see "CAVEATS"), but they will be valid RFC 822...

MIYAGAWA/Email-Find-0.10 - 16 Jan 2007 19:45:28 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
  • perlfaq4 - Data Manipulation
  • perlfaq - Frequently asked questions about Perl

Test::POP3 - Automate Email Delivery Tests River stage two • 1 direct dependent • 34 total dependents

Please note that this is ALPHA CODE. As such, the interface is likely to change. This module can help you to create automated tests of email delivered to a POP3 account. Messages retrieved from the server but not yet matched by a test will be cached ...

JAMES/Test-Email-0.04 - 09 Jun 2007 23:34:26 UTC - Search in distribution

MailTools - bundle of ancient email modules River stage three • 51 direct dependents • 484 total dependents

MailTools is a bundle: an ancient form of combining packages into one distribution. Gladly, it can be distributed as if it is a normal distribution as well. Be warned: The code you find here is very old. It works for simple emails, but when you start...

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

Email::Public - Quickly find if an email address is from a public email provider River stage zero No dependents

JETEVE/Email-Public-0.13 - 05 Jul 2010 13:13:58 UTC - Search in distribution

Courriel - High level email parsing and manipulation River stage zero No dependents

This class exists to provide a high level API for working with emails, particular for processing incoming email. It is primarily a wrapper around the other classes in the Courriel distro, especially Courriel::Headers, Courriel::Part::Single, and Cour...

DROLSKY/Courriel-0.49 - 08 Aug 2021 15:37:29 UTC - Search in distribution

Test::Mail - Test framework for email applications River stage zero No dependents

Test::Mail provides a framework for testing applications which send and receive email. A typical example of an email application might send a notification to a certain email address, setting certain headers in certain ways and having certain content ...

SKUD/Test-Mail-0.06 - 29 Mar 2007 00:48:22 UTC - Search in distribution

Email::Date - Find and Format Date Headers River stage two • 9 direct dependents • 20 total dependents

Achtung! Probably you'll be find just using Email::Date::Format to produce dates or Date::Parse to parse dates. This module isn't much needed anymore, but does provide "find_date", described below. RFC 2822 defines the "Date:" header. It declares the...

RJBS/Email-Date-1.104 - 02 Aug 2013 22:02:10 UTC - Search in distribution

Email::Assets - Manage assets for Email River stage zero No dependents

TEEJAY/Email-Assets-0.10 - 23 Jan 2015 10:29:32 UTC - Search in distribution

L - Perl extension to load modules automatically in one-liners. River stage one • 3 direct dependents • 6 total dependents

Module auto-loader for one-liners. This module is dangerous, so don't use this module in other perl modules, scripts or production code. This should be used only in one-liners....

SONGMU/L-v1.0.1 - 03 Dec 2018 00:56:34 UTC - Search in distribution

ec - Mail reader and composer for Unix and Perl/Tk. River stage zero No dependents

Ec can send and receive mail to and from remote POP3 and SMTP servers, or route mail using sendmail, qmail, or exim. Ec can filter and store incoming messages in user configurable folders. With no additional configuration, ec routes mail to the Incom...

RKIES/ec-1.28 - 03 Mar 2004 01:25:04 UTC - Search in distribution

noid - nice opaque identifier generator commands River stage zero No dependents

The noid utility creates minters (identifier generators) and accepts commands that operate them. Once created, a minter can be used to produce persistent, globally unique names for documents, databases, images, vocabulary terms, etc. Properly managed...

JAK/Noid-0.424 - 21 Apr 2006 15:45:30 UTC - Search in distribution

exiftool - Read and write meta information in files River stage two • 29 direct dependents • 30 total dependents

A command-line interface to Image::ExifTool, used for reading and writing meta information in a variety of file types. *FILE* is one or more source file names, directory names, or "-" for the standard input. Metadata is read from source files and pri...

EXIFTOOL/Image-ExifTool-12.76 - 31 Jan 2024 15:31:14 UTC - Search in distribution

DBI - Database independent interface for Perl River stage four • 940 direct dependents • 2099 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution
  • DBI::DBD - Perl DBI Database Driver Writer's Guide

lcpan - Manage your local CPAN mirror River stage two • 41 direct dependents • 69 total dependents

This application is a convenient bundling of "CPAN::Mini" and an indexer so in addition to creating your local CPAN mirror and installing modules from it, you can also query various things about your local CPAN mirror quickly from the command-line (a...

PERLANCAR/App-lcpan-1.074 - 11 Jan 2024 00:11:13 UTC - Search in distribution

Fsdb - a flat-text database for shell scripting River stage zero No dependents

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC - Search in distribution

JSON - JSON (JavaScript Object Notation) encoder/decoder River stage four • 1544 direct dependents • 3401 total dependents

This module is a thin wrapper for JSON::XS-compatible modules with a few additional features. All the backend modules convert a Perl data structure to a JSON text and vice versa. This module uses JSON::XS by default, and when JSON::XS is not availabl...

ISHIGAKI/JSON-4.10 - 09 Oct 2022 00:11:31 UTC - Search in distribution

Pvm - Perl extension for the Parallel Virtual Machine (PVM) Message Passing System River stage zero No dependents

The "PVM" message passing system enables a programmer to configure a group of (possibly heterogenous) computers connected by a network into a parallel virtual machine. The system was developed by the University of Tennessee, Oak Ridge National Labora...

EWALKER/Pvm-0.9 - 27 Jun 1996 10:52:04 UTC - Search in distribution

bencher - A benchmark framework (CLI) River stage zero No dependents

Bencher is a benchmark framework. You specify a *scenario* (either in a "Bencher::Scenario::*" Perl module, or a Perl script, or over the command-line) containing list of *participants* and *datasets*. Participants are codes or commands to run, and d...

PERLANCAR/Bencher-1.062.4 - 19 Feb 2024 04:45:38 UTC - Search in distribution

Sah - Schema for data structures (specification) River stage three • 3 direct dependents • 604 total dependents

PERLANCAR/Sah-0.9.51 - 19 Dec 2022 00:05:39 UTC - Search in distribution
1,780 results (0.145 seconds)