- Feb 06, 2014
-
-
Peter Rotich authored
This is necessary so we don't add delivered-to addresses to the list of addressee/collaborators.
-
- Feb 05, 2014
-
-
Peter Rotich authored
necessary to avoid adding internal virtual address as a collaborator. Store delivered-to email ID - giving us the ability to reply FROM specific email address as opposed to the department's email.
-
Peter Rotich authored
-
Peter Rotich authored
This is needed to help us remove invalid characters set by some mail clients.
-
Jared Hancock authored
-
Jared Hancock authored
Previously, the Delivered-To header was only used if the To header was not found
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Feb 04, 2014
-
-
Peter Rotich authored
Change z-index to overlay popup windows correctly
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
And allow plugin to support remotely-generated hashes for migration safety verification
-
Jared Hancock authored
If a wrapped mail is sent, copy the Delivered-To header into the nested message so it will be clear(er) how the mail arrived into the system. Also, copy the Message-Id into the nested mail if there is none to help against mails delivered repeatedly.
-
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
Log every other third failed login attempt as a warning, instead of every other request. This is necessary to avoid false warning since login page attempts SSO via the backend.
-
- Feb 03, 2014
-
-
Peter Rotich authored
-
Jared Hancock authored
-
Peter Rotich authored
-
Peter Rotich authored
Show ticket prview when a ticket number is clicked as opposed to ticket view. Add collaborator preview tab on ticket preview tool tip.
-
Jared Hancock authored
-
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
-
-
Peter Rotich authored
Some emails providers (e.g gmail/google) won't deliver emails marked bulk/autoreply to group email address.
-
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.
-
http://`Jared Hancock authored
-
Jared Hancock authored
-