NAME

Mail::Message::Field::Fast - one line of a message header

CLASS HIERARCHY

Mail::Message::Field::Fast
is a Mail::Message::Field

SYNOPSIS

See L<Mail::Message::Field>

DESCRIPTION

See Mail::Message::Field. This is the faster, but less flexible implementation of a header field. The data is stored in an array, and some hacks are made to speeds things up. Be gentle with me, and consider that each message contains many of these lines, so speed is very important here.

METHOD INDEX

Methods prefixed with an abbreviation are described in Mail::Message::Field (MMF).

The general methods for Mail::Message::Field::Fast objects:

MMF addresses                        MMF new ...
MMF attribute NAME [, VALUE]         MMF print [FILEHANDLE]
MMF body                             MMF toDate TIME
MMF comment [STRING]                 MMF toInt
MMF content                          MMF toString
MMF folded [ARRAY-OF-LINES]          MMF wellformedName ...
MMF name

The extra methods for extension writers:

MMF clone                            MMF nrLines
MMF isStructured                     MMF setWrapLength CHARS
MMF newNoCheck NAME, BODY, COMM...   MMF size

METHODS

METHODS for extension writers

SEE ALSO

Mail::Box-Overview

For support and additional documentation, see http://perl.overmeer.net/mailbox/

AUTHOR

Mark Overmeer (mailbox@overmeer.net). All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

VERSION

This code is beta, version 2.017.

Copyright (c) 2001-2002 Mark Overmeer. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.