NAME
    Mail::Message::Address - manipulate address type string.

SYNOPSIS
DESCRIPTION
    This class is an adapter for Mail::Address for convenience.

METHODS
  new()
    constructor.

CLEAN UP
  cleanup()
    clean up address. no return value.

UTILITIES
  substr($offset, $len)
    return $len byte of data from $offset.

Mail::Address FORWARDING.
    forward request to Mail::Address class. Forwarded requests follow:
    phrase, address, comment, format, name, host, user, path, canon.

CODING STYLE
    See "http://www.fml.org/software/FNF/" on fml coding style guide.

AUTHOR
    Ken'ichi Fukamachi

COPYRIGHT
    Copyright (C) 2004,2005 Ken'ichi Fukamachi

    All rights reserved. This program is free software; you can redistribute
    it and/or modify it under the same terms as Perl itself.

HISTORY
    Mail::Message::Address appeared in fml8 mailing list driver package. See
    "http://www.fml.org/" for more details.

