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

Changes for version 0.39 - 2015-08-04

  • Changed Email::Abstract::Courriel's ->get_body() method to return the entire email as a string, making it equivalent to -as_string(). This is confusing, but looking at the few instances of code in Email::Transport that call ->get_body(), it seems like that's what this method is expected to do. Reported by Greg Oschwald. RT #106176.

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