This package browser is in early development. Mind the rough edges.

perl-mailtools

Bundle of ancient email modules

MailTools contains the following modules:

Mail::Address

Parse email address from a header line.

Mail::Cap

Interpret mailcap files: mappings of file-types to applications as used by many command-line email programs.

Mail::Field

Simplifies access to (some) email header fields. Used by Mail::Header.

Mail::Filter

Process Mail::Internet messages.

Mail::Header

Collection of Mail::Field objects, representing the header of a Mail::Internet object.

Mail::Internet

Represents a single email message, with header and body.

Mail::Mailer

Send Mail::Internet emails via direct smtp or local MTA's.

Mail::Send

Build a Mail::Internet object, and then send it out using Mail::Mailer.

Mail::Util

"Smart functions" you should not depend on.

Installation

Install the latest version of perl-mailtools as follows:

guix install perl-mailtools

Or install a particular version:

guix install perl-mailtools@2.21

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of perl-mailtools about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/perl-mailtools'><img src='https://packages.guix.gnu.org/packages/perl-mailtools/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/perl-mailtools/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/perl-mailtools)

Example Org:

[[https://packages.guix.gnu.org/packages/perl-mailtools][https://packages.guix.gnu.org/packages/perl-mailtools/badges/latest-version.svg]]