[Tickets #9862] Re: IMAP Invalid binary section
bugs at horde.org
bugs at horde.org
Mon Apr 11 06:26:20 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9862
------------------------------------------------------------------------------
Ticket | 9862
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | IMAP Invalid binary section
Queue | Horde Framework Packages
Version | Git master
Type | Bug
-State | Unconfirmed
+State | Feedback
Priority | 1. Low
Milestone |
Patch |
-Owners |
+Owners | Michael Slusarz
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2011-04-11 06:26) wrote:
I could not duplicate your issue - since there should be no reason IMP
would be attempting to download part HEADER information since there is
no message/rfc822 part in that data.
However, while debugging this ticket I did find that we were
incorrectly attempting to render ALL parts under the viewable
alternative part, whether they could be or not. This had the
unfortunate side effect that we would download body text for all
parts, including the base part. So for a 2.5 MB multipart/mixed part,
we were unnecessarily downloading this part (and all child parts which
equals another 2.5 MB of data). This should be fixed.
It is quite possible that this broken behavior was causing the
original error, so it is likely this commit fixed.
More information about the bugs
mailing list