NAME

Mail::Builder::Address - Helper module for handling e-mail addresses

SYNOPSIS

use Mail::Builder;

my $mail = Mail::Builder::Address->new('mightypirate@meele-island.mq','Gaybrush Thweedwood');
$mail->name('Guybrush Threepwood');
$mail->email('verymightypirate@meele-island.mq');
print $mail->serialize;

DESCRIPTION

This is a simple module for handling e-mail addresses. It can store the address and an optional name.

USAGE

new

Mail::Builder::Address->new(EMAIL[,NAME]);

Simple constructor

name

Simple accessor

email

Simple accessor

serialize

Prints the address as needed for creating the e-mail header.

AUTHOR

Maroš Kollár
CPAN ID: MAROS
maros [at] k-1.com
http://www.k-1.com

1 POD Error

The following errors were encountered while parsing the POD:

Around line 124:

Non-ASCII character seen before =encoding in 'Maroš'. Assuming UTF-8