[commits] Horde branch master updated. 6d09e5a4cff91180789155a863ef6e65d9ff7864

Michael M Slusarz slusarz at horde.org
Mon Apr 26 07:36:24 UTC 2010


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

from: 29fb8ed473fb2b34bf1a3af31e34f089b5a6d359

5476e2b This function should return the result. That would be useful
be50882 Fixes to IMAP CATENATE code
719a021 Add date-time IMAP output format
f9d659b Ignore \RECENT flag when doing an append
3aee6ad Fix Content-Disposition header output when building MIME data.
6d09e5a Request #8092: Use CATENATE (RFC 4469) to strip MIME parts

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

commit 5476e2b1969cefa17ce21bff731bd65aef26992c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Apr 26 00:24:28 2010 -0600

    This function should return the result. That would be useful

 framework/Imap_Client/lib/Horde/Imap/Client/DateTime.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/DateTime.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=5476e2b1969cefa17ce21bff731bd65aef26992c

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

commit be508824f403e389b03f7eb461206c6b9b2a451a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Apr 26 01:03:18 2010 -0600

    Fixes to IMAP CATENATE code

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |   37 ++++++++++--------
 framework/Imap_Client/package.xml                    |    4 --
 2 files changed, 21 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=a83fc6c20fce54c2d398da3a6cd7a510e6e54e59&r2=be508824f403e389b03f7eb461206c6b9b2a451a
http://git.horde.org/diff.php/framework/Imap_Client/package.xml?rt=horde-git&r1=a83fc6c20fce54c2d398da3a6cd7a510e6e54e59&r2=be508824f403e389b03f7eb461206c6b9b2a451a

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

commit 719a021de596cc93273118f4082a0c9611314a1b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Apr 26 01:15:17 2010 -0600

    Add date-time IMAP output format

 framework/Imap_Client/lib/Horde/Imap/Client.php        |   11 ++++++-----
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php   |    4 ++++
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |    5 ++++-
 3 files changed, 14 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client.php?rt=horde-git&r1=6cb22c2a06e3a627b2a66c7ef859c76b1091dd1e&r2=719a021de596cc93273118f4082a0c9611314a1b
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=be508824f403e389b03f7eb461206c6b9b2a451a&r2=719a021de596cc93273118f4082a0c9611314a1b
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=a83fc6c20fce54c2d398da3a6cd7a510e6e54e59&r2=719a021de596cc93273118f4082a0c9611314a1b

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

commit f9d659bb96dbbe3bca6e0f9382a7e1c4a6276c13
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Apr 26 01:19:11 2010 -0600

    Ignore \RECENT flag when doing an append

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=719a021de596cc93273118f4082a0c9611314a1b&r2=f9d659bb96dbbe3bca6e0f9382a7e1c4a6276c13

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

commit 3aee6add82e1e4ea8cb205dc953afdc4cffd5770
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Apr 26 01:23:19 2010 -0600

    Fix Content-Disposition header output when building MIME data.

 framework/Mime/lib/Horde/Mime/Part.php |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Part.php?rt=horde-git&r1=c304a670c22d6132c401bdc70c962276ab46333f&r2=3aee6add82e1e4ea8cb205dc953afdc4cffd5770

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

commit 6d09e5a4cff91180789155a863ef6e65d9ff7864
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Apr 26 01:36:28 2010 -0600

    Request #8092: Use CATENATE (RFC 4469) to strip MIME parts
    
    Even if IMAP server doesn't support CATENATE, use the same process to
    build the message data as with CATENATE - by defining the parts on the
    server using IMAP URLs.

 imp/docs/CHANGES    |    2 +
 imp/docs/RFCS       |    1 +
 imp/lib/Message.php |  125 ++++++++++++++++++++++++++++++++-------------------
 imp/message.php     |    1 +
 4 files changed, 83 insertions(+), 46 deletions(-)

http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=a1d3bb1a9c45b10fb08c741b075aa02da2c8e561&r2=6d09e5a4cff91180789155a863ef6e65d9ff7864
http://git.horde.org/diff.php/imp/docs/RFCS?rt=horde-git&r1=0268b57d8b60efcb8f57929b68669a5c949347d2&r2=6d09e5a4cff91180789155a863ef6e65d9ff7864
http://git.horde.org/diff.php/imp/lib/Message.php?rt=horde-git&r1=b852ce0f8affdeb57cc473ba287b65d16d382fc0&r2=6d09e5a4cff91180789155a863ef6e65d9ff7864
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=e757952b380548678ba622fe18949030296b3c83&r2=6d09e5a4cff91180789155a863ef6e65d9ff7864




More information about the commits mailing list