Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    fc3dc050
    Properly escape text/plain email bodies · fc3dc050
    Jared Hancock authored
    If there characters in the plain text body of the email that appear like
    HTML tags, for instance
    
    From: <sip:527772432@172.18.0.2>;tag=952422a9dd1ap1a6o1
    
    The <sip...> part would be removed by the Format::striptags() call in
    Format::sanitize().
    fc3dc050
    History
    Properly escape text/plain email bodies
    Jared Hancock authored
    If there characters in the plain text body of the email that appear like
    HTML tags, for instance
    
    From: <sip:527772432@172.18.0.2>;tag=952422a9dd1ap1a6o1
    
    The <sip...> part would be removed by the Format::striptags() call in
    Format::sanitize().