[commits] Horde branch master updated. 0b323e03586865781592a52370148f23636239b9
Michael M Slusarz
slusarz at horde.org
Tue Jan 26 20:43:38 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: 62bf2e16044836371a8c666f0a9f1916dd005d6e
7f11545 Use 'uid' instead of 'muid'
21f4524 Move PGP UI functions to IMP_Crypt_Pgp::
2bc88a3 Fix handling multiple patterns in listMailboxes()
2154c69 phpdoc fix
31a346f Add support for LIST-STATUS (draft-ietf-morg-status-in-list-01)
9b55b8e Improvements to folder summary blocks.
0b323e0 Remove Imp_Imap_Tree::getElementInfo().
-----------------------------------------------------------------------
commit 7f11545142f8b9959af8ae4bc0f0c3257d6f966b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Jan 22 15:29:47 2010 -0700
Use 'uid' instead of 'muid'
imp/lib/Contents.php | 2 +-
imp/saveimage.php | 6 +++---
imp/templates/saveimage/saveimage.html | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=7f11545142f8b9959af8ae4bc0f0c3257d6f966b
http://git.horde.org/diff.php/imp/saveimage.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=7f11545142f8b9959af8ae4bc0f0c3257d6f966b
http://git.horde.org/diff.php/imp/templates/saveimage/saveimage.html?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=7f11545142f8b9959af8ae4bc0f0c3257d6f966b
-----------------------------------------------------------------------
commit 21f45243722ec51b38c42437be36b03b6bedff41
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Jan 25 17:49:58 2010 -0700
Move PGP UI functions to IMP_Crypt_Pgp::
imp/lib/Crypt/Pgp.php | 92 ++++++++++++++++++++++
imp/pgp.php | 202 ++++++++++++++++---------------------------------
2 files changed, 157 insertions(+), 137 deletions(-)
http://git.horde.org/diff.php/imp/lib/Crypt/Pgp.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=21f45243722ec51b38c42437be36b03b6bedff41
http://git.horde.org/diff.php/imp/pgp.php?rt=horde-git&r1=c2e1ddffae57a1f7b1687ae4594f5848bdcfe2d1&r2=21f45243722ec51b38c42437be36b03b6bedff41
-----------------------------------------------------------------------
commit 2bc88a39a47624ca77ec33e07e5bfdf1b1584f2f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Jan 26 12:13:16 2010 -0700
Fix handling multiple patterns in listMailboxes()
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 6 +++++-
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 10 +++++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=2bc88a39a47624ca77ec33e07e5bfdf1b1584f2f
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=2bc88a39a47624ca77ec33e07e5bfdf1b1584f2f
-----------------------------------------------------------------------
commit 2154c69a5a43ed08cf0ebe455bb2745dcde3388d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Jan 26 12:24:22 2010 -0700
phpdoc fix
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 4 ++--
framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php | 2 +-
framework/Imap_Client/lib/Horde/Imap/Client/Cclient/Pop3.php | 2 +-
framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=2bc88a39a47624ca77ec33e07e5bfdf1b1584f2f&r2=2154c69a5a43ed08cf0ebe455bb2745dcde3388d
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=2154c69a5a43ed08cf0ebe455bb2745dcde3388d
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cclient/Pop3.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=2154c69a5a43ed08cf0ebe455bb2745dcde3388d
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=2154c69a5a43ed08cf0ebe455bb2745dcde3388d
-----------------------------------------------------------------------
commit 31a346f31689c76419fa0ca1244de72425a37c08
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Jan 26 12:45:00 2010 -0700
Add support for LIST-STATUS (draft-ietf-morg-status-in-list-01)
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 52 +++++++++++++-
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 63 +++++++++++++---
framework/Imap_Client/package.xml | 2 +-
imp/docs/CHANGES | 1 +
imp/docs/RFCS | 6 +-
imp/lib/Ajax/Application.php | 6 +-
6 files changed, 110 insertions(+), 20 deletions(-)
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=2154c69a5a43ed08cf0ebe455bb2745dcde3388d&r2=31a346f31689c76419fa0ca1244de72425a37c08
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=2bc88a39a47624ca77ec33e07e5bfdf1b1584f2f&r2=31a346f31689c76419fa0ca1244de72425a37c08
http://git.horde.org/diff.php/framework/Imap_Client/package.xml?rt=horde-git&r1=a6cb8a71e6b96454e8cf75a4a25daacd26684b58&r2=31a346f31689c76419fa0ca1244de72425a37c08
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=25541bba013406b30731ba262336157e0ddf7c60&r2=31a346f31689c76419fa0ca1244de72425a37c08
http://git.horde.org/diff.php/imp/docs/RFCS?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=31a346f31689c76419fa0ca1244de72425a37c08
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=7675282d68b604f234440078cdaba7b3b05fcb12&r2=31a346f31689c76419fa0ca1244de72425a37c08
-----------------------------------------------------------------------
commit 9b55b8e1d072028d9c354791460db3f3e5442729
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Jan 26 13:09:28 2010 -0700
Improvements to folder summary blocks.
Consolidate duplicate code.
Use LIST-STATUS output, if available.
imp/lib/Block/Foldersummary.php | 57 +--------------------
imp/lib/Block/summary.php | 80 ++++--------------------------
imp/lib/Ui/Block.php | 103 +++++++++++++++++++++++++++++++++++++++
3 files changed, 117 insertions(+), 123 deletions(-)
create mode 100644 imp/lib/Ui/Block.php
http://git.horde.org/diff.php/imp/lib/Block/Foldersummary.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=9b55b8e1d072028d9c354791460db3f3e5442729
http://git.horde.org/diff.php/imp/lib/Block/summary.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=9b55b8e1d072028d9c354791460db3f3e5442729
http://git.horde.org/co.php/imp/lib/Ui/Block.php?rt=horde-git&r=9b55b8e1d072028d9c354791460db3f3e5442729
-----------------------------------------------------------------------
commit 0b323e03586865781592a52370148f23636239b9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Jan 26 13:38:25 2010 -0700
Remove Imp_Imap_Tree::getElementInfo().
It no longer provides any added value to a
Horde_Imap_Client_Base::status() call.
imp/folders.php | 8 +++++++-
imp/lib/Ajax/Application.php | 19 ++++++++++++++-----
imp/lib/Imap/Tree.php | 38 +++++++++-----------------------------
imp/lib/Views/ListMessages.php | 10 +++++-----
4 files changed, 35 insertions(+), 40 deletions(-)
http://git.horde.org/diff.php/imp/folders.php?rt=horde-git&r1=c2e1ddffae57a1f7b1687ae4594f5848bdcfe2d1&r2=0b323e03586865781592a52370148f23636239b9
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=31a346f31689c76419fa0ca1244de72425a37c08&r2=0b323e03586865781592a52370148f23636239b9
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=0b323e03586865781592a52370148f23636239b9
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=0b323e03586865781592a52370148f23636239b9
More information about the commits
mailing list