On 11/27/07, Filip Sneppe <[EMAIL PROTECTED]> wrote: > - for some reason, for every attachment in the email, it creates files on the > local filesystem. I don't want to have to clean these up manually.
The module should provide some way to clean these up, if it creates them. > - more importantly, the email that I am puzzling back together, is not a > "valid" > email: another application (in php) is reading it, and is simply > complaining that > the email format is wrong. If you're trying to parse invalid files, things get much tougher. You may need to seek the advice of MIME experts to get things working the way you want. I couldn't see any big bugs in the code you posted, and it seems that nobody else did either. If you step through it with the debugger, you may be able to see where it's going wrong. Good luck with it! --Tom Phoenix Stonehenge Perl Training -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/