The branch "master" has been updated. The following is a summary of the commits.
from: b4faa9878c941d50074adb2286374ec3722db308 609b673 Re-add IMP_Mailbox. b78e914 Allow TLS connections to work when using cached version of IMAP Client ----------------------------------------------------------------------- commit 609b673f2449961adcc9fe9604b25b41df1ab767 Author: Michael M Slusarz <[email protected]> Date: Tue Jan 25 22:46:39 2011 -0700 Re-add IMP_Mailbox. Use as the clearinghouse for all things mailbox. Pass around this object instead of the mailbox name. imp/compose-mimp.php | 17 +- imp/compose.php | 34 +- imp/folders.php | 37 +- imp/lib/Ajax/Application.php | 77 ++- imp/lib/Api.php | 5 +- imp/lib/Application.php | 32 +- imp/lib/Compose.php | 57 +- imp/lib/Contents.php | 16 +- imp/lib/Dimp.php | 8 - imp/lib/Factory/Mailbox.php | 75 ++ imp/lib/Factory/MailboxList.php | 11 +- imp/lib/Filter.php | 16 +- imp/lib/Folder.php | 79 +-- imp/lib/IMP.php | 383 +--------- imp/lib/Imap.php | 16 +- imp/lib/Imap/Acl.php | 18 +- imp/lib/Imap/Tree.php | 130 ++-- imp/lib/Imap/Tree/Element.php | 324 -------- imp/lib/Indices.php | 72 ++- imp/lib/LoginTasks/Task/PurgeSentmail.php | 27 +- imp/lib/LoginTasks/Task/PurgeSpam.php | 14 +- imp/lib/LoginTasks/Task/PurgeTrash.php | 18 +- imp/lib/LoginTasks/Task/RenameSentmailMonthly.php | 48 +- imp/lib/Mailbox.php | 842 +++++++++++++++++++++ imp/lib/Mailbox/List.php | 89 +-- imp/lib/Mailbox/List/Track.php | 2 +- imp/lib/Message.php | 374 +++++----- imp/lib/Mime/Viewer/Partial.php | 16 +- imp/lib/Prefs/Identity.php | 12 +- imp/lib/Prefs/Ui.php | 89 +-- imp/lib/Search.php | 4 +- imp/lib/Search/Query.php | 9 +- imp/lib/Spam.php | 17 +- imp/lib/Tree/Flist.php | 8 +- imp/lib/Ui/Block.php | 2 +- imp/lib/Ui/Compose.php | 2 +- imp/lib/Ui/Mailbox.php | 8 +- imp/lib/Ui/Message.php | 4 +- imp/lib/Views/Compose.php | 8 +- imp/lib/Views/ListMessages.php | 83 +- imp/lib/Views/ShowMessage.php | 4 +- imp/mailbox-mimp.php | 24 +- imp/mailbox.php | 41 +- imp/message-dimp.php | 6 +- imp/message-mimp.php | 10 +- imp/message.php | 22 +- imp/rss.php | 22 +- imp/search-basic.php | 2 +- imp/search.php | 20 +- imp/templates/dimp/javascript_defs.php | 4 +- imp/thread.php | 22 +- 51 files changed, 1749 insertions(+), 1511 deletions(-) create mode 100644 imp/lib/Factory/Mailbox.php delete mode 100644 imp/lib/Imap/Tree/Element.php create mode 100644 imp/lib/Mailbox.php http://git.horde.org/horde-git/-/commit/609b673f2449961adcc9fe9604b25b41df1ab767 ----------------------------------------------------------------------- commit b78e914fad52784eb9deea96a45decfdcdc31cf6 Author: Michael M Slusarz <[email protected]> Date: Wed Feb 23 10:46:23 2011 -0700 Allow TLS connections to work when using cached version of IMAP Client framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 17 ++++++++------- 1 files changed, 9 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/b78e914fad52784eb9deea96a45decfdcdc31cf6 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
