Sends QUIT and closes the connection.
Resolves once the socket is closed.
Retrieves a message and returns it as UTF-8 text, so callers do not build a TextDecoder.
Equivalent to decoding retrieve but without materializing the intermediate bytes.
The message number to retrieve.
The message as text.
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