Re: [Evolution] Some HTML-emails not rendering correctly





Reply-To: Sender.Com <newsletter sender com>
MIME-Version: 1.0
Content-Type: multipart/alternative;
     boundary="_=_swift_v4_1483708098_49f8e62afbd7aefa3ae883c278ac6
9a4_
=_"

Is this line (starting "boundary") really split in the source or is
it
just wrapped when you copied it?


When I look at the message in Squirrelmail I see it contains a png,
html and other content. 
In Evolution all i see is the encoded parts.


No, that's not what I asked.  In your original email you said the
Content-Type: header was

    Content-Type: multipart/alternative;
         boundary="_=_swift_v4_1483708098_49f8e62afbd7aefa3ae883c278ac69a4_
    =_"

This is bad because the last few characters of the second line are
split onto the next line, it should be

    Content-Type: multipart/alternative;
         boundary="_=_swift_v4_1483708098_49f8e62afbd7aefa3ae883c278ac69a4_=_"

If it *is* split in the header, then it won't match the actual
separator line in the body of the text and Evolution won't know that it
is a separate section and will just display the base64 encoded text.

P.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]