[Tickets #4563] Re: boundary parameter missing in multipart messages

bugs@bugs.horde.org bugs at bugs.horde.org
Sat Oct 28 02:53:19 PDT 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=4563
-----------------------------------------------------------------------
 Ticket             | 4563
 Updated By         | zaphod at lpt.fi
 Summary            | boundary parameter missing in multipart messages
 Queue              | IMP
 Version            | 4.1.3
 Type               | Bug
 State              | Feedback
 Priority           | 2. Medium
 Owners             | 
+New Attachment     | message source.txt
-----------------------------------------------------------------------


zaphod at lpt.fi (2006-10-28 02:53) wrote:

> Please explain more detailed. Are you having issues sending messages 
> with IMP, reading them, or both? Can you upload a message example?

This particular problem is with _sending_ messages that contain multiple
MIME parts. I'll attach a test message that illustrates the problem. Watch
the Content-Type header. It is missing the boundary string after the
semicolon. It says simply:

Content-Type: multipart/mixed;

And because of that, no mail client can read any of the parts. If one adds
the boundary string manually to the header, it becomes readable. For some
unknown reason the boundary string never gets appended to the Content-Type
header although it appears in the body of the message.  I've tried to read
through the code to pinpoint the problem, but I just don't have enough
time.


And there's also another problem with horde giving me an occasional blank
page, but that's probably PHP related as there are errors about "too many
open files" in the log...





More information about the bugs mailing list