ERROR: Package Mail::Box::IMAP4 does not implement Mail::Box::foundIn.
Harry Johnson <[email protected]> Fri, 21 Jan 2005 18:22:41 -0800
| Newsgroups | gmane.comp.lang.perl.modules.mail-box |
|---|---|
| Message-ID | <[email protected]> |
Hello Mark,
I'm trying to "tail" a UNIX type mail folder file... I need to process
messages in this folder as they arrive.
Can you suggest some technique ?
Regards,
hj
A am tailing into my Maill::Box program. I tried this and got the
Error below...
$MailMgr = Mail::Box::Manager->new;
$martsMail = $MailMgr->open(folder => STDIN);
ERROR: Package Mail::Box::IMAP4 does not implement Mail::Box::foundIn.
Please warn the author, this shouldn't happen. at
/usr/local/lib/perl5/site_perl/5.6.1/Mail/Reporter.pm line 196
Mail::Reporter::notImplemented('Mail::Box::IMAP4') called at
/usr/local/lib/perl5/site_perl/5.6.1/Mail/Box.pm line 155
Mail::Box::foundIn('Mail::Box::IMAP4', 'STDIN', 'folderdir', .,
'folder', 'STDIN', 'access', 'r') called at
/usr/local/lib/perl5/site_perl/5.6.1/Mail/Box/Manager.pm line 207
Mail::Box::Manager::open('Mail::Box::Manager=HASH(0x24a80)',
'folder', 'STDIN') called at e-mailAdapter.pl line 23