Skip to content
Snippets Groups Projects
  1. Jul 12, 2013
    • Jared Hancock's avatar
      Fallback to base64_decode if imap_base64 fails · 6f375159
      Jared Hancock authored
      Some mail clients and servers (like the ones developed in the northwestern
      United States) sometimes place encoded and non-encoded data in an email
      body declared with "Content-Transfer-Encoding: base64". imap_base64 will
      refuse to decode the body if it contains non base64 characters (like a
      period, colon, apostrophe, etc). This patch uses base64_decode as a fallback
      which will make a best effort to decode the data. In the case of our test
      mails, the decoded data will contain garbage where the non-base64-encoded
      data was in the original mail, but at least the message is preserved.
      6f375159
  2. Jul 11, 2013
  3. Jul 10, 2013
  4. Jul 09, 2013
  5. Jul 05, 2013
  6. Jul 04, 2013
  7. Jul 03, 2013
Loading