The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mail::Message::Field::Address - One e-mail address

CLASS INHERITANCE

 Mail::Message::Field::Address
   is a Mail::Reporter

SYNOPSIS

DESCRIPTION

METHODS

Initiation

address
name
new DATA

(Class method)

 OPTION               DEFAULT
 address              undef
 comment              undef
 domain               undef
 domcomment           undef
 local                undef
 loccomment           undef
 log                  'WARNINGS'
 name                 ''
 trace                'WARNINGS'
address => STRING
comment => STRING
domain => STRING
domcomment => STRING
local => STRING
loccomment => STRING
log => LEVEL

See Mail::Reporter::new(log)

name => STRING
trace => LEVEL

See Mail::Reporter::new(trace)

Examples:

string

Logging and Tracing

defaultTrace [LEVEL, [LEVEL]

See Mail::Reporter::defaultTrace()

errors

See Mail::Reporter::errors()

log [LEVEL [,STRINGS]]

See Mail::Reporter::log()

report [LEVEL]

See Mail::Reporter::report()

reportAll [LEVEL]

See Mail::Reporter::reportAll()

trace [LEVEL]

See Mail::Reporter::trace()

warnings

See Mail::Reporter::warnings()

Other Methods

AUTOLOAD

See Mail::Reporter::AUTOLOAD()

DESTROY

See Mail::Reporter::DESTROY()

inGlobalDestruction

See Mail::Reporter::inGlobalDestruction()

logPriority LEVEL

See Mail::Reporter::logPriority()

logSettings

See Mail::Reporter::logSettings()

notImplemented

See Mail::Reporter::notImplemented()

SEE ALSO

A good start to read is Mail::Box-Overview. More documentation and a mailinglist are available from the project's website at http://perl.overmeer.net/mailbox/.

AUTHOR

Written by Mark Overmeer (mark@overmeer.net) with the help of many. See the ChangeLog for details.

VERSION

This code is beta, version 2.038.

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