Skip to content
Snippets Groups Projects
  1. May 19, 2014
  2. May 16, 2014
  3. May 15, 2014
  4. May 13, 2014
    • Jared Hancock's avatar
      html: Remove duplicate style properties · b3bb64c3
      Jared Hancock authored
      Also use single quotes instead of double quotes in style attributes which
      do not require escaping to "
      b3bb64c3
    • Peter Rotich's avatar
      Change initial group names · 8316279a
      Peter Rotich authored
      This is necessary to avoid the confusion caused by group names like
      "Managers" and "Staff".
      8316279a
    • Jared Hancock's avatar
      thread: Detect inline and separate attachments · 3eef5c84
      Jared Hancock authored
      If an email contains both inline and separate attachments, the previous
      logic would detect all the attachments as inline.
      
      Separate attachments have the `cid` set to `false`. This will pass the
      `isset` test, which would cause the logic to search through the body for a
      string of `cid:`, which would very likely be found if there was another
      inline image somewhere in the body of the email.
      3eef5c84
Loading