[commits] Horde branch develop updated. 98a78cabf9060d549279e300d62a06431f36ae74

Michael M Slusarz slusarz at horde.org
Mon Feb 27 03:35:12 UTC 2012


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

from: c5b94a3f7859c0d3a283fc1a8e158879c9c179d6

7af72ce Throw Exception if there is not at least one recipient.
6704806 Add _normalizeEOL()
55d5e9f Normalize header EOLs; useful if PHP_EOL is incorrect
4d91ba2 [mms] Don't add personal part to e-mail address if it is identical to the address itself.
b5de689 [mms] Fix 'vanished' return from fetch().
1e9a4b7 Silence error when calling levenshtein()
c675f27 Fix _getBareEmail()
417bf4a phpdoc
b9ad388 Indicate some deprecated parameters
dbe9252 [mms] Add Horde_Mail_Rfc822#encode().
45d0cbd [mms] First argument to Horde_Mail_Rfc822#parseAddressList() can now be an array of addresses.
1372cf7 [mms] Add optional arguments to the Horde_Mail_Rfc822_Group constructor.
52cb3e4 [mms] The address and group objects now extend the base Horde_Mail_Rfc822_Object class.
4c98098 Writing a group address is now self-contained in Group object.
1f77d8a [mms] Add optional arguments to the Horde_Mail_Rfc822_Group constructor.
3f0dd13 Writing an address is now self-contained in Address object.
e1da49a [mms] Added Horde_Mail_Rfc822#trimAddress().
ba64aff Update package list
3c8d732 Add Edit As New to Forward menu in dynamic view
b60dfa7 [mms] Fix accessing STATUS information for mailboxes with non 7-bit characters.
98a78ca Merge branch 'master' into develop

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

commit 7af72ce6c451b012d9591b009a2e6b503f7a93c7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 22 12:47:19 2012 -0700

    Throw Exception if there is not at least one recipient.

 imp/lib/Compose.php |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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

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

commit 6704806748c48246b2aedb2b3d8b7458ba1435d5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 22 19:25:39 2012 -0700

    Add _normalizeEOL()

 framework/Mail/lib/Horde/Mail/Transport.php          |   16 ++++++++++++++++
 framework/Mail/lib/Horde/Mail/Transport/Mail.php     |    2 +-
 framework/Mail/lib/Horde/Mail/Transport/Mock.php     |    2 +-
 framework/Mail/lib/Horde/Mail/Transport/Sendmail.php |    2 +-
 4 files changed, 19 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/6704806748c48246b2aedb2b3d8b7458ba1435d5

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

commit 55d5e9fe948aa4cf667722fc4b4324222312651f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 22 19:26:07 2012 -0700

    Normalize header EOLs; useful if PHP_EOL is incorrect

 framework/Mail/lib/Horde/Mail/Transport.php |    6 +++---
 framework/Mail/package.xml                  |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/55d5e9fe948aa4cf667722fc4b4324222312651f

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

commit 4d91ba2d2d1365504bfa9842a171bef1f0178b0b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Feb 22 20:12:35 2012 -0700

    [mms] Don't add personal part to e-mail address if it is identical to the address itself.

 framework/Mime/lib/Horde/Mime/Address.php |   16 ++++------------
 framework/Mime/package.xml                |    4 ++--
 2 files changed, 6 insertions(+), 14 deletions(-)

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

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

commit b5de68936d2bbf7d6348efbb58a79ef1c9602861
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 23 00:49:34 2012 -0700

    [mms] Fix 'vanished' return from fetch().

 framework/Imap_Client/doc/Horde/Imap/Client/TODO       |    4 +++-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   14 ++++++++++++--
 framework/Imap_Client/package.xml                      |    4 ++--
 3 files changed, 17 insertions(+), 5 deletions(-)

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

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

commit 1e9a4b76664ff0b72697ac03fae54c59e1ec9b1a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 23 10:55:37 2012 -0700

    Silence error when calling levenshtein()
    
    Strings are limited to 255 characters.  Convenient that the PHP
    documentation doesn't mention that an E_WARNING is thrown.

 imp/lib/Compose.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/1e9a4b76664ff0b72697ac03fae54c59e1ec9b1a

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

commit c675f2701d931a47cf7dff96fb466af02058ad41
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 23 12:15:14 2012 -0700

    Fix _getBareEmail()

 turba/data.php |   28 ++++++----------------------
 1 files changed, 6 insertions(+), 22 deletions(-)

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

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

commit 417bf4aecf07680987dfb1724f42cd929e6a9ed4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 23 15:45:44 2012 -0700

    phpdoc

 framework/Imap_Client/lib/Horde/Imap/Client/Fetch/Query.php |    2 +-
 framework/Mail/lib/Horde/Mail/Rfc822.php                    |    4 ++--
 framework/Mail/lib/Horde/Mail/Rfc822/Group.php              |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/417bf4aecf07680987dfb1724f42cd929e6a9ed4

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

commit b9ad388160367914692af4f8e2530cdc5e2949d2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 23 16:13:21 2012 -0700

    Indicate some deprecated parameters

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

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

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

commit dbe9252eb458832589595efc16ebd95054647148
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 23 23:02:59 2012 -0700

    [mms] Add Horde_Mail_Rfc822#encode().

 framework/Mail/doc/Horde/Mail/UPGRADING  |   13 +++++++-
 framework/Mail/lib/Horde/Mail/Rfc822.php |   45 ++++++++++++++++++++++++++++++
 framework/Mail/package.xml               |   10 ++++--
 3 files changed, 62 insertions(+), 6 deletions(-)

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

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

commit 45d0cbd80410d9e4a563d85b4b262efe23e29f54
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 23 23:21:16 2012 -0700

    [mms] First argument to Horde_Mail_Rfc822#parseAddressList() can now be an array of addresses.

 framework/Mail/doc/Horde/Mail/UPGRADING  |    7 +++++++
 framework/Mail/lib/Horde/Mail/Rfc822.php |   12 +++++++++++-
 framework/Mail/package.xml               |    2 ++
 3 files changed, 20 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/45d0cbd80410d9e4a563d85b4b262efe23e29f54

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

commit 1372cf779bad0501bad9874ffa76eb2374b6463d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 23 23:27:49 2012 -0700

    [mms] Add optional arguments to the Horde_Mail_Rfc822_Group constructor.

 framework/Mail/doc/Horde/Mail/UPGRADING        |    6 ++++++
 framework/Mail/lib/Horde/Mail/Rfc822/Group.php |   24 ++++++++++++++++++++++++
 framework/Mail/package.xml                     |    2 ++
 3 files changed, 32 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/1372cf779bad0501bad9874ffa76eb2374b6463d

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

commit 52cb3e4d3a2018cf60051006c9c87dbdb9bc58cd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 23 23:39:18 2012 -0700

    [mms] The address and group objects now extend the base Horde_Mail_Rfc822_Object class.
    
    [mms] Horde_Mail_Rfc822#parseAddressList() now accepts Horde_Mail_Rfc822_Objects within the first argument.

 framework/Mail/doc/Horde/Mail/UPGRADING          |   13 +++++++-
 framework/Mail/lib/Horde/Mail/Rfc822.php         |   31 +++++++++++------
 framework/Mail/lib/Horde/Mail/Rfc822/Address.php |   12 +------
 framework/Mail/lib/Horde/Mail/Rfc822/Group.php   |   12 +------
 framework/Mail/lib/Horde/Mail/Rfc822/Object.php  |   38 ++++++++++++++++++++++
 framework/Mail/package.xml                       |    4 ++
 6 files changed, 76 insertions(+), 34 deletions(-)
 create mode 100644 framework/Mail/lib/Horde/Mail/Rfc822/Object.php

http://git.horde.org/horde-git/-/commit/52cb3e4d3a2018cf60051006c9c87dbdb9bc58cd

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

commit 4c98098efae7b71c71ab107e7e426750f55e9635
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 23 23:10:06 2012 -0700

    Writing a group address is now self-contained in Group object.
    
    This is the replacement for Horde_Mime_Address::writeGroupAddress().

 framework/Mail/lib/Horde/Mail/Rfc822/Group.php |   12 +++++--
 framework/Mail/test/Horde/Mail/GroupTest.php   |   44 ++++++++++++++++++++++++
 2 files changed, 53 insertions(+), 3 deletions(-)
 create mode 100644 framework/Mail/test/Horde/Mail/GroupTest.php

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

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

commit 1f77d8afa43cbacbc837fc15975e10dab8ef293f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Feb 24 00:01:16 2012 -0700

    [mms] Add optional arguments to the Horde_Mail_Rfc822_Group constructor.

 framework/Mail/doc/Horde/Mail/UPGRADING          |    4 +++
 framework/Mail/lib/Horde/Mail/Rfc822/Address.php |   24 ++++++++++++++++++++++
 framework/Mail/package.xml                       |    2 +
 framework/Mail/test/Horde/Mail/ObjectTest.php    |   22 ++++++++++++++++++++
 4 files changed, 52 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/1f77d8afa43cbacbc837fc15975e10dab8ef293f

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

commit 3f0dd13ff391b7bd46e29f94aaaa52e17177a4d5
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Feb 24 00:08:27 2012 -0700

    Writing an address is now self-contained in Address object.
    
    This is the replacement for Horde_Mime_Address::writeAddress().

 framework/Mail/lib/Horde/Mail/Rfc822/Address.php |   43 +++++++++++++++++-----
 1 files changed, 33 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/3f0dd13ff391b7bd46e29f94aaaa52e17177a4d5

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

commit e1da49a09996a648ff9ed6262ef35f6ee1a6bb32
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Feb 24 00:11:43 2012 -0700

    [mms] Added Horde_Mail_Rfc822#trimAddress().

 framework/Mail/doc/Horde/Mail/UPGRADING  |    1 +
 framework/Mail/lib/Horde/Mail/Rfc822.php |   19 +++++++++++++++++++
 framework/Mail/package.xml               |    2 ++
 3 files changed, 22 insertions(+), 0 deletions(-)

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

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

commit ba64afff0fc36543647ebbc8112c23f986e426d9
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Feb 24 01:54:47 2012 -0700

    Update package list

 framework/Mail/package.xml |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

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

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

commit 3c8d7329f832e2ed4bd803d879c1076afbd14423
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Feb 24 02:00:15 2012 -0700

    Add Edit As New to Forward menu in dynamic view

 imp/js/dimpbase.js           |    1 +
 imp/templates/dimp/index.inc |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/3c8d7329f832e2ed4bd803d879c1076afbd14423

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

commit b60dfa7771a82128f8e65b706d01780191ed9cdb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Feb 26 20:27:48 2012 -0700

    [mms] Fix accessing STATUS information for mailboxes with non 7-bit characters.

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

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

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

commit 98a78cabf9060d549279e300d62a06431f36ae74
Merge: c5b94a3 b60dfa7
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Feb 26 20:34:55 2012 -0700

    Merge branch 'master' into develop
    
    Conflicts:
    	imp/templates/dimp/index.inc

 framework/Imap_Client/doc/Horde/Imap/Client/TODO            |    6 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php        |    3 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Fetch/Query.php |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php      |   16 ++-
 framework/Imap_Client/package.xml                           |    6 +-
 framework/Mail/doc/Horde/Mail/UPGRADING                     |   42 +++++-
 framework/Mail/lib/Horde/Mail/Rfc822.php                    |   97 ++++++++++-
 framework/Mail/lib/Horde/Mail/Rfc822/Address.php            |   79 ++++++---
 framework/Mail/lib/Horde/Mail/Rfc822/Group.php              |   40 ++++-
 framework/Mail/lib/Horde/Mail/Rfc822/Object.php             |   38 ++++
 framework/Mail/lib/Horde/Mail/Transport.php                 |   22 ++-
 framework/Mail/lib/Horde/Mail/Transport/Mail.php            |    2 +-
 framework/Mail/lib/Horde/Mail/Transport/Mock.php            |    2 +-
 framework/Mail/lib/Horde/Mail/Transport/Sendmail.php        |    2 +-
 framework/Mail/package.xml                                  |   36 +++-
 framework/Mail/test/Horde/Mail/GroupTest.php                |   44 +++++
 framework/Mail/test/Horde/Mail/ObjectTest.php               |   22 +++
 framework/Mime/lib/Horde/Mime/Address.php                   |   16 +--
 framework/Mime/package.xml                                  |    4 +-
 imp/js/dimpbase.js                                          |    1 +
 imp/lib/Compose.php                                         |    6 +-
 turba/data.php                                              |   28 +---
 22 files changed, 414 insertions(+), 100 deletions(-)

http://git.horde.org/horde-git/-/commit/98a78cabf9060d549279e300d62a06431f36ae74




More information about the commits mailing list