PHP Classes

TLS

Recommend this page to a friend!

      POP3 e-mail client  >  All threads  >  TLS  >  (Un) Subscribe thread alerts  
Subject:TLS
Summary:TLS version
Messages:4
Author:edu
Date:2023-04-24 12:29:33
 

  1. TLS   Reply   Report abuse  
Picture of edu edu - 2023-04-24 12:29:33
Hi!
Does the last version support TLS 1.2 or higher?
Thanks

  2. Re: TLS   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2023-04-24 22:17:06 - In reply to message 1 from edu
Hello Edu,

Yes it supports TLS. Just set the tls variable to true.

Would you like to see an example script?

  3. Re: TLS   Reply   Report abuse  
Picture of edu edu - 2023-04-25 08:28:02 - In reply to message 2 from Manuel Lemos
Hi Manuel,

Thanks for the reply. I donīt really need an example since I have a script running 3 years ago with TLS encryption.

The thing is that recently, my email provider told me I need to access via TLS 1.2 or higher. He tells I am accessing with TLS 1.0 or 1.1 currently.

So you say the class connects using TLS 1.2 or higher right?

Thanks,
Edu

  4. Re: TLS   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2023-04-26 10:51:05 - In reply to message 3 from edu
Hello Edu,

The class uses the default TLS version provided by OpenSSL.

I may change the package to use a specific TLS version using stream_socket_enable_crypto function. I am not sure if this will work for the POP3 protocol.

Would it be possible to provide access to a POP3 server account that I can use to test the change?