Subject: | append_file() is broken |
Hello Mark,
I just upgraded from Mail::IMAPClient 3.10 to 3.12. After that the
append_file() function stopped working. Here's the output:
IO::Handle: bad open mode: rb at
/usr/lib/perl5/vendor_perl/5.10.0/Mail/IMAPClient.pm line 2390
If I change the open mode from "rb" to "r", it can read the message but
the mail server will refuse it with "NO message contains bad header".
Dowgrading to 3.11 works fine.
Any idea what that could be?
Cheers,
Thomas