FreeBSD Manual Pages
Email::MIME::Header(3)User Contributed Perl DocumentatioEmail::MIME::Header(3) NAME Email::MIME::Header - the header of a MIME message VERSION version 1.949 DESCRIPTION This object behaves like a standard Email::Simple header, with the following changes: o the "header" method automatically decodes encoded headers if possible o the "header_as_obj" method returns an object representation of the header value o the "header_raw" method returns the raw header; (read only for now) o stringification uses "header_raw" rather than "header" 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". And be sure to use minimal version 2.83 of Encode module due to bugs in MIME-Header. Alternately, if you have Unicode (character) strings to set in headers, use the "header_str_set" method. AUTHORS o Ricardo SIGNES <rjbs@cpan.org> o Casey West <casey@geeknest.com> o 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. perl v5.32.0 2020-05-24 Email::MIME::Header(3)
NAME | VERSION | DESCRIPTION | AUTHORS | COPYRIGHT AND LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Email::MIME::Header&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>