The branch "master" has been updated. The following is a summary of the commits.
from: 39801c1580408dfedbbb26baf513cd3c69f8cab1 be11249 Bug: 14324 Be more graceful with rfc822/message attachment failures. e6ab12e BFN Summary: http://github.com/horde/horde/compare/39801c1580408dfedbbb26baf513cd3c69f8cab1...e6ab12ed92af3d4e0f8edea8a3fd03da956afdf5 ----------------------------------------------------------------------- commit be112497921ae5edbd12d14f754674eec8b7b10a Author: Michael J Rubinsky <[email protected]> Date: Tue Jun 14 12:12:06 2016 -0400 Bug: 14324 Be more graceful with rfc822/message attachment failures. If the message fails to send, check that it's not because of a broken rfc822/message attachement - most likely a too long header line. This is done by re-encoding the attachment as a base64 encoded application/octet-stream part. Not ideal, but we don't want to alter the original message in anyway, and this at least allows it to be forwarded. framework/Mime/lib/Horde/Mime/Part.php | 53 ++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) http://github.com/horde/horde/commit/be112497921ae5edbd12d14f754674eec8b7b10a ----------------------------------------------------------------------- commit e6ab12ed92af3d4e0f8edea8a3fd03da956afdf5 Author: Michael J Rubinsky <[email protected]> Date: Tue Jun 14 12:16:21 2016 -0400 BFN framework/Mime/package.xml | 2 ++ 1 file changed, 2 insertions(+) http://github.com/horde/horde/commit/e6ab12ed92af3d4e0f8edea8a3fd03da956afdf5 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
