Connects to a POP3 server and authenticates, returning a ready session.
Opens the transport (implicit TLS or STLS), runs USER/PASS, and hands back a
Pop3Session. A rejected PASS surfaces as AuthError; any other command-level
failure surfaces as ProtocolError.
Connects to a POP3 server and authenticates, returning a ready session.
Opens the transport (implicit TLS or STLS), runs
USER/PASS, and hands back a Pop3Session. A rejectedPASSsurfaces as AuthError; any other command-level failure surfaces as ProtocolError.