The branch "master" has been updated. The following is a summary of the commits.
from: 38840bd2ecc0d58bec9b8e6f2ba6f52b64db61b6 4219039 [mms] Improved parsing of References header when replying to a message. ----------------------------------------------------------------------- commit 42190399bef2bfa30cb5a84ac853859a2a3bf4d7 Author: Michael M Slusarz <[email protected]> Date: Wed Dec 26 21:47:44 2012 -0700 [mms] Improved parsing of References header when replying to a message. Some mailers use commas to separate references, which is incorrect. Also, remove any unparseable/bad reference values. imp/docs/CHANGES | 1 + imp/lib/Compose.php | 17 +++++--- imp/lib/Compose/References.php | 61 ++++++++++++++++++++++++++ imp/package.xml | 12 ++++- imp/test/Imp/Unit/ReferencesTest.php | 80 ++++++++++++++++++++++++++++++++++ 5 files changed, 162 insertions(+), 9 deletions(-) create mode 100644 imp/lib/Compose/References.php create mode 100644 imp/test/Imp/Unit/ReferencesTest.php http://git.horde.org/horde-git/-/commit/42190399bef2bfa30cb5a84ac853859a2a3bf4d7 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
