[commits] Horde branch master updated. ba2f9031f787ba404e0645e42678d3e344cdbccc
Michael M Slusarz
slusarz at horde.org
Wed Jun 5 18:50:33 UTC 2013
The branch "master" has been updated.
The following is a summary of the commits.
from: 985bb0d13774e9eff3b91d68484f42be80721f9d
eb1eb52 Coding style
ebfdecd [mms] Abstract connection code into separate library, to better handle output buffering and error handling.
07e3f42 Make this less specific to an IMAP command
ba2f903 [mms] Fix displaying some HTML messages that contain blocked CSS rules (Bug #12294).
-----------------------------------------------------------------------
commit eb1eb521b807778089560f5c9222fcb502af0cad
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Jun 4 00:03:38 2013 -0600
Coding style
framework/Imap_Client/lib/Horde/Imap/Client/Mailbox.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/eb1eb521b807778089560f5c9222fcb502af0cad
-----------------------------------------------------------------------
commit ebfdecd66be8072474f899915976b903be76488e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Jun 4 00:51:49 2013 -0600
[mms] Abstract connection code into separate library, to better handle output buffering and error handling.
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 37 +-
framework/Imap_Client/lib/Horde/Imap/Client/Base/Connection.php | 121 ++
framework/Imap_Client/lib/Horde/Imap/Client/Base/Debug.php | 51 +-
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 276 +----
framework/Imap_Client/lib/Horde/Imap/Client/Socket/Connection.php | 278 +++++
framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 115 +--
.../Imap_Client/lib/Horde/Imap/Client/Socket/Pop3/Connection.php | 166 +++
framework/Imap_Client/package.xml | 12 +-
8 files changed, 669 insertions(+), 387 deletions(-)
create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Base/Connection.php
create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Connection.php
create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3/Connection.php
http://git.horde.org/horde-git/-/commit/ebfdecd66be8072474f899915976b903be76488e
-----------------------------------------------------------------------
commit 07e3f427a160e2710cf6e2f733975a2ef1392f21
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Jun 5 00:53:09 2013 -0600
Make this less specific to an IMAP command
framework/Imap_Client/lib/Horde/Imap/Client/Base/Debug.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/07e3f427a160e2710cf6e2f733975a2ef1392f21
-----------------------------------------------------------------------
commit ba2f9031f787ba404e0645e42678d3e344cdbccc
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Jun 5 12:48:17 2013 -0600
[mms] Fix displaying some HTML messages that contain blocked CSS rules (Bug #12294).
Conflicts:
imp/docs/CHANGES
imp/package.xml
imp/docs/CHANGES | 2 ++
imp/lib/Mime/Viewer/Html.php | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/ba2f9031f787ba404e0645e42678d3e344cdbccc
More information about the commits
mailing list