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>Feb 15 2012, 16:00
Parents
R3600:db8a0e839450: BibRank: fix empty citation data cacher
Branches
Unknown
Tags
Unknown

Event Timeline

Tibor Simko <tibor.simko@cern.ch> committed R3600:4ad17d6f1808: mailutils: remove unnecessary 'multipart/related' (authored by Jerome Caffaro <jerome.caffaro@cern.ch>).Feb 15 2012, 16:00