Example5.8 is an example POP3 session. In the
example, C: lines are sent by the client,
and S: lines by the mail server. Observe the many
similarities with SMTP. This protocol is also textual and
line-oriented, sends payload message sections terminated by a line
consisting of a single dot followed by line terminator, and even uses
the same exit command, QUIT. Like SMTP, each client operation is
acknowledged by a reply line that begins with a status code and
includes an informational message meant for human eyes.