Mail::Box::IMAP4
Tom Allison <[email protected]> Tue, 21 Sep 2004 19:43:18 -0400
| Newsgroups | gmane.comp.lang.perl.modules.mail-box |
|---|---|
| Message-ID | <[email protected]> |
I am using HTML::Mason as the basis of an IMAP webclient and was going to see how well Mail::Box::IMAP4 and HTML::FromMail would fit into this. I already have a number of areas where I use Mail::IMAPClient and see that the Mail::Transporter::IMAP4 uses this module. Is there some way that I can use the imap object(s) created in Mail::IMAPClient for Mail::Box::IMAP4 directly or do I have to replace these calls with Mail::Transport::IMAP4?