=head1 NAME Mail::Box::IMAP4::Head - header fields related IMAP interface =head1 INHERITANCE Mail::Box::IMAP4::Head is a Mail::Message::Head is a Mail::Reporter =head1 SYNOPSIS =head1 DESCRIPTION This class implements a pure IMAP4 protocol interface, where as few data is retreived from the header as possible. This may look nice to you, but is not sufficient for many tasks. For instance, you cannot removed or modify fields this way. Change L to C or C, to get a message header which is capable of performing all possible games with headers. On the other hand: the other settings are not 100% safe... =head1 OVERLOADED overload: B<""> =over 4 See L =back overload: B =over 4 See L =back =head1 METHODS =head2 Constructors $obj-EB([PAIR|FIELD]-LIST) =over 4 See L =back Mail::Box::IMAP4::Head-EB(OPTIONS) =over 4 Option --Defined in --Default cache_fields false field_type Mail::Message::Head Mail::Message::Field::Fast log Mail::Reporter 'WARNINGS' message Mail::Message::Head undef modified Mail::Message::Head trace Mail::Reporter 'WARNINGS' . cache_fields => BOOLEAN =over 4 This is only a read-cache on fields, because this kind of header does not allow writing of fields. See L, this value is set to C for C and C for C.. =back . field_type => CLASS . log => LEVEL . message => MESSAGE . modified => BOOLEAN . trace => LEVEL =back =head2 The header $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB([MESSAGE]) =over 4 See L =back $obj-EB([BOOLEAN]) =over 4 See L =back $obj-EB =over 4 See L =back =head2 Access to the header $obj-EB(NAME [,INDEX]) =over 4 Get the information about the header line NAME. Realization will take place. =back $obj-EB(NAME [,INDEX]) =over 4 See L =back =head2 About the body $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back =head2 Internals $obj-EB(FIELD) =over 4 See L =back $obj-EB(FIELDS) =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB(DISTANCE) =over 4 See L =back $obj-EB(PARSER) =over 4 See L =back $obj-EB(FIELD) =over 4 See L =back =head2 Error handling $obj-EB =over 4 See L =back $obj-EB(OBJECT) =over 4 See L =back $obj-EB([LEVEL]|[LOGLEVEL, TRACELEVEL]|[LEVEL, CALLBACK]) Mail::Box::IMAP4::Head-EB([LEVEL]|[LOGLEVEL, TRACELEVEL]|[LEVEL, CALLBACK]) =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB([LEVEL [,STRINGS]]) Mail::Box::IMAP4::Head-EB([LEVEL [,STRINGS]]) =over 4 See L =back $obj-EB(LEVEL) Mail::Box::IMAP4::Head-EB(LEVEL) =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB([LEVEL]) =over 4 See L =back $obj-EB([LEVEL]) =over 4 See L =back $obj-EB([LEVEL]) =over 4 See L =back $obj-EB =over 4 See L =back =head2 Cleanup $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back =head1 DETAILS =head1 DIAGNOSTICS Error: Package $package does not implement $method. =over 4 Fatal error: the specific package (or one of its superclasses) does not implement this method where it should. This message means that some other related classes do implement this method however the class at hand does not. Probably you should investigate this and probably inform the author of the package. =back =head1 SEE ALSO This module is part of Mail-Box distribution version 2.081, built on February 25, 2008. Website: F =head1 LICENSE Copyrights 2001-2008 by Mark Overmeer. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See F