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

Changes for version 0.46 - 2018-05-13

  • Replaced all use of Email::Address with Email::Address::XS, as the former is deprecated. The latter is a drop-in replacement API-wise, except if you are checking `$address->isa('Email::Address')`. Reported by Greg Oschwald. GH #5.

Modules

High level email parsing and manipulation
Build emails with sugar
A single header's name and value
The content type for an email part
The content disposition for an email part
A single attribute belonging to a header
The headers for an email part
A part which contains other parts
A part which does not contain other parts, only content
Email::Abstract wrapper for Courriel

Provides

in lib/Courriel/Helpers.pm
in lib/Courriel/Role/HeaderWithAttributes.pm
in lib/Courriel/Role/Part.pm
in lib/Courriel/Role/Streams.pm
in lib/Courriel/Types.pm
in lib/Courriel/Types/Internal.pm

Examples