Skip to content
Snippets Groups Projects
  1. Nov 19, 2013
  2. Nov 18, 2013
    • Peter Rotich's avatar
      CAST effective date to datetime · 3d75639e
      Peter Rotich authored
      3d75639e
    • Jared Hancock's avatar
      Fix attachment mishap in outgoing emails · 474e6fb6
      Jared Hancock authored
      The detection of inline images in the mail processor causes inline images to
      be removed from the attachment list, if listed there. However, the
      attachments in the attachment list were not keyed by the attachment-id, so
      there was no proper way to detect and remove the attachments from the list.
      
      This patch properly keys the attachment list by the attachment file_id
      474e6fb6
  3. Nov 17, 2013
  4. Nov 16, 2013
  5. Nov 15, 2013
  6. Nov 14, 2013
  7. Nov 13, 2013
  8. Nov 12, 2013
  9. Nov 08, 2013
  10. Nov 07, 2013
    • Jared Hancock's avatar
      Handle email addresses used as names · 6199e24e
      Jared Hancock authored
      If an email arrives in the system without a "personal" field (name), the
      email address is used as the name. The email address, however, is not parsed
      well by the PersonsName constructor. This patch uses the mailbox of the
      email address as the name.
      
      Also include a slight boost to the mbstring compatibility functions declared
      in the bootstrap::i18n_prep() function
      6199e24e
Loading