[commits] Horde branch master updated. 2641ad37e232b888f6d8ecccbcf8d37b1cd930aa
Michael M Slusarz
slusarz at horde.org
Fri Apr 22 21:07:42 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: baa981b4790a06523ee9d1c2b76fc43b41351761
77e3eae Unneeded parameter
87624c0 phpdoc
9d56aec Cleanups in socket driver
0859f49 Handle read-write/read-only mailbox changes within a selected mailbox
10bcccb Handle EXPUNGEISSUED status response
ecd2d92 Add error codes for the remainder of the failure status codes in RFC 5530
bc7f9b9 First stab at supporting some of the error code returns from Horde_Imap_Client
54ce5fe Make sure there is no leading/trailing whitespace in exception error messages
46fe533 Support METADATA response codes
358417d optimize
22d8cba Consolidate IMAP error handling code in IMP_Imap_Exception
8fb8aa3 Unneeded indention level
8bc774a phpdoc
d863efd Fix display of attachment list in dynamic view
2641ad3 Add support for message/external-body (content-id)
-----------------------------------------------------------------------
commit 77e3eae4894172e775a1adfbab8137c3c770c3a2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Apr 21 13:43:20 2011 -0600
Unneeded parameter
imp/lib/Views/ListMessages.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/77e3eae4894172e775a1adfbab8137c3c770c3a2
-----------------------------------------------------------------------
commit 87624c0d4b6fcf0834f17f24c8e7c6f944e94d91
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Apr 21 13:50:41 2011 -0600
phpdoc
imp/lib/Views/ListMessages.php | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/87624c0d4b6fcf0834f17f24c8e7c6f944e94d91
-----------------------------------------------------------------------
commit 9d56aec498dc3e5c0f8cc32d7ef7bfc494f74c95
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Apr 22 00:26:41 2011 -0600
Cleanups in socket driver
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 57 ++++++---------
1 files changed, 23 insertions(+), 34 deletions(-)
http://git.horde.org/horde-git/-/commit/9d56aec498dc3e5c0f8cc32d7ef7bfc494f74c95
-----------------------------------------------------------------------
commit 0859f493a6c77e0d60b71ed6c293ab3deac9c5d1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Apr 22 00:27:27 2011 -0600
Handle read-write/read-only mailbox changes within a selected mailbox
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/0859f493a6c77e0d60b71ed6c293ab3deac9c5d1
-----------------------------------------------------------------------
commit 10bcccb479fc3012e403a605871fe15212e6fc22
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Apr 22 00:37:57 2011 -0600
Handle EXPUNGEISSUED status response
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/10bcccb479fc3012e403a605871fe15212e6fc22
-----------------------------------------------------------------------
commit ecd2d92246bfaf85e37443a17dbb21e54a9abdff
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Apr 22 00:46:34 2011 -0600
Add error codes for the remainder of the failure status codes in RFC 5530
framework/Imap_Client/lib/Horde/Imap/Client/Exception.php | 26 +++++++++++-
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 28 +++++++++++++
2 files changed, 53 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/ecd2d92246bfaf85e37443a17dbb21e54a9abdff
-----------------------------------------------------------------------
commit bc7f9b9fec8abc27382fb6f719f8c1df9c16f2bc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Apr 22 01:05:18 2011 -0600
First stab at supporting some of the error code returns from Horde_Imap_Client
imp/lib/Imap.php | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 51 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/bc7f9b9fec8abc27382fb6f719f8c1df9c16f2bc
-----------------------------------------------------------------------
commit 54ce5fe1154ad08000d3e1b69e05710362bec3cc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Apr 22 01:09:46 2011 -0600
Make sure there is no leading/trailing whitespace in exception error messages
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/54ce5fe1154ad08000d3e1b69e05710362bec3cc
-----------------------------------------------------------------------
commit 46fe5339fb45c73a6c877791ad07c3c3bfea048a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Apr 22 01:34:25 2011 -0600
Support METADATA response codes
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 9 ++--
framework/Imap_Client/lib/Horde/Imap/Client/Exception.php | 13 +++++
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 35 +++++++++++++
3 files changed, 53 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/46fe5339fb45c73a6c877791ad07c3c3bfea048a
-----------------------------------------------------------------------
commit 358417d3bf94ccaf14f0c159caa8e7e116752361
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Apr 22 11:02:34 2011 -0600
optimize
imp/lib/Ajax/Application.php | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/358417d3bf94ccaf14f0c159caa8e7e116752361
-----------------------------------------------------------------------
commit 22d8cbacb6182e2c36745e794696340337e2d93f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Apr 22 11:50:05 2011 -0600
Consolidate IMAP error handling code in IMP_Imap_Exception
imp/docs/CHANGES | 1 +
imp/folders.php | 2 +-
imp/lib/Ajax/Application.php | 16 ++---
imp/lib/Auth.php | 29 +---------
imp/lib/Block/Newmail.php | 2 +-
imp/lib/Compose.php | 6 +-
imp/lib/Flags.php | 2 +-
imp/lib/Folder.php | 28 +++++-----
imp/lib/Imap.php | 46 +++++++++------
imp/lib/Imap/Acl.php | 8 +-
imp/lib/Imap/Exception.php | 121 ++++++++++++++++++++++++++++++++++++++++
imp/lib/Imap/Tree.php | 4 +-
imp/lib/Mailbox.php | 6 +-
imp/lib/Mailbox/List.php | 24 ++++----
imp/lib/Message.php | 23 ++++----
imp/lib/Quota/Imap.php | 2 +-
imp/lib/Search.php | 4 +-
imp/lib/Ui/Message.php | 2 +-
imp/lib/Views/ListMessages.php | 4 +-
imp/lib/Views/ShowMessage.php | 3 +-
imp/mailbox.php | 2 +-
imp/message-mimp.php | 2 +-
imp/message.php | 2 +-
imp/package.xml | 14 +++--
24 files changed, 229 insertions(+), 124 deletions(-)
create mode 100644 imp/lib/Imap/Exception.php
http://git.horde.org/horde-git/-/commit/22d8cbacb6182e2c36745e794696340337e2d93f
-----------------------------------------------------------------------
commit 8fb8aa37bf45611668c1007373fc2f69b4febe4d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Apr 22 12:53:11 2011 -0600
Unneeded indention level
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 46 ++++++++--------
1 files changed, 22 insertions(+), 24 deletions(-)
http://git.horde.org/horde-git/-/commit/8fb8aa37bf45611668c1007373fc2f69b4febe4d
-----------------------------------------------------------------------
commit 8bc774abcaa4eec64a8f525ec13233441b0e3d20
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Apr 22 14:16:48 2011 -0600
phpdoc
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/8bc774abcaa4eec64a8f525ec13233441b0e3d20
-----------------------------------------------------------------------
commit d863efd1beb7fd8250a12406e3b1def55609da59
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Apr 22 14:30:20 2011 -0600
Fix display of attachment list in dynamic view
imp/themes/default/dimp/screen.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/d863efd1beb7fd8250a12406e3b1def55609da59
-----------------------------------------------------------------------
commit 2641ad37e232b888f6d8ecccbcf8d37b1cd930aa
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Apr 8 17:37:15 2011 -0600
Add support for message/external-body (content-id)
Not that this really exists in the wild, but it was a useful exercise in
terms of reviewing how the MIME Viewer system works and how easy it is
to add new viewer drivers.
imp/config/mime_drivers.php | 8 ++++
imp/docs/CHANGES | 1 +
imp/docs/RFCS | 3 +-
imp/lib/Mime/Viewer/Externalbody.php | 60 ++++++++++++++++++++++++++++++++++
4 files changed, 71 insertions(+), 1 deletions(-)
create mode 100644 imp/lib/Mime/Viewer/Externalbody.php
http://git.horde.org/horde-git/-/commit/2641ad37e232b888f6d8ecccbcf8d37b1cd930aa
More information about the commits
mailing list