The branch "master" has been updated. The following is a summary of the commits.
from: 6e7c1666b6267eb246abb70d7957a13dc48936c6 d8d98aa Simplify 16d46bc Bug: 13711 Don't assume we have a text/plain or text/html. 2194a19 Add basic unit test for Bug: 13711 Summary: http://github.com/horde/horde/compare/6e7c1666b6267eb246abb70d7957a13dc48936c6...2194a1964929e055eafed1d66d5a06bd5bdbb0fa ----------------------------------------------------------------------- commit d8d98aa1039f13c711081e20a2ca3b6d8901b2df Author: Michael J Rubinsky <[email protected]> Date: Thu Dec 4 04:20:53 2014 -0500 Simplify framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/d8d98aa1039f13c711081e20a2ca3b6d8901b2df ----------------------------------------------------------------------- commit 16d46bc1f260ddb9a72d3faee1bb6141b05e0e8e Author: Michael J Rubinsky <[email protected]> Date: Thu Dec 4 04:21:31 2014 -0500 Bug: 13711 Don't assume we have a text/plain or text/html. It's possible the email may contain only "attachment" data. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/16d46bc1f260ddb9a72d3faee1bb6141b05e0e8e ----------------------------------------------------------------------- commit 2194a1964929e055eafed1d66d5a06bd5bdbb0fa Author: Michael J Rubinsky <[email protected]> Date: Thu Dec 4 04:22:52 2014 -0500 Add basic unit test for Bug: 13711 framework/ActiveSync/package.xml | 10 +- framework/ActiveSync/test/Horde/ActiveSync/ImapAdapterTest.php | 74 +++++ framework/ActiveSync/test/Horde/ActiveSync/Stub/ImapFactory.php | 95 +++++++ 3 files changed, 177 insertions(+), 2 deletions(-) create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/ImapAdapterTest.php create mode 100644 framework/ActiveSync/test/Horde/ActiveSync/Stub/ImapFactory.php http://github.com/horde/horde/commit/2194a1964929e055eafed1d66d5a06bd5bdbb0fa -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
