Mail::Message::Field::Addresses

Mitar <[email protected]> Tue, 14 Sep 2004 23:02:16 +0200
Newsgroups gmane.comp.lang.perl.modules.mail-box
Message-ID <[email protected]>
Hi!

Why Mail::Message->from() does not return Mail::Message::Field::Addresses
but Mail::Address list? I would really like that ...->phrase() returns unicode
string (when it is needed) like Mail::Message::Field::Address does which I can
get from Mail::Message::Field::Addresses easier than from Mail::Address
(I know for coerce from Mail::Address to Mail::Message::Field::Address but
I would like that I do not have to convert anything).

Or Mail::Address does all that too?


Mitar