NAME
Email::MIME::Header - the header of a MIME message
VERSION
version 1.921
DESCRIPTION
This object behaves like a standard Email::Simple header, with the following changes:
the
headermethod automatically decodes encoded headers if possiblethe
header_rawmethod returns the raw header; (read only for now)stringification uses
header_rawrather thanheader
Note that header_set does not do encoding for you, and expects an encoded header. Thus, header_set round-trips with header_raw, not header! Be sure to properly encode your headers with Encode::encode('MIME-Header', $value) before passing them to header_set.
Alternately, if you have Unicode (character) strings to set in headers, use the header_str_set method.
AUTHORS
Ricardo SIGNES <rjbs@cpan.org>
Casey West <casey@geeknest.com>
Simon Cozens <simon@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2004 by Simon Cozens and Casey West.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.