Summary | Horde_Imap: Add sslv2 sslv3 options to the "secure" parameter |
Queue | Horde Framework Packages |
Queue Version | FRAMEWORK_4 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | ppadron (at) w3p (dot) com (dot) br |
Created | 09/18/2012 (4650 days ago) |
Due | |
Updated | 10/27/2012 (4611 days ago) |
Assigned | |
Resolved | 09/19/2012 (4649 days ago) |
Milestone | |
Patch | No |
commit e7b809ee55056c15489fd1e6da137f1488c0129f
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Oct 25 01:11:34 2012 -0600
[mms] Allow SSL version to be explicitly chosen via 'secure'
configuration option for POP3 driver (
Request #11435).Conflicts:
framework/Imap_Client/package.xml
.../lib/Horde/Imap/Client/Socket/Pop3.php | 4 +++-
framework/Imap_Client/package.xml | 12 ++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/e7b809ee55056c15489fd1e6da137f1488c0129f
commit d412f394993d5a5322c084ef5413111af9290ecd
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Oct 25 01:11:34 2012 -0600
[mms] Allow SSL version to be explicitly chosen via 'secure'
configuration option for POP3 driver (
Request #11435)..../lib/Horde/Imap/Client/Socket/Pop3.php | 4 +++-
framework/Imap_Client/package.xml | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/d412f394993d5a5322c084ef5413111af9290ecd
commit eb43525cdb3f7f39a99943bd7db0eb0f95c9d2c6
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Sep 19 00:59:32 2012 -0600
[mms] Allow SSL version to be explicitly chosen via 'secure'
configuration option (
Request #11435).Conflicts:
framework/Imap_Client/lib/Horde/Imap/Client.php
framework/Imap_Client/package.xml
.../Imap_Client/lib/Horde/Imap/Client/Base.php | 4 +++-
.../Imap_Client/lib/Horde/Imap/Client/Socket.php | 4 +++-
framework/Imap_Client/package.xml | 13 +++++++++++++
3 files changed, 19 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/eb43525cdb3f7f39a99943bd7db0eb0f95c9d2c6
Version ⇒ FRAMEWORK_4
Type ⇒ Enhancement
Priority ⇒ 1. Low
State ⇒ Resolved
commit eb43525cdb3f7f39a99943bd7db0eb0f95c9d2c6
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Sep 19 00:59:32 2012 -0600
[mms] Allow SSL version to be explicitly chosen via 'secure'
configuration option (
Request #11435).Conflicts:
framework/Imap_Client/lib/Horde/Imap/Client.php
framework/Imap_Client/package.xml
.../Imap_Client/lib/Horde/Imap/Client/Base.php | 4 +++-
.../Imap_Client/lib/Horde/Imap/Client/Socket.php | 4 +++-
framework/Imap_Client/package.xml | 13 +++++++++++++
3 files changed, 19 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/eb43525cdb3f7f39a99943bd7db0eb0f95c9d2c6
commit 172c917ac30d8ead6797e3652e10c60cc717cffc
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Sep 19 00:59:32 2012 -0600
[mms] Allow SSL version to be explicitly chosen via 'secure'
configuration option (
Request #11435).framework/Imap_Client/lib/Horde/Imap/Client.php | 4 +++-
.../Imap_Client/lib/Horde/Imap/Client/Socket.php | 4 +++-
framework/Imap_Client/package.xml | 4 ++--
3 files changed, 8 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/172c917ac30d8ead6797e3652e10c60cc717cffc
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Horde_Imap: Add sslv2 sslv3 options to the "secure" parameter
Type ⇒ Bug
server. I encountered this issue when connecting to a Brazilian email
provider (bol.com.br).
See: https://bugs.php.net/bug.php?id=29296
I created a pull request for this at github:
https://github.com/horde/horde/pull/18