Skip to content
  • Matthew Somerville's avatar
    c95e9809
    Correctly wrap inline attachments. · c95e9809
    Matthew Somerville authored
    This switches the behaviour from:
    
    multipart/related
      multipart/alternative
        text/plain
        text/html
      attachment (disposition: inline, image1)
      attachment (disposition: attachment, file1)
      attachment (disposition: attachment, file2)
    
    to:
    
    multipart/mixed
      multipart/related
        multipart/alternative
          text/plain
          text/html
        attachment (disposition: inline, image1)
      attachment (disposition: attachment, file1)
      attachment (disposition: attachment, file2)
    
    Fixes #2686.
    
    Thanks to clemens and eGust for reviewing.
    c95e9809
    Correctly wrap inline attachments.
    Matthew Somerville authored
    This switches the behaviour from:
    
    multipart/related
      multipart/alternative
        text/plain
        text/html
      attachment (disposition: inline, image1)
      attachment (disposition: attachment, file1)
      attachment (disposition: attachment, file2)
    
    to:
    
    multipart/mixed
      multipart/related
        multipart/alternative
          text/plain
          text/html
        attachment (disposition: inline, image1)
      attachment (disposition: attachment, file1)
      attachment (disposition: attachment, file2)
    
    Fixes #2686.
    
    Thanks to clemens and eGust for reviewing.
Loading