Roundcube Community Forum

Release Support => Requests => Topic started by: Tomokazu on November 07, 2016, 12:43:04 AM

Title: multipart message can't display correctly
Post by: Tomokazu on November 07, 2016, 12:43:04 AM
Hi,

I just use Roundcube 1.2.1.
When I displyed a multipart message on Roundcube, the message can't be displayed correctly.

That mail's MIME structure is below.
-----------------------------------------------------------------------------------
Content-Type: multipart/related;  boundary="----=_Part_2193_13489836.1459815144541"
----=_Part_2193_13489836.1459815144541
  Content-Type: multipart/alternative;  boundary="----=_Part_2194_29945346.1459815144541"

  ----=_Part_2194_29945346.1459815144541
    Content-Type: text/plain; charset=UTF-8

    body A
  ----=_Part_2194_29945346.1459815144541
    Content-Type: text/html; charset=UTF-8

    body B
  ----=_Part_2194_29945346.1459815144541
----=_Part_2193_13489836.1459815144541
-----------------------------------------------------------------------------------

I suppose that it is the message handling issue of inside multipart message.

Please confirm the attached sample eml and image file.

Regards,
Tomokazu
Title: Re: multipart message can't display correctly
Post by: alec on November 07, 2016, 06:28:04 AM
If the indentation is original, this is not a correct format. Anyway, mime structure parsing is done by IMAP server not Roundcube itself.
Title: Re: multipart message can't display correctly
Post by: Tomokazu on November 07, 2016, 11:09:05 PM
Thank you for your reply.
I check my IMAP server.