- Feb 04, 2014
-
-
Peter Rotich authored
Add addressee to filtering system Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
New Ticket Notice Reviewed-By:
Jared Hancock <jared@osticket.com>
-
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.
-
Jared Hancock authored
-
Peter Rotich authored
-
Jared Hancock authored
-
Peter Rotich authored
pipe: For wrapped messages, use wrapped headers Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Feb 03, 2014
-
-
Jared Hancock authored
07fec4c4 introduced the ability to receive and process messages forwarded as a message/rfc822. However, the email headers that were saved on file in the %email_info_table were the headers of the outer message. This patch pulls the headers from the wrapped message to be saved in the database. This mainly addresses the email References and In-Reply-To headers for the email responses from the system.
-
Jared Hancock authored
-
- Jan 31, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Send staff alerts as Notice as opposed to an AutoRely Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Some emails providers (e.g gmail/google) won't deliver emails marked bulk/autoreply to group email address.
-
Jared Hancock authored
Thread body revisited Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
This is required when validating a message which could be a string or an object.
-
Peter Rotich authored
-
Peter Rotich authored
level. Handle cases where thready body is sent in as a string We're going to assume HTML of html thread is enabled - otherwise text is assumed.
-
Peter Rotich authored
model.
-
Peter Rotich authored
This would in theory allow us to decide at the email level the content type to accept.
-
Peter Rotich authored
Cleanup and make HTML safe by default Strip empty lines in TEXT content
-
- Jan 30, 2014
-
-
Jared Hancock authored
This will be helpful to keep track of whether a text is html or text and provide a way to convert it exactly once.
-
Peter Rotich authored
Ensure images, when initially placed, have a width Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
html: PHP DomDocument classes are in the `dom` ext Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fixup Unicode whitespace mangling Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix a few link issues in the ticket thread Reviewed-By:
Peter Rotich <peter@osticket.com>
-
http://`Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Until we add text/plain bodies to the ticket thread without an enclosing <pre> element, we should not treat the <pre> element like a code or blockquote block.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
On some combinations of operating systems, PHP and libpcre versions, `\s` will match the iso-8859-x non-breaking-space, 0xa0. This regular expression will munge the UTF8 encoded version, 0xc2a0 to 0xc220, which is not a valid UTF8 character. When inserted into a UTF8 field in mysql, the text will be truncated at and after the first invalid character.
-
Jared Hancock authored
These functions don't appear to be used an could corrupt UTF-8 encoded text
-
- Jan 29, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Feature/auto replies Reviewed-By:
Jared Hancock <jared@osticket.com>
-