Skip to content
Snippets Groups Projects
  1. Jun 05, 2014
  2. Jun 03, 2014
  3. May 29, 2014
  4. May 27, 2014
  5. May 26, 2014
  6. May 23, 2014
  7. May 21, 2014
    • Jared Hancock's avatar
      pipe: Decode address lists names after parsing emails · d6c9ce80
      Jared Hancock authored
      Otherwise, if a decoded email name has a comma in it, for instance
      
      From: =?utf-8?B?RnJ5ZGVubHVuZCBIeW3DuGxsZXIsIEJldHRpbmE=?=
          <bettina.frydenlundhymoller@domain.com>
      
      The address list will be parsed incorrectly since the comma has an ambiguous
      significance. Usually, the personal name would be quoted; however, since it
      is encoded, there is no need to quote it.
      d6c9ce80
    • Jared Hancock's avatar
      Fix placement of [Show Images] button for clients · e4b721ca
      Jared Hancock authored
      Previously, the display of the button was incorrect and more than one button
      might have been displayed.
      e4b721ca
    • Jared Hancock's avatar
      Fix external image in an inline <a> element · 99e719d9
      Jared Hancock authored
      htmLawed stripped/discarded <div> tags nested inside inline tags such as
      <a>. The previous replacement engine would replace <img> tags with <div>
      tags and would cause the HTML to be corrupted by htmLawed.
      
      This patch uses <span> tags which have CSS rules to be displayed as
      inline-blocks. This should stay truer to the normal sizing and placement of
      the original <img> tag.
      99e719d9
  8. May 16, 2014
  9. May 15, 2014
  10. May 12, 2014
  11. May 09, 2014
  12. May 08, 2014
  13. May 07, 2014
  14. May 06, 2014
  15. May 05, 2014
    • Jared Hancock's avatar
      oops: Fixup bad merge · 21949b25
      Jared Hancock authored
      Previously, there was a bug in the ORM where magic properties would need to
      be declared in the model class.
      21949b25
  16. May 03, 2014
Loading