Skip to content
Snippets Groups Projects
  1. Mar 13, 2014
  2. Mar 11, 2014
  3. Mar 10, 2014
  4. Mar 06, 2014
  5. Mar 05, 2014
  6. Mar 04, 2014
  7. Mar 03, 2014
  8. Feb 28, 2014
  9. Feb 27, 2014
  10. Feb 26, 2014
  11. Feb 25, 2014
  12. Feb 19, 2014
  13. Feb 18, 2014
    • Jared Hancock's avatar
      Careful transcoding attachments with a charset · 9a5bdb72
      Jared Hancock authored
      If a non-text attachment specifies a charset in the content-type header,
      don't transcode the content before saving it to the database. This can
      corrupt attachments which have a header like the following:
      
      Content-Type: application/pdf; charset=UTF-8
      
      Since a PDF contains binary data, coercing it to UTF-8 encoding will drop
      characters not valid in UTF-8 and will corrupt the attachment data.
      9a5bdb72
    • Jared Hancock's avatar
      tnef: Strip null bytes from attachment filenames · 2e106265
      Jared Hancock authored
      Also support the TransportName in the properties list and prefer it over the
      attachment-level attribute, as it is Unicode encoded.
      2e106265
Loading