[commits] Horde branch develop updated. e19d08e54c3efe413651b6e27af09d627cc7c65c
Michael M Slusarz
slusarz at horde.org
Fri Mar 2 06:46:54 UTC 2012
The branch "develop" has been updated.
The following is a summary of the commits.
from: 8c850e2c4c89e16147290e6e48855b2a0f181f06
935c48d simplify
fd6007d Add unit tests
deb0c15 Horde_Mime::encode() parameters have changes
2e35235 Remove second parameter to Horde_Mime::decode()
3a531e8 encode
b9e8a25 Make charset param to encodeParam() optional
d4bc13d Remove charset parameter to decodeParam()
e19d08e Cleanup for some Horde_Mime_Headers methods
-----------------------------------------------------------------------
commit 935c48daeeee5f5a8a9c4cc70951ae0ee9c9ae4e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 22:54:25 2012 -0700
simplify
framework/Mime/lib/Horde/Mime/Headers.php | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/935c48daeeee5f5a8a9c4cc70951ae0ee9c9ae4e
-----------------------------------------------------------------------
commit fd6007db92576a1823bc20568b16e07d6aa63672
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 23:01:26 2012 -0700
Add unit tests
framework/Mail/test/Horde/Mail/ObjectTest.php | 6 +++++-
framework/Mime/test/Horde/Mime/HeadersTest.php | 16 ++++++++++++++++
2 files changed, 21 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/fd6007db92576a1823bc20568b16e07d6aa63672
-----------------------------------------------------------------------
commit deb0c15e6ce11a2a3ea594c9bb4b938915a365d2
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 23:18:24 2012 -0700
Horde_Mime::encode() parameters have changes
framework/Mail/lib/Horde/Mail/Rfc822/Address.php | 2 +-
framework/Mail/lib/Horde/Mail/Rfc822/Group.php | 4 ++--
framework/Mime/doc/Horde/Mime/UPGRADING | 11 +++++++++--
framework/Mime/lib/Horde/Mime.php | 20 ++++++++++----------
framework/Mime/lib/Horde/Mime/Headers.php | 8 ++++----
framework/Serialize/lib/Horde/Serialize.php | 2 +-
ingo/lib/Script/Maildrop/Recipe.php | 2 +-
ingo/lib/Script/Procmail/Recipe.php | 4 ++--
ingo/lib/Script/Sieve/Action/Vacation.php | 2 +-
9 files changed, 31 insertions(+), 24 deletions(-)
http://git.horde.org/horde-git/-/commit/deb0c15e6ce11a2a3ea594c9bb4b938915a365d2
-----------------------------------------------------------------------
commit 2e352358f8585142782673cd5519d7c8d8b6785f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 23:17:39 2012 -0700
Remove second parameter to Horde_Mime::decode()
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 2 +-
framework/Imap_Client/lib/Horde/Imap/Client/Utils.php | 4 +-
.../Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Cclient.php | 2 +-
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Rcube.php | 2 +-
framework/Mail/lib/Horde/Mail/Rfc822/Address.php | 2 +-
framework/Mail/lib/Horde/Mail/Rfc822/Group.php | 2 +-
framework/Mime/doc/Horde/Mime/UPGRADING | 4 +
framework/Mime/lib/Horde/Mime.php | 16 ++---
framework/Mime/lib/Horde/Mime/Headers.php | 2 +-
framework/Mime/test/Horde/Mime/MimeTest.php | 4 +-
framework/Serialize/lib/Horde/Serialize.php | 2 +-
imp/compose.php | 2 +-
imp/lib/Ajax/Application.php | 2 +-
ingo/lib/Script/Imap.php | 6 +-
14 files changed, 27 insertions(+), 25 deletions(-)
http://git.horde.org/horde-git/-/commit/2e352358f8585142782673cd5519d7c8d8b6785f
-----------------------------------------------------------------------
commit 3a531e84bf588ee9cef143c3459693660d514614
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 23:23:47 2012 -0700
encode
framework/Mime/lib/Horde/Mime.php | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/3a531e84bf588ee9cef143c3459693660d514614
-----------------------------------------------------------------------
commit b9e8a25249e9c8a5f086f39111ed4714bde8ea37
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 23:28:46 2012 -0700
Make charset param to encodeParam() optional
framework/Mime/doc/Horde/Mime/UPGRADING | 5 +++++
framework/Mime/lib/Horde/Mime.php | 17 ++++++++++++-----
framework/Mime/lib/Horde/Mime/Headers.php | 4 ++--
framework/Mime/test/Horde/Mime/MimeTest.php | 4 ++--
4 files changed, 21 insertions(+), 9 deletions(-)
http://git.horde.org/horde-git/-/commit/b9e8a25249e9c8a5f086f39111ed4714bde8ea37
-----------------------------------------------------------------------
commit d4bc13dac8d48fa65784a3d6403cd8ee63330fac
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 23:33:30 2012 -0700
Remove charset parameter to decodeParam()
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 2 +-
.../Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Cclient.php | 4 +-
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Pear.php | 4 +-
framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Rcube.php | 2 +-
framework/Mime/doc/Horde/Mime/UPGRADING | 20 ++++-
framework/Mime/lib/Horde/Mime.php | 10 +-
framework/Mime/lib/Horde/Mime/Headers.php | 4 +-
imp/lib/Compose.php | 2 +-
imp/view.php | 4 +-
9 files changed, 32 insertions(+), 20 deletions(-)
http://git.horde.org/horde-git/-/commit/d4bc13dac8d48fa65784a3d6403cd8ee63330fac
-----------------------------------------------------------------------
commit e19d08e54c3efe413651b6e27af09d627cc7c65c
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Mar 1 23:46:05 2012 -0700
Cleanup for some Horde_Mime_Headers methods
framework/Mime/doc/Horde/Mime/UPGRADING | 14 +++++++
framework/Mime/lib/Horde/Mime/Headers.php | 54 ++++------------------------
2 files changed, 22 insertions(+), 46 deletions(-)
http://git.horde.org/horde-git/-/commit/e19d08e54c3efe413651b6e27af09d627cc7c65c
More information about the commits
mailing list