Skip to content
Snippets Groups Projects
  1. May 01, 2014
  2. Apr 28, 2014
  3. Apr 02, 2014
  4. Mar 19, 2014
  5. Mar 13, 2014
  6. Feb 25, 2014
  7. Feb 18, 2014
  8. Feb 05, 2014
  9. Feb 04, 2014
    • Jared Hancock's avatar
      Always keep recipients list · 2a25de52
      Jared Hancock authored
      If an email arrives at the system and the system cannot determine why the
      mail arrived (ie. a system email was not found in the To or Cc headers), the
      recipients list should be maintained.
      
      This is useful for generating collaborator lists as well as filtering by the
      To and Cc (Addressee) headers.
      2a25de52
  10. Jan 31, 2014
  11. Jan 28, 2014
    • Jared Hancock's avatar
      fetch: Implement parsing attached email · 65444369
      Jared Hancock authored
      If the content of the message is of type `message/rfc822`, then support
      downloading the body of the message and sending it off to the mail parsing
      system, simulating a piped email.
      65444369
  12. Jan 27, 2014
  13. Jan 24, 2014
  14. Jan 23, 2014
  15. Jan 14, 2014
  16. Nov 27, 2013
  17. Nov 26, 2013
  18. Nov 20, 2013
    • Jared Hancock's avatar
      email: Accept inline body with disposition params · 2b13adc5
      Jared Hancock authored
      A mail client may indicate a header parameter (such as Novell Groupwise,
      which may add something like
      
      Content-Disposition: inline; modification-time: "Thu ..."
      
      ) Previously, the system would not consider the content to be a candidate
      for the email body, because it has parameters to the content-disposition
      header.
      
      This patch will still consider the part to be a candidate for the body if
      the mime types match and no filename is found in the content-disposition
      parameters.
      2b13adc5
  19. Nov 19, 2013
    • Jared Hancock's avatar
      Properly encode htmlchars in thread bodies · bf519a94
      Jared Hancock authored
      And avoid double encoding email bodies if html thread is not enabled
      bf519a94
    • Jared Hancock's avatar
      email: Handle poorly encoded email headers · 4dedcf60
      Jared Hancock authored
      Handle cases where email headers contain unicode or high-ascii characters
      and are not encoded according to RFC-2047. This patch handles a special case
      where a detectable unicode character set is used, such as UTF-8. For
      high-ascii characters in a character set other than iso-8859-1, the result
      of this patch is undefined.
      
      Fixes #826
      4dedcf60
  20. Oct 29, 2013
  21. Oct 25, 2013
  22. Oct 23, 2013
  23. Oct 22, 2013
  24. Oct 11, 2013
  25. Oct 09, 2013
    • Jared Hancock's avatar
      HTML ticket thread, inline images and draft support · 864d3539
      Jared Hancock authored
      Process inline attachments in thread entry and support inline images in
      piped emails
      
      Support inline images across the system, with draft support
      
      Migrate to a single attachment table
          That way we don't need a new table for everything we need to attach an
          inline image to (like a signature, for instance)
      
      Add richtext support for internal notes
      
      Implement images on site pages
      
      * Image paste in Redactor
      * Make non-local images optional
      * Placeholder for non-local images
      * Fix local image download hover
      * Don't re-attach inline images
      864d3539
  26. Oct 07, 2013
  27. Sep 27, 2013
    • Jared Hancock's avatar
      Record message-id's for rejected emails · 67625b63
      Jared Hancock authored
      In the event that the system is set to do-nothing for POP fetched
      emails, and eventually, one of the emails is rejected, ensure that the
      message-id is logged so that the message will not be re-fetched, even if it
      is undeleted.
      67625b63
  28. Sep 26, 2013
    • Jared Hancock's avatar
      Disable Kerberos and NTLM auth for mail fetch · 8b0085dd
      Jared Hancock authored
      On some configurations of PHP and remote mail servers, Kerberos and NTLM
      challenge response authentication could be possibly attempted. This is
      essentially futile and potentially fatal for osTicket mail fetching, as the
      system is currently designed for username and password authentication only.
      
      This patch disables challenge and response authentication for PHP versions
      5.3.2 and newer, which support the fix.
      
      This patch also consistently encodes mailbox names according to the rfc 2060
      for IMAP.
      8b0085dd
  29. Sep 24, 2013
  30. Sep 09, 2013
    • Jared Hancock's avatar
      Forbid message loops for alert messages · 6e5c1f6a
      Jared Hancock authored
      If an alert message manages to loop back into the ticketing system, refuse
      posting to the ticket thread. Technically, the message should be marked as
      an auto-response message; however, auto-response messages should usually be
      allowed to be appended to the ticket thread.
      
      This patch will check if the From email header cites an email address that
      is a system email address (visible in the Emails section of the Admin
      Panel). If it is, the email is completely ignored.
      6e5c1f6a
Loading