[commits] Horde branch master updated. 0fee6792b8a133c4df20bc650d93cd1e5263b98f

Michael M Slusarz slusarz at horde.org
Thu Dec 18 16:57:32 UTC 2014


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

from: 333a7a07b435937165530e21f013e4185d2312d4

112c29b [mms] IMAP alerts can now be handled by registering an observer with the new Horde_Imap_Client_Base_Alerts object.
a441fe2 Convert IMAP tutorial to Markdown and expand the contents
bb64a4a IMAP alerts now handled in IMP by an observer, rather than a Notification decorator
4d8c2bb [mms] Fix deleting multi-level temporary directories in Horde_Util::deleteAtShutdown().
8cd369b More tweaks to new documentation
0fee679 [mms] Fix handling mailbox cache data when the mailbox returns NOMODSEQ.

Summary: http://github.com/horde/horde/compare/333a7a07b435937165530e21f013e4185d2312d4...0fee6792b8a133c4df20bc650d93cd1e5263b98f

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

commit 112c29b60b1354f6e1e8ee0ecd14b63be1063e02
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 17 13:05:36 2014 -0700

    [mms] IMAP alerts can now be handled by registering an observer with the new Horde_Imap_Client_Base_Alerts object.

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING       |   13 ++
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php        |   31 +++-
 framework/Imap_Client/lib/Horde/Imap/Client/Base/Alerts.php |  102 +++++++++++
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php      |   16 +--
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php |    7 -
 framework/Imap_Client/package.xml                           |   14 +-
 6 files changed, 154 insertions(+), 29 deletions(-)
 create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Base/Alerts.php

http://github.com/horde/horde/commit/112c29b60b1354f6e1e8ee0ecd14b63be1063e02

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

commit a441fe27d4d533ec8d1c66c6f0ffd5e5c20b050f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 17 13:17:43 2014 -0700

    Convert IMAP tutorial to Markdown and expand the contents

 .../Imap_Client/doc/Horde/Imap/Client/examples/tutorial.html      |  215 ---
 framework/Imap_Client/doc/Horde/Imap/Client/examples/tutorial.md  |  352 +++++
 framework/Imap_Client/package.xml                                 |    4 +-
 3 files changed, 354 insertions(+), 217 deletions(-)
 delete mode 100644 framework/Imap_Client/doc/Horde/Imap/Client/examples/tutorial.html
 create mode 100644 framework/Imap_Client/doc/Horde/Imap/Client/examples/tutorial.md

http://github.com/horde/horde/commit/a441fe27d4d533ec8d1c66c6f0ffd5e5c20b050f

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

commit bb64a4a92d97f31c3142554c2b5126d66408d6e5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 17 13:23:22 2014 -0700

    IMAP alerts now handled in IMP by an observer, rather than a Notification decorator

 imp/lib/Application.php                               |    1 -
 imp/lib/Factory/Imap.php                              |   24 ++++----
 imp/lib/Notification/Handler/Decorator/ImapAlerts.php |   46 -----------------
 imp/package.xml                                       |    4 +-
 4 files changed, 13 insertions(+), 62 deletions(-)
 delete mode 100644 imp/lib/Notification/Handler/Decorator/ImapAlerts.php

http://github.com/horde/horde/commit/bb64a4a92d97f31c3142554c2b5126d66408d6e5

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

commit 4d8c2bb4b37cd54bc6aa6e4a3a05e11b4df86d79
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 17 14:23:27 2014 -0700

    [mms] Fix deleting multi-level temporary directories in Horde_Util::deleteAtShutdown().

 framework/Util/lib/Horde/Util.php |   83 +++++++++++++++++++++----------------
 framework/Util/package.xml        |    4 +-
 2 files changed, 49 insertions(+), 38 deletions(-)

http://github.com/horde/horde/commit/4d8c2bb4b37cd54bc6aa6e4a3a05e11b4df86d79

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

commit 8cd369b23f1b0947dfe699906f4ca2d373acc2b2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Dec 17 14:47:32 2014 -0700

    More tweaks to new documentation

 framework/Imap_Client/doc/Horde/Imap/Client/examples/tutorial.md |   46 +++---
 1 files changed, 20 insertions(+), 26 deletions(-)

http://github.com/horde/horde/commit/8cd369b23f1b0947dfe699906f4ca2d373acc2b2

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

commit 0fee6792b8a133c4df20bc650d93cd1e5263b98f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Dec 18 09:55:27 2014 -0700

    [mms] Fix handling mailbox cache data when the mailbox returns NOMODSEQ.

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php   |    3 ++-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |    3 ++-
 framework/Imap_Client/package.xml                      |    2 ++
 3 files changed, 6 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/0fee6792b8a133c4df20bc650d93cd1e5263b98f




More information about the commits mailing list