Skip to content
Snippets Groups Projects
  1. May 21, 2014
  2. May 20, 2014
    • Jared Hancock's avatar
      thread: Fixup link URLs for emails · 2ed876a2
      Jared Hancock authored
      This patch adds an 'email' format to ThreadBody::display() which allows
      formatting the html/text bodies specifically for email. Previously, there
      was ambiguity between the html view (which included inline image support and
      clickable links) and the email view, which requires neither.
      2ed876a2
    • Jared Hancock's avatar
    • Jared Hancock's avatar
      email: Don't sanitize and munge ws for emails · 571d065f
      Jared Hancock authored
      If the HTML ticket thread is disabled, outgoing emails will have a text
      thread body placed inside an HTML template. The template and message are
      then sanitized and converted to text. However, htmLawed will munge the white
      space in the message before converting to text.
      
      This patch disables sanitizing. I think it's fair to assume that the
      template and the message by the client or agent have been properly sanitized
      prior to sending out the email.
      571d065f
  3. May 19, 2014
  4. May 16, 2014
  5. May 15, 2014
Loading