Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    email: Properly detect bounce message with alternative content · 67127c69
    Jared Hancock authored
    This correctly handles a bounce message with the following layout:
    
    multipart/report; report-type=delivery-status
        multipart/alternative; differences=Content-Type
            text/plain; charset="us-ascii"
            text/html; charset="us-ascii"
        message/delivery-status
        message/rfc822
    67127c69