Skip Menu |

This queue is for tickets about the Mail-IMAPClient CPAN distribution.

Report information
The Basics
Id: 28933
Status: resolved
Priority: 0/
Queue: Mail-IMAPClient

People
Owner: Nobody in particular
Requestors: dregan [...] pgp.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Modification to Mail::IMAPClient to optionally ignore message size returned by the server
Date: Tue, 21 Aug 2007 14:38:07 -0700
To: bug-Mail-IMAPClient [...] rt.cpan.org
From: Dan Regan <dregan [...] pgp.com>
I needed to make these changes to support using the Mail::IMAPClient module to work with Exchange 2007, which under-reports the size of IMAP messages, and our own encrypting email proxy, which may over- report the size of IMAP messages. "Real" email clients all seem to fetch the whole message without error in these cases (well, at least when the actual message size is less than returned when asking for RFC822.SIZE). I created a new option to new(), "Ignoreincorrectsize", which is enabled by default. I think it would be useful to include this in future releases of Mail::IMAPClient. Let me know what you think. Thanks -dan

Message body is not shown because sender requested not to inline it.

p.s. I just tried emailing DJKERNEN@cpan.org and I got a bounce message: <imap@kernengroup.com>: 205.158.62.41 does not like recipient. Remote host said: 550 <imap@kernengroup.com>: User unknown Giving up on 205.158.62.41.
On Tue Aug 21 17:38:39 2007, dregan@pgp.com wrote: Show quoted text
> I needed to make these changes to support using the Mail::IMAPClient > module to work with Exchange 2007,
new maintainer. I have renamed your parameter into 'Ignoresizeerrors', and you have to pass it to new() with '1' yourself. Besides, added comments into the POD, not the code. Try 2.99_02 if it comes out (soon)