NAME
Mail::Message::Field::Flex - one line of a message header
CLASS HIERARCHY
Mail::Message::Field::Flex
is a Mail::Message::Field
SYNOPSIS
See L<Mail::Message::Field>
DESCRIPTION
See Mail::Message::Field. This is the flexible implementation of a field: it can easily be extended because it stores its data in a hash and the constructor (new
) and initialiser (init
) are split. However, you pay the price in performance. The ::Fast
packages is faster (as the name predicts).
METHOD INDEX
The general methods for Mail::Message::Field::Flex
objects:
MMF addresses MMF name
MMF attribute NAME [, VALUE] MMF new ...
MMF body MMF print [FILEHANDLE]
MMF clone MMF toDate TIME
MMF comment [STRING] MMF toInt
MMF folded [ARRAY-OF-LINES] MMF toString
The extra methods for extension writers:
MMF isStructured MMF nrLines
MMF newNoCheck NAME, BODY, COMM... MMF setWrapLength CHARS
Prefixed methods are described in MMF = Mail::Message::Field.
METHODS
SEE ALSO
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.00_20.
Copyright (c) 2001 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.