[commits] Horde branch develop updated. daa66bb072b07d43228cda2946a8a5912f1c1d25

Michael M Slusarz slusarz at horde.org
Tue Feb 7 06:18:25 UTC 2012


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

from: 033d06cc79c82c07f0bbde2618bf3d30afe9ee04

c82e0ac Nobody wants to read documentation, so provide examples
381b96d userId empty is an expected occurrence
7c375fc Tweak phpdoc
f87b4e1 Add string representations of objects
ede5677 Use _tokenToString()
fb657f8 [mms] Support Horde_Mail_Rfc822_Address objects.
edad15e [mms] Envelope address data now returned as Horde_Mail_Rfc822_Address objects.
7e4ddfe Add TODO
ae18f1e Add UPGRADING
4e2f53f Add shortcuts to get MIME [de|en]coded values
d339618 [mms] Correctly support RFC 822 groups in envelope data.
daa66bb Merge branch 'master' into develop

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

commit c82e0acf26479288998094a0c424a3778f3bd8da
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 6 17:55:09 2012 -0700

    Nobody wants to read documentation, so provide examples

 imp/config/hooks.php.dist |   31 ++++++++++++++++++++++++++++++-
 1 files changed, 30 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/c82e0acf26479288998094a0c424a3778f3bd8da

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

commit 381b96d1d23e0e60e9a8faa9bd75c5e4c28471c9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 6 17:57:35 2012 -0700

    userId empty is an expected occurrence

 horde/config/hooks.php.dist |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/381b96d1d23e0e60e9a8faa9bd75c5e4c28471c9

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

commit 7c375fc0b430e9318b34792cc70c909661ee1af1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 6 20:48:56 2012 -0700

    Tweak phpdoc
    
    Better changelog entry
    These objects themselves were not available until 1.1.0

 framework/Mail/lib/Horde/Mail/Rfc822/Address.php |    5 ++---
 framework/Mail/lib/Horde/Mail/Rfc822/Group.php   |    4 ++--
 framework/Mail/package.xml                       |    6 ++----
 3 files changed, 6 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/7c375fc0b430e9318b34792cc70c909661ee1af1

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

commit f87b4e15e57c61a52eefb78db570b69da1e2a0bf
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 6 20:52:05 2012 -0700

    Add string representations of objects

 framework/Mail/lib/Horde/Mail/Rfc822/Address.php |   10 ++++++++++
 framework/Mail/lib/Horde/Mail/Rfc822/Group.php   |   10 ++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/f87b4e15e57c61a52eefb78db570b69da1e2a0bf

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

commit ede56771664308382427bff416f2ecb756650a08
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 6 21:11:15 2012 -0700

    Use _tokenToString()

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

http://git.horde.org/horde-git/-/commit/ede56771664308382427bff416f2ecb756650a08

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

commit fb657f8d873df2a82911a20634bbea725f4e4015
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 6 21:43:41 2012 -0700

    [mms] Support Horde_Mail_Rfc822_Address objects.
    
    There is one place internally we need to check for object vs. array
    
    This will only happen if Rfc822 objects are being used.  So this means
    that once these objects become available, we need to guarantee that
    Horde_Mime can correctly handle this - thus we need to bump Mime version
    dependency in Mail.

 framework/Mail/package.xml                |    2 +-
 framework/Mime/lib/Horde/Mime/Address.php |   14 +++++++++-----
 framework/Mime/package.xml                |    3 ++-
 3 files changed, 12 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/fb657f8d873df2a82911a20634bbea725f4e4015

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

commit edad15e2857d34feff15c94bb0f1e17b8b3a023b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 6 21:47:02 2012 -0700

    [mms] Envelope address data now returned as Horde_Mail_Rfc822_Address objects.

 framework/Imap_Client/doc/Horde/Imap/Client/TODO              |    5 +
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING         |    9 ++
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Envelope.php |   29 ++----
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php        |   46 +++-----
 framework/Imap_Client/package.xml                             |    9 ++
 5 files changed, 51 insertions(+), 47 deletions(-)

http://git.horde.org/horde-git/-/commit/edad15e2857d34feff15c94bb0f1e17b8b3a023b

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

commit 7e4ddfe0648cd82121a339b275a0bb643ee5495a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 6 23:00:03 2012 -0700

    Add TODO

 framework/Mail/doc/Horde/Mail/TODO |   12 ++++++++++++
 framework/Mail/package.xml         |    8 +++++---
 2 files changed, 17 insertions(+), 3 deletions(-)
 create mode 100644 framework/Mail/doc/Horde/Mail/TODO

http://git.horde.org/horde-git/-/commit/7e4ddfe0648cd82121a339b275a0bb643ee5495a

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

commit ae18f1ef61d24c47f4b7b30e2f18dd5f82ce9129
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 6 23:07:41 2012 -0700

    Add UPGRADING

 framework/Mail/doc/Horde/Mail/UPGRADING |   44 +++++++++++++++++++++++++++++++
 framework/Mail/package.xml              |    4 ++-
 2 files changed, 47 insertions(+), 1 deletions(-)
 create mode 100644 framework/Mail/doc/Horde/Mail/UPGRADING

http://git.horde.org/horde-git/-/commit/ae18f1ef61d24c47f4b7b30e2f18dd5f82ce9129

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

commit 4e2f53fc294d38adf34f88b5d69a17fb90052b8d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 6 23:08:01 2012 -0700

    Add shortcuts to get MIME [de|en]coded values

 framework/Mail/lib/Horde/Mail/Rfc822/Address.php |    7 +++++++
 framework/Mail/lib/Horde/Mail/Rfc822/Group.php   |   17 +++++++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/4e2f53fc294d38adf34f88b5d69a17fb90052b8d

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

commit d3396184e2fcd7b2bff852552ac384ae3d0db031
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 6 23:15:28 2012 -0700

    [mms] Correctly support RFC 822 groups in envelope data.

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING         |   12 ++-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Envelope.php |   37 +++++++-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php        |   43 ++++++--
 framework/Imap_Client/package.xml                             |   10 +-
 4 files changed, 80 insertions(+), 22 deletions(-)

http://git.horde.org/horde-git/-/commit/d3396184e2fcd7b2bff852552ac384ae3d0db031

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

commit daa66bb072b07d43228cda2946a8a5912f1c1d25
Merge: 033d06c d339618
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 6 23:17:51 2012 -0700

    Merge branch 'master' into develop

 framework/Imap_Client/doc/Horde/Imap/Client/TODO              |    5 +
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING         |   15 ++
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Envelope.php |   64 +++++---
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php        |   74 +++++----
 framework/Imap_Client/package.xml                             |   19 ++-
 framework/Mail/doc/Horde/Mail/TODO                            |   12 ++
 framework/Mail/doc/Horde/Mail/UPGRADING                       |   44 +++++
 framework/Mail/lib/Horde/Mail/Rfc822/Address.php              |   22 ++-
 framework/Mail/lib/Horde/Mail/Rfc822/Group.php                |   31 ++++-
 framework/Mail/package.xml                                    |   18 +-
 framework/Mime/lib/Horde/Mime/Address.php                     |   14 +-
 framework/Mime/package.xml                                    |    3 +-
 horde/config/hooks.php.dist                                   |    3 +-
 imp/config/hooks.php.dist                                     |   31 ++++-
 14 files changed, 276 insertions(+), 79 deletions(-)

http://git.horde.org/horde-git/-/commit/daa66bb072b07d43228cda2946a8a5912f1c1d25




More information about the commits mailing list