An authenticated POP3 session over a single connection.
Obtain one from connect. It is an AsyncDisposable, so it can be scoped with
await using to guarantee a clean QUIT and socket close. Methods issue one command at a
time and must not be called concurrently on the same session.
An authenticated POP3 session over a single connection.
Obtain one from connect. It is an
AsyncDisposable, so it can be scoped withawait usingto guarantee a cleanQUITand socket close. Methods issue one command at a time and must not be called concurrently on the same session.Since
1.0.0