On Wed, Jul 18, 2012 at 3:49 PM, Todd Lyons <[email protected]> wrote:
>> The current version seems to handle this just fine, FWIW.
> Sold! I'll upgrade tomorrow. I'll see if the new UTF-8 support
> creates any consternation for any of our customers.
Following up. As a quick fix, I found the cast issue in the current
version where it prints out the quota used and fixed it like this:
--- imap/imapd.c.orig 2012-07-25 06:08:04.000000000 -0700
+++ imap/imapd.c 2012-07-25 06:10:41.000000000 -0700
@@ -184,7 +184,7 @@
if (quotainfo.quota.nbytes > 0)
{
sprintf(qbuf,"STORAGE %ld %ld",
- (long)(quotainfo.size.nbytes+1023)/1024,
+
(long)((int64_t)(quotainfo.size.nbytes+1023)/1024),
(long)((quotainfo.quota.nbytes+1023)/1024));
strcat(qresult,qbuf);
}
I'll eventually build the newer versions and get them running but the
urgency is gone, so I can take my time now.
...Todd
--
The total budget at all receivers for solving senders' problems is $0.
If you want them to accept your mail and manage it the way you want,
send it the way the spec says to. --John Levine
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Courier-imap mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap