Skip to content
Snippets Groups Projects
  1. Sep 03, 2013
    • Jared Hancock's avatar
      Properly detect and handle empty address lists · 7b241c71
      Jared Hancock authored
      The mainly comes in when a MIME header which might contain a list of email
      addresses (like Reply-To) is to be parsed, but is empty. The Mail_RFC822
      class would return an empty mailbox @ localhost (where 'localhost' is the
      default default_domain for mail address list parsing).
      7b241c71
    • Jared Hancock's avatar
      Fixup message-id tracking for piped emails · a7286221
      Jared Hancock authored
      a7286221
    • Jared Hancock's avatar
      Remove requirement of ticket id in subject line · 29b37144
      Jared Hancock authored
      This patch affords an administrator the ability to remove the
      [#%{ticket.number}] from the email template subject line for the new ticket
      autoresponse and the new message autoresponse. Previously, the ticket number
      with a prefixed hash in brackets was used to identify which ticket thread an
      email was in reference to.
      
      With this patch, the email message-id (which was already kept on file) is
      sent in the MIME "References" header. When a user responds to and
      autoresponse email, the "References" will include this message-id in the
      return email. The ticket thread is then matched up with the email based on
      the message-id rather than the subject line.
      
      Ticket numbers are still supported in the subject line, in the event that
      non-compliant email clients do not properly include the References header.
      29b37144
    • Jared Hancock's avatar
      Version tag now includes the 'v' · 6a452782
      Jared Hancock authored
      6a452782
    • Jared Hancock's avatar
      Fix uninitialized variables · 32ff2763
      Jared Hancock authored
      32ff2763
  2. Sep 02, 2013
  3. Aug 30, 2013
  4. Aug 26, 2013
  5. Aug 22, 2013
  6. Aug 14, 2013
  7. Aug 13, 2013
  8. Aug 12, 2013
  9. Aug 11, 2013
  10. Aug 10, 2013
  11. Aug 09, 2013
  12. Aug 08, 2013
  13. Aug 07, 2013
  14. Aug 02, 2013
Loading