This module is a versatile and extensible implementation of the SMTP protocol
and its different evolutions like ESMTP and LMTP. The event driven
object-oriented API makes easy to incorporate the SMTP protocol to your
programs.
Other SMTPd implementations don't support useful ESMTP extensions and the LMTP
protocol. Their interface design precludes adding them later. So I've decided
to rewrite a complete implementation with extensibility in mind.
This perl module uses objects to make it easy to interface with Gmail.
I eventually hope to implement all of the functionality of the Gmail
website, plus additional features.
Because Gmail is currently in Beta testing, expect this module to
break as they make updates to thier interface. I will attempt to
keep this module in line with the changes they make, but, if after
updating to the newest version of this module, the feature that you
require still doesn't work, please contact me with the issue.
Mail::SRS provides an interface to the Sender Rewriting Scheme .
A patch that provides 'mail' gem with iso-2022-jp conversion capability.
Use Mail::DKIM to process and/or create DKIM signed email.
Mail::SPF is an object-oriented Perl implementation of the Sender Policy
Framework (SPF) e-mail sender authentication system.
This release of Mail::SPF fully conforms to RFC 4408 and passes the 2006.11
release of the official test-suite <http://www.openspf.org/Test_Suite>.
The Mail::SPF source package includes the following additional tools:
- spfquery: A command-line tool for performing SPF checks.
- spfd: A daemon for services that perform SPF checks frequently.
chk4mail - a utility to quickly check multiple folders for new mail
This program lists the number of read and unread emails in the folders
in your maildirectory and your incoming mailfolder.
The chkimap program can be used to do the same on a remote IMAP server.
The source code is available from:
ftp.stack.nl:/pub/users/johans/chk4mail/
WARNING: This code is in alpha release. Expect the interface to
change
SYNOPSIS
use Mail::Folder;
DESCRIPTION
This base class, and it's subclasses provide an object- oriented interface
to email folders independant of the underlying folder implementation. There
are currently two folder interfaces provided with this package:
Mail::Folder::Emaul
Mail::Folder::Mbox
A secure, effective and simple way of getting mail off a system to
your mail hub. It does not include a mail spool to poke around in,
and no daemons running in the background. Mail is simply forwarded
to the configured mailhost. Extremely easy configuration.
WARNING: the above is all it does; it does not receive mail, expand
aliases or manage a queue. That belongs on a mail hub with a system
administrator.
This plugin renders HTML e-mail using the WebKit library.