NAME

App::Addex::Entry::EmailAddress - an address book entry's email address

VERSION

version 0.007

$Id: /my/cs/projects/App-Addex/trunk/lib/App/Addex/Entry/EmailAddress.pm 31631 2007-05-11T23:33:16.545786Z rjbs  $

SYNOPSIS

An App::Addex::Entry::EmailAddress object represents, well, an addess for an entry.

METHODS

new

my $address = App::Addex::Entry::EmailAddress->new("dude@example.aero");

my $address = App::Addex::Entry::EmailAddress->new(\%arg);

Valid arguments are:

address - the contact's email address
label   - the label for this contact (home, work, etc)
          there is no guarantee that labels are defined or unique

address

This method returns the email address as a string.

label

This method returns the address label, if any.

AUTHOR

Ricardo SIGNES, <rjbs@cpan.org>

BUGS

Please report any bugs or feature requests through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT

Copyright 2006-2007 Ricardo Signes, all rights reserved.

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