The branch "master" has been updated. The following is a summary of the commits.
from: 67d520017bcc35fa3497f39eb6642f901af66a86 b1fac4b Better way of dealing with broken email charsets. ee9c3c8 Now that broken/missing charsets are handled better, default to UTF-8. ----------------------------------------------------------------------- commit b1fac4b92e08edd637a31cb61ea9debe4c7b4d71 Author: Michael J Rubinsky <[email protected]> Date: Wed Dec 12 19:51:06 2012 -0500 Better way of dealing with broken email charsets. Take a cue from Horde_Mime_Headers:: and try the more common mulitbyte charsets before giving up. Try removing non 7-bit characters if we still can't get good UTF-8 and, if for whatever reason, THAT fails, force a conversion from the supposed charset to UTF-8 and hope for the best. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 82 ++++++++---- 1 files changed, 54 insertions(+), 28 deletions(-) http://git.horde.org/horde-git/-/commit/b1fac4b92e08edd637a31cb61ea9debe4c7b4d71 ----------------------------------------------------------------------- commit ee9c3c8522b80c807cbad0b07858277a77abdb38 Author: Michael J Rubinsky <[email protected]> Date: Wed Dec 12 19:57:32 2012 -0500 Now that broken/missing charsets are handled better, default to UTF-8. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/ee9c3c8522b80c807cbad0b07858277a77abdb38 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
