ruby / net-pop

This library provides functionality for retrieving email via POP3, the Post Office Protocol version 3. For details of POP3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STARTTLS support

dirkjonker opened this issue · comments

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.