[commits] Horde branch master updated.

Michael M Slusarz slusarz at horde.org
Wed Mar 4 19:46:51 UTC 2009


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

from: 52797d50db111d4100a414e6417e1439a8c7374b

4c4c0dc... Fixes to Cclient_Pop3 driver.
daef388... Fix library name/location
38d33e0... Add support for parsing RFC 2384 URLs.
fa9d808... Fixes to improve POP3 compatibility
5364c6f... New static function to get raw MIME Part text.
ec01426... Fix logic/doc typos

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

commit 4c4c0dcbd4fa52ac3c99af620d9207d1255de65a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Mar 3 13:18:08 2009 -0700

    Fixes to Cclient_Pop3 driver.
    
    Disable caching in POP3 driver.
    Need to check for empty, not isset.
    Add support for delete/undelete.

 framework/Imap_Client/lib/Horde/Imap/Client/Cclient/Pop3.php |   33 +++++++++-
 1 files changed, 30 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cclient/Pop3.php?rt=horde-git&r1=ad47cbd334cfdd51ded4fb25ee33d2c4f38e616d&r2=4c4c0dcbd4fa52ac3c99af620d9207d1255de65a

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

commit daef388dce425fab09936356fcb62971d38e85f3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Mar 3 13:50:55 2009 -0700

    Fix library name/location

 framework/Imap_Client/test/Horde/Imap/test_client.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/test/Horde/Imap/test_client.php?rt=horde-git&r1=2ac50c87a0c468f442324f764bb668e32040636c&r2=daef388dce425fab09936356fcb62971d38e85f3

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

commit 38d33e0698af55e3a52a032d3afa2e3c7279c5cf
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Mar 3 13:51:12 2009 -0700

    Add support for parsing RFC 2384 URLs.

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Utils.php  |   26 ++++++---
 framework/Imap_Client/test/Horde/Imap/test_client.php  |   51 ++++++++++-----
 3 files changed, 53 insertions(+), 26 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=0ae9e6e98ff20cc10984b86d211ac8508c303108&r2=38d33e0698af55e3a52a032d3afa2e3c7279c5cf
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Utils.php?rt=horde-git&r1=20e8526a93be1743232fb5d387a467f3599db091&r2=38d33e0698af55e3a52a032d3afa2e3c7279c5cf
http://git.horde.org/diff.php/framework/Imap_Client/test/Horde/Imap/test_client.php?rt=horde-git&r1=daef388dce425fab09936356fcb62971d38e85f3&r2=38d33e0698af55e3a52a032d3afa2e3c7279c5cf

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

commit fa9d808aed7719bf67ed5f4395ad91adb2c83ce5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Mar 3 15:18:25 2009 -0700

    Fixes to improve POP3 compatibility

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php  |   21 +++++++++++-----
 framework/Imap_Client/test/Horde/Imap/test_client.php |   21 +++++++++++++----
 2 files changed, 30 insertions(+), 12 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=20e8526a93be1743232fb5d387a467f3599db091&r2=fa9d808aed7719bf67ed5f4395ad91adb2c83ce5
http://git.horde.org/diff.php/framework/Imap_Client/test/Horde/Imap/test_client.php?rt=horde-git&r1=38d33e0698af55e3a52a032d3afa2e3c7279c5cf&r2=fa9d808aed7719bf67ed5f4395ad91adb2c83ce5

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

commit 5364c6f7ef2b606f8a0206282a1b8677253e4bfc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Mar 3 19:44:53 2009 -0700

    New static function to get raw MIME Part text.
    
    Replaces splitContents() functionality.
    Allow parseMessage() to return structure info instead of
    Horde_Mime_Part object

 framework/Mime/lib/Horde/Mime/Part.php |  178 +++++++++++++++++++++-----------
 1 files changed, 116 insertions(+), 62 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Part.php?rt=horde-git&r1=6fb756f440631e4363476dadb074a2df7fd14688&r2=5364c6f7ef2b606f8a0206282a1b8677253e4bfc

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

commit ec0142638eab224426a0b6b15b413fc16aa59282
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Mar 3 21:21:28 2009 -0700

    Fix logic/doc typos

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php   |    4 ++--
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=fa9d808aed7719bf67ed5f4395ad91adb2c83ce5&r2=ec0142638eab224426a0b6b15b413fc16aa59282
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=38d33e0698af55e3a52a032d3afa2e3c7279c5cf&r2=ec0142638eab224426a0b6b15b413fc16aa59282




More information about the commits mailing list