[commits] Horde branch master updated. 2be92d658ab5818652e14f7684c67c6bf9c266b2
Michael J. Rubinsky
mrubinsk at horde.org
Thu Sep 4 20:30:26 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: f12aad8ad78ef16293d541bbfc64412c4e77b619
dce310a Don't leak ActiveSync exceptions up from the Rpc layer.
2006f32 Don't send the MAIL_SUBMISSION_FAILED response for EAS < 14.0
39ee640 Fix lazy loading of imap message during SMART requests.
ede1c59 Don't attempt to fetch the IMAP message if this isn't a SMART request.
40b255c Extract Horde_ActiveSync_Mime::
446229f Add support for Horde_ActiveSync_Exception_EmailFatalFailure::
9f7a735 Add the activesync_email_presend hook.
2be92d6 Update package.xml and bump versions.
Summary: http://github.com/horde/horde/compare/f12aad8ad78ef16293d541bbfc64412c4e77b619...2be92d658ab5818652e14f7684c67c6bf9c266b2
-----------------------------------------------------------------------
commit dce310aaf528137d7f8b9c7248de75f7d307abc5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 4 15:45:47 2014 -0400
Don't leak ActiveSync exceptions up from the Rpc layer.
framework/Rpc/lib/Horde/Rpc/ActiveSync.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/dce310aaf528137d7f8b9c7248de75f7d307abc5
-----------------------------------------------------------------------
commit 2006f326aac67bf98bc5598d0005c1586520736c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 4 15:49:27 2014 -0400
Don't send the MAIL_SUBMISSION_FAILED response for EAS < 14.0
It's not supported before 14.0, a HTTP 500 is expected (though as
usual, a whole bunch of clients ignore the "SHOULD NOT TRY AGAIN"
meaning of this error and continue to try the same request.
framework/ActiveSync/lib/Horde/ActiveSync/Request/SendMail.php | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/2006f326aac67bf98bc5598d0005c1586520736c
-----------------------------------------------------------------------
commit 39ee640e498fd741893a96a8c18f4da9248215ba
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 4 16:05:39 2014 -0400
Fix lazy loading of imap message during SMART requests.
framework/Core/lib/Horde/Core/ActiveSync/Mail.php | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/39ee640e498fd741893a96a8c18f4da9248215ba
-----------------------------------------------------------------------
commit ede1c59e785763c27a52f7e853dd57b30cedb78e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 4 16:09:13 2014 -0400
Don't attempt to fetch the IMAP message if this isn't a SMART request.
framework/Core/lib/Horde/Core/ActiveSync/Mail.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/ede1c59e785763c27a52f7e853dd57b30cedb78e
-----------------------------------------------------------------------
commit 40b255c231b575b999ae5eff620a4d799e80fbe1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 4 16:20:14 2014 -0400
Extract Horde_ActiveSync_Mime::
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 88 +-----
framework/ActiveSync/lib/Horde/ActiveSync/Mime.php | 175 ++++++++++++
2 files changed, 187 insertions(+), 76 deletions(-)
create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Mime.php
http://github.com/horde/horde/commit/40b255c231b575b999ae5eff620a4d799e80fbe1
-----------------------------------------------------------------------
commit 446229f8a52471e0c119b9209327a59809a4e141
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 4 16:21:17 2014 -0400
Add support for Horde_ActiveSync_Exception_EmailFatalFailure::
Thrown when sending of the EAS email message fatally, and permanently fails.
.../lib/Horde/ActiveSync/Exception/EmailFatalFailure.php | 28 +++++
framework/ActiveSync/lib/Horde/ActiveSync/Request/SendMail.php | 15 +++
2 files changed, 43 insertions(+), 0 deletions(-)
create mode 100644 framework/ActiveSync/lib/Horde/ActiveSync/Exception/EmailFatalFailure.php
http://github.com/horde/horde/commit/446229f8a52471e0c119b9209327a59809a4e141
-----------------------------------------------------------------------
commit 9f7a735d5fc548299c4b48506b6659642b71769b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 4 16:23:14 2014 -0400
Add the activesync_email_presend hook.
Add hook and example code for preventing attachments with viruses from
being sent over EAS.
framework/Core/lib/Horde/Core/ActiveSync/Mail.php | 18 ++++++
horde/config/hooks.php.dist | 64 +++++++++++++++++++++
2 files changed, 82 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/9f7a735d5fc548299c4b48506b6659642b71769b
-----------------------------------------------------------------------
commit 2be92d658ab5818652e14f7684c67c6bf9c266b2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Sep 4 16:28:17 2014 -0400
Update package.xml and bump versions.
framework/ActiveSync/package.xml | 24 ++++++++++++++++--------
framework/Core/package.xml | 12 +++++++-----
2 files changed, 23 insertions(+), 13 deletions(-)
http://github.com/horde/horde/commit/2be92d658ab5818652e14f7684c67c6bf9c266b2
More information about the commits
mailing list