[commits] Horde branch develop updated. 8c850e2c4c89e16147290e6e48855b2a0f181f06
Michael M Slusarz
slusarz at horde.org
Fri Mar 2 05:35:25 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: 3606f341dc608a332a7e285cd6055ee01ae68a25
0dea1b1 [mms] Implement new 2.0 API. See UPGRADING for full details of changes.
0e3f181 Horde_Mail 2.0: IMP
ceaae24 Horde_Mail 2.0: Horde_Core
ea721a8 Horde_Mail 2.0: Turba
94827f8 Horde_Mail 2.0: Kronolith
823e092 Horde_Mail 2.0: Chora
8706fe5 Horde_Mail 2.0: Horde_Imap_Client
832c0ba Horde_Mail 2.0: Horde_Core
1d7d182 Horde_Mail 2.0: Horde_Data
33b7198 Horde_Mail 2.0: Horde_Form
5239d25 Horde_Mail 2.0: Horde_Icalendar
f638965 Horde_Mail 2.0: Horde_Mime
7bf7359 Horde_Mail 2.0: Horde_Model
ee151c6 Horde_Mail 2.0: Horde_Prefs
7465946 Horde_Mail 2.0: horde
50b66ee Horde_Mail 2.0: Ingo
4e67f60 Horde_Mail 2.0: Nag
77c3910 Horde_Mail 2.0: Whups
d99be5b Horde_Mail 2.0: Horde_Alarm
2a164d1 Use self:: internally in Kronolith::
2499c2e [mms] Implement new 2.0 API. See UPGRADING for full details of changes.
1af13f2 [mms] Added Horde_Core_Ajax_Imple_ContactAutoCompleter.
dc3fc39 Add Horde_ListHeaders package.
8066bf7 Use Horde_ListHeaders to parse list information in IMP.
a398916 [mms] Implement new 2.0 API. See UPGRADING for full details of changes.
7bf64bd Horde_Imap_Client 2.0: IMP
b7830d4 [mms] Removed charset parameter for Imap and Cyrsql drivers.
8a52512 Horde_Auth 2.0: Horde_Core
b3c9275 style
8c850e2 Fix package status.
-----------------------------------------------------------------------
commit 0dea1b10453c300e616cc6964a454fbdafbfe65a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Feb 27 14:55:05 2012 -0700
[mms] Implement new 2.0 API. See UPGRADING for full details of changes.
framework/Mail/doc/Horde/Mail/TODO | 26 --
framework/Mail/doc/Horde/Mail/UPGRADING | 44 ++-
framework/Mail/lib/Horde/Mail.php | 72 ---
framework/Mail/lib/Horde/Mail/Rfc822.php | 113 ++---
framework/Mail/lib/Horde/Mail/Rfc822/Address.php | 178 +++-----
framework/Mail/lib/Horde/Mail/Rfc822/Group.php | 116 ++---
framework/Mail/lib/Horde/Mail/Rfc822/GroupList.php | 56 +++
framework/Mail/lib/Horde/Mail/Rfc822/List.php | 475 ++++++++++++++++++++
framework/Mail/lib/Horde/Mail/Rfc822/Object.php | 55 +++-
framework/Mail/lib/Horde/Mail/Transport.php | 18 +-
framework/Mail/package.xml | 35 +-
framework/Mail/test/Horde/Mail/GroupTest.php | 11 +
framework/Mail/test/Horde/Mail/ListTest.php | 465 +++++++++++++++++++
framework/Mail/test/Horde/Mail/ObjectTest.php | 32 +-
framework/Mail/test/Horde/Mail/ParseTest.php | 215 +++++-----
framework/Mime/test/Horde/Mime/MailTest.php | 22 +-
16 files changed, 1400 insertions(+), 533 deletions(-)
delete mode 100644 framework/Mail/doc/Horde/Mail/TODO
delete mode 100644 framework/Mail/lib/Horde/Mail.php
create mode 100644 framework/Mail/lib/Horde/Mail/Rfc822/GroupList.php
create mode 100644 framework/Mail/lib/Horde/Mail/Rfc822/List.php
create mode 100644 framework/Mail/test/Horde/Mail/ListTest.php
http://git.horde.org/horde-git/-/commit/0dea1b10453c300e616cc6964a454fbdafbfe65a
-----------------------------------------------------------------------
commit 0e3f18114ea79844eef008baf2bbd38892cd52c7
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 29 19:06:36 2012 -0700
Horde_Mail 2.0: IMP
imp/bin/imp-bounce-spam | 4 +-
imp/compose-dimp.php | 11 +-
imp/compose-mimp.php | 6 +-
imp/compose.php | 16 +-
imp/config/hooks.php.dist | 18 +-
imp/contacts.php | 22 +--
imp/lib/Ajax/Application.php | 7 +-
imp/lib/Ajax/Imple/ContactAutoCompleter.php | 4 +-
imp/lib/Ajax/Imple/ImageUnblock.php | 2 +-
imp/lib/Ajax/Imple/ItipRequest.php | 3 +-
imp/lib/Compose.php | 380 +++++++++++----------------
imp/lib/Crypt/Pgp.php | 52 ++--
imp/lib/Crypt/Smime.php | 31 +--
imp/lib/Filter.php | 2 +-
imp/lib/Flag/System/Match/Address.php | 5 +-
imp/lib/Flag/System/Personal.php | 4 +-
imp/lib/Flags.php | 7 +-
imp/lib/IMP.php | 22 ++-
imp/lib/Mime/Viewer/Pgp.php | 2 +-
imp/lib/Prefs/Identity.php | 51 ++---
imp/lib/Search/Element/Contacts.php | 2 +-
imp/lib/Sentmail.php | 5 +-
imp/lib/Ui/Compose.php | 91 +++-----
imp/lib/Ui/Imageview.php | 2 +-
imp/lib/Ui/Mailbox.php | 45 ++--
imp/lib/Ui/Message.php | 87 +++----
imp/lib/Views/ListMessages.php | 2 +-
imp/lib/Views/ShowMessage.php | 37 ++--
imp/mailbox-mimp.php | 2 +-
imp/mailbox.php | 2 +-
imp/message-mimp.php | 6 +-
imp/message.php | 9 +-
imp/package.xml | 6 +-
imp/rss.php | 2 +-
imp/test/Imp/Unit/Mime/Viewer/ItipTest.php | 2 +-
imp/thread.php | 4 +-
36 files changed, 412 insertions(+), 541 deletions(-)
http://git.horde.org/horde-git/-/commit/0e3f18114ea79844eef008baf2bbd38892cd52c7
-----------------------------------------------------------------------
commit ceaae245f6f47576d5afb734677f909ee287aef5
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Feb 28 02:01:04 2012 -0700
Horde_Mail 2.0: Horde_Core
framework/Core/lib/Horde/Core/Ajax/Application.php | 20 ++++++++++----------
framework/Core/package.xml | 6 +++---
2 files changed, 13 insertions(+), 13 deletions(-)
http://git.horde.org/horde-git/-/commit/ceaae245f6f47576d5afb734677f909ee287aef5
-----------------------------------------------------------------------
commit ea721a80c80245d57fb43bf60bef22ac4d497783
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Feb 28 02:05:38 2012 -0700
Horde_Mail 2.0: Turba
turba/bin/turba-import-squirrelmail-sql-abook | 12 ++++++---
turba/data.php | 30 +++++++-----------------
turba/lib/Api.php | 23 ++++++++----------
turba/lib/Turba.php | 5 ++-
turba/package.xml | 6 ++--
5 files changed, 33 insertions(+), 43 deletions(-)
http://git.horde.org/horde-git/-/commit/ea721a80c80245d57fb43bf60bef22ac4d497783
-----------------------------------------------------------------------
commit 94827f8168a827f3f112b54993b5ab784ef9c119
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Feb 28 02:18:17 2012 -0700
Horde_Mail 2.0: Kronolith
kronolith/attendees.php | 10 +-
kronolith/feed/index.php | 7 +-
kronolith/lib/Ajax/Imple/ContactAutoCompleter.php | 28 +++--
kronolith/lib/Api.php | 15 +--
kronolith/lib/Event.php | 41 +++----
kronolith/lib/FreeBusy.php | 4 +-
kronolith/lib/Kronolith.php | 127 ++++++++++-----------
kronolith/package.xml | 6 +-
kronolith/templates/attendees/attendees.inc | 2 +-
kronolith/templates/view/view.inc | 2 +-
10 files changed, 117 insertions(+), 125 deletions(-)
http://git.horde.org/horde-git/-/commit/94827f8168a827f3f112b54993b5ab784ef9c119
-----------------------------------------------------------------------
commit 823e092dcfdc331a7232382fd7469ba0f26bd2b3
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Feb 28 02:20:14 2012 -0700
Horde_Mail 2.0: Chora
chora/lib/Chora.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/823e092dcfdc331a7232382fd7469ba0f26bd2b3
-----------------------------------------------------------------------
commit 8706fe58c54d4ec4c0151d2ad1bf32599086142d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Feb 28 02:31:38 2012 -0700
Horde_Mail 2.0: Horde_Imap_Client
framework/Imap_Client/lib/Horde/Imap/Client/Data/Envelope.php | 66 ++-------
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 8 +-
framework/Imap_Client/package.xml | 6 +-
3 files changed, 23 insertions(+), 57 deletions(-)
http://git.horde.org/horde-git/-/commit/8706fe58c54d4ec4c0151d2ad1bf32599086142d
-----------------------------------------------------------------------
commit 832c0baa2b46e2cb84a543af8d3a8babfab7effd
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 29 17:50:39 2012 -0700
Horde_Mail 2.0: Horde_Core
framework/Core/lib/Horde/Core/Ui/VarRenderer/Html.php | 50 ++++++-----------
1 files changed, 18 insertions(+), 32 deletions(-)
http://git.horde.org/horde-git/-/commit/832c0baa2b46e2cb84a543af8d3a8babfab7effd
-----------------------------------------------------------------------
commit 1d7d182900d0ff90adacd7787c0e8cdfcf4b222c
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 29 17:50:56 2012 -0700
Horde_Mail 2.0: Horde_Data
framework/Data/lib/Horde/Data/Tsv.php | 14 +++++---------
framework/Data/package.xml | 7 +++++++
2 files changed, 12 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/1d7d182900d0ff90adacd7787c0e8cdfcf4b222c
-----------------------------------------------------------------------
commit 33b7198962d88a2fe6293b0857fa3757c0cbdd5b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 29 17:51:14 2012 -0700
Horde_Mail 2.0: Horde_Form
framework/Form/lib/Horde/Form/Type.php | 30 ++++++++++++++----------------
framework/Form/package.xml | 7 +++++++
2 files changed, 21 insertions(+), 16 deletions(-)
http://git.horde.org/horde-git/-/commit/33b7198962d88a2fe6293b0857fa3757c0cbdd5b
-----------------------------------------------------------------------
commit 5239d25b158ece25868b71272fab17aad18360ab
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 29 17:51:31 2012 -0700
Horde_Mail 2.0: Horde_Icalendar
framework/Icalendar/lib/Horde/Icalendar/Vcard.php | 3 ++-
framework/Icalendar/package.xml | 7 +++++++
2 files changed, 9 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5239d25b158ece25868b71272fab17aad18360ab
-----------------------------------------------------------------------
commit f6389652ee292e3de9829957094391b7b5b04be0
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 29 17:51:42 2012 -0700
Horde_Mail 2.0: Horde_Mime
framework/Mime/lib/Horde/Mime.php | 11 ++---
framework/Mime/lib/Horde/Mime/Headers.php | 31 +++++++-------
framework/Mime/lib/Horde/Mime/Mail.php | 66 +++++++----------------------
framework/Mime/lib/Horde/Mime/Mdn.php | 25 ++++++-----
framework/Mime/lib/Horde/Mime/Part.php | 6 ++-
framework/Mime/package.xml | 6 +-
6 files changed, 56 insertions(+), 89 deletions(-)
http://git.horde.org/horde-git/-/commit/f6389652ee292e3de9829957094391b7b5b04be0
-----------------------------------------------------------------------
commit 7bf735953a30079fa32545f144e5345494da4335
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 29 17:51:54 2012 -0700
Horde_Mail 2.0: Horde_Model
framework/Model/lib/Horde/Core/Form/Type/EmailConfirm.php | 33 ++++----
framework/Model/lib/Horde/Core/Form/daterendererchanges.php | 50 ++++-------
2 files changed, 34 insertions(+), 49 deletions(-)
http://git.horde.org/horde-git/-/commit/7bf735953a30079fa32545f144e5345494da4335
-----------------------------------------------------------------------
commit ee151c63a2feef43396c16840e850fd42cbbcbcc
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 29 17:52:06 2012 -0700
Horde_Mail 2.0: Horde_Prefs
framework/Prefs/lib/Horde/Prefs/Identity.php | 7 +++++--
framework/Prefs/package.xml | 7 +++++++
2 files changed, 12 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/ee151c63a2feef43396c16840e850fd42cbbcbcc
-----------------------------------------------------------------------
commit 746594614a0a51b40ef61ee6020938404295d64c
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 29 17:52:18 2012 -0700
Horde_Mail 2.0: horde
horde/package.xml | 7 +++++++
horde/services/problem.php | 9 +++++----
2 files changed, 12 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/746594614a0a51b40ef61ee6020938404295d64c
-----------------------------------------------------------------------
commit 50b66eef03e25918cafa5b455b44b23596b4f42c
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 29 17:52:42 2012 -0700
Horde_Mail 2.0: Ingo
ingo/lib/Script/Imap.php | 16 ++++------------
1 files changed, 4 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/50b66eef03e25918cafa5b455b44b23596b4f42c
-----------------------------------------------------------------------
commit 4e67f609e039c7c3173555ccbaa67315d5519694
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 29 22:31:31 2012 -0700
Horde_Mail 2.0: Nag
nag/lib/Nag.php | 6 ++++--
nag/package.xml | 7 +++++++
2 files changed, 11 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/4e67f609e039c7c3173555ccbaa67315d5519694
-----------------------------------------------------------------------
commit 77c391027438c945c8eb2748fce07d7bfef1069e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 29 22:32:00 2012 -0700
Horde_Mail 2.0: Whups
whups/lib/Ajax/Imple/ContactAutoCompleter.php | 27 ++++++++++-----------
whups/lib/Driver.php | 22 ++++++++----------
whups/lib/Mail.php | 3 +-
whups/lib/Whups.php | 30 ++++++++++---------------
whups/package.xml | 6 ++--
5 files changed, 40 insertions(+), 48 deletions(-)
http://git.horde.org/horde-git/-/commit/77c391027438c945c8eb2748fce07d7bfef1069e
-----------------------------------------------------------------------
commit d99be5b8d3cd8a953fcd4d87eeab111fcd0d7326
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 29 23:06:57 2012 -0700
Horde_Mail 2.0: Horde_Alarm
framework/Alarm/test/Horde/Alarm/HandlerTest.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/d99be5b8d3cd8a953fcd4d87eeab111fcd0d7326
-----------------------------------------------------------------------
commit 2a164d1401491749603da683bbdbe896d6cf0768
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 29 22:07:47 2012 -0700
Use self:: internally in Kronolith::
kronolith/lib/Kronolith.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/2a164d1401491749603da683bbdbe896d6cf0768
-----------------------------------------------------------------------
commit 2499c2e59864e836c9ddf42baa82c77859a4ac68
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Feb 29 22:44:01 2012 -0700
[mms] Implement new 2.0 API. See UPGRADING for full details of changes.
framework/Mime/doc/Horde/Mime/UPGRADING | 25 ++
framework/Mime/lib/Horde/Mime.php | 74 ----
framework/Mime/lib/Horde/Mime/Address.php | 466 ------------------------
framework/Mime/lib/Horde/Mime/Headers.php | 9 +-
framework/Mime/lib/Horde/Mime/Mail.php | 2 -
framework/Mime/lib/Horde/Mime/Part.php | 6 +-
framework/Mime/package.xml | 22 +-
framework/Mime/test/Horde/Mime/AddressTest.php | 103 ------
8 files changed, 39 insertions(+), 668 deletions(-)
create mode 100644 framework/Mime/doc/Horde/Mime/UPGRADING
delete mode 100644 framework/Mime/lib/Horde/Mime/Address.php
delete mode 100644 framework/Mime/test/Horde/Mime/AddressTest.php
http://git.horde.org/horde-git/-/commit/2499c2e59864e836c9ddf42baa82c77859a4ac68
-----------------------------------------------------------------------
commit 1af13f2f774cf109d540162039c3f40aee074e3e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 14:11:49 2012 -0700
[mms] Added Horde_Core_Ajax_Imple_ContactAutoCompleter.
framework/Core/lib/Horde/Core/Ajax/Imple/ContactAutoCompleter.php | 134 +++++
framework/Core/package.xml | 7 +-
imp/contacts.php | 3 +-
imp/lib/Ajax/Imple/ContactAutoCompleter.php | 49 +--
imp/lib/Compose.php | 75 ---
imp/lib/Search/Element/Contacts.php | 3 +-
imp/lib/Ui/Compose.php | 4 +-
kronolith/lib/Ajax/Imple/ContactAutoCompleter.php | 100 +---
whups/lib/Ajax/Imple/ContactAutoCompleter.php | 103 +---
9 files changed, 186 insertions(+), 292 deletions(-)
create mode 100644 framework/Core/lib/Horde/Core/Ajax/Imple/ContactAutoCompleter.php
http://git.horde.org/horde-git/-/commit/1af13f2f774cf109d540162039c3f40aee074e3e
-----------------------------------------------------------------------
commit dc3fc3963ed2c2a98a4fc32b310ae728da84e10b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 17:21:25 2012 -0700
Add Horde_ListHeaders package.
framework/ListHeaders/doc/Horde/ListHeaders/COPYING | 458 ++++++++++++
framework/ListHeaders/lib/Horde/ListHeaders.php | 164 ++++
framework/ListHeaders/lib/Horde/ListHeaders/Base.php | 68 ++
framework/ListHeaders/lib/Horde/ListHeaders/Id.php | 72 ++
framework/ListHeaders/lib/Horde/ListHeaders/NoPost.php | 52 ++
framework/ListHeaders/lib/Horde/ListHeaders/Object.php | 26 +
framework/ListHeaders/package.xml | 88 +++
framework/ListHeaders/test/Horde/ListHeaders/AllTests.php | 36 +
framework/ListHeaders/test/Horde/ListHeaders/ParseTest.php | 156 ++++
9 files changed, 1120 insertions(+), 0 deletions(-)
create mode 100644 framework/ListHeaders/doc/Horde/ListHeaders/COPYING
create mode 100644 framework/ListHeaders/lib/Horde/ListHeaders.php
create mode 100644 framework/ListHeaders/lib/Horde/ListHeaders/Base.php
create mode 100644 framework/ListHeaders/lib/Horde/ListHeaders/Id.php
create mode 100644 framework/ListHeaders/lib/Horde/ListHeaders/NoPost.php
create mode 100644 framework/ListHeaders/lib/Horde/ListHeaders/Object.php
create mode 100644 framework/ListHeaders/package.xml
create mode 100644 framework/ListHeaders/test/Horde/ListHeaders/AllTests.php
create mode 100644 framework/ListHeaders/test/Horde/ListHeaders/ParseTest.php
http://git.horde.org/horde-git/-/commit/dc3fc3963ed2c2a98a4fc32b310ae728da84e10b
-----------------------------------------------------------------------
commit 8066bf7bcec6c1fa278ec67baa9e8411904e8b17
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 17:21:39 2012 -0700
Use Horde_ListHeaders to parse list information in IMP.
imp/compose.php | 6 ++--
imp/lib/Compose.php | 6 ++--
imp/lib/Parse/Listid.php | 63 ----------------------------------
imp/lib/Ui/Message.php | 85 ++++++++++++++++------------------------------
imp/package.xml | 7 ++++
5 files changed, 42 insertions(+), 125 deletions(-)
delete mode 100644 imp/lib/Parse/Listid.php
http://git.horde.org/horde-git/-/commit/8066bf7bcec6c1fa278ec67baa9e8411904e8b17
-----------------------------------------------------------------------
commit a398916baa2eb2143c9ec909df1d2796be0792df
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Feb 27 16:24:17 2012 -0700
[mms] Implement new 2.0 API. See UPGRADING for full details of changes.
framework/Imap_Client/doc/Horde/Imap/Client/TODO | 48 --
framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 183 +++++-
framework/Imap_Client/lib/Horde/Imap/Client.php | 22 +-
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 361 ++++-----
framework/Imap_Client/lib/Horde/Imap/Client/Cache.php | 69 +--
framework/Imap_Client/lib/Horde/Imap/Client/Data/Envelope.php | 64 +--
framework/Imap_Client/lib/Horde/Imap/Client/Data/Fetch.php | 2 -
framework/Imap_Client/lib/Horde/Imap/Client/Exception.php | 8 -
framework/Imap_Client/lib/Horde/Imap/Client/Mailbox.php | 25 +-
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 55 +-
framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 7 +
framework/Imap_Client/lib/Horde/Imap/Client/Utf7imap.php | 4 +-
framework/Imap_Client/lib/Horde/Imap/Client/Utils.php | 2 -
framework/Imap_Client/package.xml | 10 +-
14 files changed, 430 insertions(+), 430 deletions(-)
delete mode 100644 framework/Imap_Client/doc/Horde/Imap/Client/TODO
http://git.horde.org/horde-git/-/commit/a398916baa2eb2143c9ec909df1d2796be0792df
-----------------------------------------------------------------------
commit 7bf64bd6b0dc1583bed9c79817c7c75cc4b66772
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 19:37:21 2012 -0700
Horde_Imap_Client 2.0: IMP
imp/lib/Imap.php | 22 ----------------------
imp/lib/Mailbox/List.php | 10 +++++-----
imp/lib/Ui/Mailbox.php | 5 ++---
imp/lib/Views/ListMessages.php | 2 +-
imp/mailbox-mimp.php | 2 +-
imp/mailbox.php | 2 +-
imp/rss.php | 2 +-
7 files changed, 11 insertions(+), 34 deletions(-)
http://git.horde.org/horde-git/-/commit/7bf64bd6b0dc1583bed9c79817c7c75cc4b66772
-----------------------------------------------------------------------
commit b7830d45b7ae2d3978e51274f78785032e291b36
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 21:27:44 2012 -0700
[mms] Removed charset parameter for Imap and Cyrsql drivers.
framework/Auth/lib/Horde/Auth/Cyrsql.php | 35 +++++++++------------
framework/Auth/lib/Horde/Auth/Imap.php | 49 ++++++++++++-----------------
framework/Auth/package.xml | 23 +++-----------
3 files changed, 40 insertions(+), 67 deletions(-)
http://git.horde.org/horde-git/-/commit/b7830d45b7ae2d3978e51274f78785032e291b36
-----------------------------------------------------------------------
commit 8a52512853817adcd08b8be0ef7d37d64fb1e78e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 21:28:13 2012 -0700
Horde_Auth 2.0: Horde_Core
framework/Core/lib/Horde/Core/Factory/Auth.php | 6 ------
framework/Core/package.xml | 6 +++---
2 files changed, 3 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/8a52512853817adcd08b8be0ef7d37d64fb1e78e
-----------------------------------------------------------------------
commit b3c92756f64ebbf47008a53a7c2ddde6f4adc901
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 21:28:18 2012 -0700
style
imp/lib/Factory/AuthImap.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/b3c92756f64ebbf47008a53a7c2ddde6f4adc901
-----------------------------------------------------------------------
commit 8c850e2c4c89e16147290e6e48855b2a0f181f06
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 21:48:08 2012 -0700
Fix package status.
framework/Core/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/8c850e2c4c89e16147290e6e48855b2a0f181f06
More information about the commits
mailing list