[commits] ActiveSync branch master updated. 82fa2b195ee2bdcc8b60c300ac7d591b4e1dec69

Michael J. Rubinsky mrubinsk at horde.org
Sun Aug 18 18:20:12 UTC 2019


The branch "master" has been updated.
The following is a summary of the commits.

from: 82e1128d69b0b2977c457648bdf6521e1cc65e06

367ab9e Fix issue with handling TNEF attachments;
82fa2b1 Prepend an '.eml' file extension for message/rfc822 attachments;

Summary: https://github.com/horde/ActiveSync/compare/82e1128d69b0...82fa2b195ee2

-----------------------------------------------------------------------

commit 367ab9e372c9a07f43838d0de7344f2f2b212290
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun, 18 Aug 2019 14:16:08 -0400

Fix issue with handling TNEF attachments;

The used to work on older EAS versions because it would
return the entire base mime part. With modern versions
we only return a list of attachments initially, then fetch
the attachement data only if needed, identified by the mime part
id. This means we need to rewrite the basePart's structure any
time we _might_ be tryting to access the mime part of a tnef
attachment.

 M lib/Horde/ActiveSync/Imap/Message.php

https://github.com/horde/ActiveSync/commit/367ab9e372c9a07f43838d0de7344f2f2b212290

-----------------------------------------------------------------------

commit 82fa2b195ee2bdcc8b60c300ac7d591b4e1dec69
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun, 18 Aug 2019 14:19:12 -0400

Prepend an '.eml' file extension for message/rfc822 attachments;

At least a few major clients don't seem to be able to know what to
do with the data if the file extensions isn't present.

 M lib/Horde/ActiveSync/Imap/Message.php

https://github.com/horde/ActiveSync/commit/82fa2b195ee2bdcc8b60c300ac7d591b4e1dec69


More information about the commits mailing list