Homec4science

mailutils: remove unnecessary 'multipart/related'

Authored by Jerome Caffaro <jerome.caffaro@cern.ch> on Jan 6 2011, 13:18.

Description

mailutils: remove unnecessary 'multipart/related'

  • HTML messages are now sent with the following structure to avoid message truncation in some clients when retrieved over IMAP protocol from an Exchange 2010 server, when the the multipart/related contains only one sub-part (fixes #416):

    multipart/alternative
    • text/plain
    • multipart/related
      • text/html
      • image/png

        or (when no image):

        multipart/alternative
    • text/plain
    • text/html

      instead of:

      multipart/related
    • multipart/alternative
      • text/plain
      • text/html

Details

Committed
Tibor Simko <tibor.simko@cern.ch>Jan 11 2011, 14:07
Parents
R3600:904d163b7f4d: WebStyle: fix some modules error pages
Branches
Unknown
Tags
Unknown

Event Timeline

Tibor Simko <tibor.simko@cern.ch> committed R3600:7da2a6b539ac: mailutils: remove unnecessary 'multipart/related' (authored by Jerome Caffaro <jerome.caffaro@cern.ch>).Jan 11 2011, 14:07