On Fri, May 11, 2007 at 10:42:53AM -0400, Ricardo SIGNES wrote:
> > From the current contents for the Email:: namespace, I conclude that the
> > name Email::MSG would be a good name for this module. The module will be
> > able to parse a .msg file, and produce an Email::MIME object from that:
> > 
> >     my $msg = new Email::MSG $filename;
> >     my $email_mime = $msg->to_email_mime;
> 
> I agree with HDP:  It sounds too much like "Email::Message" and thus a
> replacement for Email::Simple.  I'd go with Email::MIME::FromMSG or something
> on those lines.

Agreed. Email::MSG is too confusing.

> What can you do with an object of your class besides to_email_mime?

Nothing much at the moment, but I might add the ability to directly access
its properties rather than always having to convert to an Email::MIME
object.

Maybe Email::Outlook::Message, leaving open the option of adding
Email::Outlook::Archive in the future, for accessing Outlook's PST files?

-- 
Matijs van Zuijlen                                      http://www.matijs.net/

Attachment: signature.asc
Description: Digital signature

Reply via email to