Incorrect message size reported using IMAP with a Pine client

​Issue: Incorrect message size reported using IMAP with a Pine client

Synopsis: In order for Exchange to return the exact size, it must rebuild the MIME which can have a performance impact on large messages or deeply nested attachments. The default setting is to return an estimate of the size to improve performance and since most other IMAP clients don't have any problems if the size is wrong.

You can enable the exact size for everyone with:
Set-ImapSettings -EnableExactRFC822Size:$true

Or only for a specific user:
Set-CASMailbox "IMAP User" -ImapUseProtocolDefaults:$false -ImapEnableExactRFC822Size:$true

More info:

http://social.technet.microsoft.com/Forums/exchange/en-US/21adbe96-e21b-458a-8242-2c3894b9d7cf/imappopsettings-and-enableexactrfc822size-false?forum=exchangesvrgenerallegacy