ruby / net-pop

This library provides functionality for retrieving email via POP3, the Post Office Protocol version 3. For details of POP3
BSD 2-Clause "Simplified" License
20 stars 13 forks source link

STARTTLS support #14

Open dirkjonker opened 2 years ago

dirkjonker commented 2 years ago

In order to support POP3 with STARTTLS, before setting up the secure connection with OpenSSL, the client should send the command STLS over the unencrypted TCP connection first.