SYNOPSIS

See SYNOPSIS in Mail::Reporter

DESCRIPTION

See DESCRIPTION in Mail::Reporter

DETAILS

Settings

You can specify the following settings in HTML::FromMail::new(settings) for topic field:

address HOW

Some fields are pre-defined to contain e-mail addresses. In many web-based clients, you see that these addresses are bluntly linked to, but you here have a choice. As example, the header field contains the address

 "My Name" <me@example.comE<gt>
 you@example.com

The possible settings for this parameter are

content HOW

Defined HOW field bodies are handled, by default UNFOLDED. Valid values are

names HOW

Defines HOW field names are displayed: either 'WELLFORMED' or 'UNCHANGED'. Field names have a certain capitization (as defined by the message), but this may be different from the preferred use of capitals. The correct use of capitals is implemented by Mail::Message::Field::wellformedName() and will be used when WELLFORMED is selected. By default, the names are displayed UNCHANGED.

» Example: using HTML::FromMail::Format::Magic
  <!--{name capitals => WELLFORMED}-->

wrap INTEGER

Used in combination with content REFOLD, to specify how many characters are requested per line.