The branch "master" has been updated. The following is a summary of the commits.
from: d01290558e1d67daedbc62d0dcbe954cbe61f8a0 14c4c3c Move response text parsing to Horde_Imap_Client_Base 19fff50 Support response code for POP3 servers (RFC 2449/3206) af37ecc Handle response codes/errors returned from POP3 servers 40173bb Bug #10125: Fix sending messages with linked attachments 6368755 Bug #10134: Fix undefined error 47d9914 Bug #10140: Make sure foreach() variable is an array ----------------------------------------------------------------------- commit 14c4c3ca863d13dcce169a90e2e1500b4002485a Author: Michael M Slusarz <[email protected]> Date: Wed May 25 16:22:51 2011 -0600 Move response text parsing to Horde_Imap_Client_Base framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 32 +++++++ framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 69 +++++++--------- 2 files changed, 62 insertions(+), 39 deletions(-) http://git.horde.org/horde-git/-/commit/14c4c3ca863d13dcce169a90e2e1500b4002485a ----------------------------------------------------------------------- commit 19fff5064c070fc4538ddaf9ab12cd649060f3f8 Author: Michael M Slusarz <[email protected]> Date: Wed May 25 16:43:29 2011 -0600 Support response code for POP3 servers (RFC 2449/3206) framework/Imap_Client/lib/Horde/Imap/Client/Exception.php | 10 ++ framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 56 ++++++++--- framework/Imap_Client/package.xml | 5 +- 3 files changed, 56 insertions(+), 15 deletions(-) http://git.horde.org/horde-git/-/commit/19fff5064c070fc4538ddaf9ab12cd649060f3f8 ----------------------------------------------------------------------- commit af37ecc5f26970291b57867c42599660c65a1655 Author: Michael M Slusarz <[email protected]> Date: Wed May 25 16:46:30 2011 -0600 Handle response codes/errors returned from POP3 servers imp/docs/CHANGES | 1 + imp/docs/RFCS | 1 + imp/lib/Imap.php | 2 ++ imp/package.xml | 3 ++- 4 files changed, 6 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/af37ecc5f26970291b57867c42599660c65a1655 ----------------------------------------------------------------------- commit 40173bbc08a806d04091798c47fae8aac04e13fb Author: Michael M Slusarz <[email protected]> Date: Thu May 26 10:16:20 2011 -0600 Bug #10125: Fix sending messages with linked attachments imp/docs/CHANGES | 1 + imp/lib/Compose.php | 2 +- imp/package.xml | 10 +++++++--- 3 files changed, 9 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/40173bbc08a806d04091798c47fae8aac04e13fb ----------------------------------------------------------------------- commit 6368755b9b21514960bbb6c2a04eaf3456b008b7 Author: Michael M Slusarz <[email protected]> Date: Thu May 26 10:24:09 2011 -0600 Bug #10134: Fix undefined error imp/lib/Mime/Viewer/Smime.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/6368755b9b21514960bbb6c2a04eaf3456b008b7 ----------------------------------------------------------------------- commit 47d99142a0940e2c1aa5d48f039787a8849d756c Author: Michael M Slusarz <[email protected]> Date: Thu May 26 10:27:09 2011 -0600 Bug #10140: Make sure foreach() variable is an array imp/lib/Mime/Viewer/Related.php | 44 ++++++++++++++++++++------------------ 1 files changed, 23 insertions(+), 21 deletions(-) http://git.horde.org/horde-git/-/commit/47d99142a0940e2c1aa5d48f039787a8849d756c __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
