![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
Mail::Box woesby InfiniteLoop (Hermit) |
on Mar 30, 2006 at 14:09 UTC ( #540171=perlquestion: print w/replies, xml ) | Need Help?? |
InfiniteLoop has asked for the wisdom of the Perl Monks concerning the following question:
Greetings,
Im using Mail::Box to parse emails of maildir. Recently I found that my parser script would throws the following error for
one email in the inbox:
----- Uploaded file maximum 1 at .... -----
The mail in question is around 3.8 MB with 20 attachments. The mail was sent using: Microsoft Office Outlook 11
This script has been in action for over a year now and never threw such an error. I have searched the documentation,
but could not find reference to this error message.
I ran the perl debugger (via Komodo) against my code and I could see that the failure happened in
Mail/Box.pm @ line 467.
Im using Mail::Box version: 2.058. Any help is appreciated. Thanks in advance.
Back to
Seekers of Perl Wisdom
|
|