mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-28 11:05:02 +02:00
@@ -122,7 +122,7 @@ class Zend_Mail_Protocol_Pop3
|
||||
|
||||
if ($ssl === 'TLS') {
|
||||
$this->request('STLS');
|
||||
$result = stream_socket_enable_crypto($this->_socket, true, STREAM_CRYPTO_METHOD_TLS_CLIENT);
|
||||
$result = stream_socket_enable_crypto($this->_socket, true, STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT);
|
||||
if (!$result) {
|
||||
/**
|
||||
* @see Zend_Mail_Protocol_Exception
|
||||
|
Reference in New Issue
Block a user