1Email::MIME::Header(3)User Contributed Perl DocumentationEmail::MIME::Header(3)
2
3
4
6 Email::MIME::Header - the header of a MIME message
7
9 This object behaves like a standard Email::Simple header, with the
10 following changes:
11
12 · the "header" method automatically decodes encoded headers if
13 possible
14
15 · the "header_raw" method returns the raw header; (read only for now)
16
17 · stringification uses "header_raw" rather than "header"
18
20 This software is copyright (c) 2004 by Simon Cozens.
21
22 This is free software; you can redistribute it and/or modify it under
23 the same terms as perl itself.
24
25
26
27perl v5.12.0 2009-01-30 Email::MIME::Header(3)