- Oct 28, 2019
-
-
JediKev authored
This addresses issue 4884 where sending an email with Umlauts in the From Name causes the User's Name and Email to be malformed. This is due to outdated RFC822 from Pear. This replaces the old RFC822 Pear module with the latest release so that we are up to date.
-
- Apr 16, 2019
-
-
Peter Rotich authored
This commit addresses an issue where pre_replace fails in php 7.x resulting in a ticket with an empty body.
-
- Aug 28, 2018
-
-
aydreeihn authored
-
- Mar 18, 2016
-
-
Jared Hancock authored
This commit attempts to remove all coding standard warnings emitted by PHP 7.0.
-
- Sep 27, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Aug 18, 2015
-
-
Jared Hancock authored
This patch drops the content after the last boundary in a multi-part message which prevents it from being considered in some case where the available content sections are not favorable. Backport me to v1.9
-
Jared Hancock authored
This patch drops the content after the last boundary in a multi-part message which prevents it from being considered in some case where the available content sections are not favorable. Backport me to v1.9
-
- May 21, 2015
-
-
Jared Hancock authored
Which seems to be used by recent versions of Andriod OS. It appears to be a synonym of `multipart/related`
-
- May 28, 2014
-
-
Jared Hancock authored
Also add several lint fixes for packaging
-
- May 23, 2014
-
-
Jared Hancock authored
-
- May 07, 2014
-
-
Jared Hancock authored
Remove usage of preg_match_all for large strings
-
Jared Hancock authored
-
- May 06, 2014
-
-
Jared Hancock authored
This patch uses a 'StringView' to create a string which is a window of another string. The __toString() method is employed to fetch a lazy copy of the window which can be usually immediately discarded. This is optimal for one-time-use string copies like what is used in the mail parsing.
-
Jared Hancock authored
-
- Mar 27, 2013
-
-
Peter Rotich authored
-
- Oct 23, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Apr 06, 2012
-
-
Jared Hancock authored
-
- Mar 19, 2012
-
-
Jared Hancock authored
-