pop3: Post authentication code tidy up
authorSteve Holme <steve_holme@hotmail.com>
Mon, 4 Jun 2012 21:15:51 +0000 (22:15 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Mon, 4 Jun 2012 21:15:51 +0000 (22:15 +0100)
commit38dfe525596f3dcb81c31fae0b7605751c6c3769
tree3d3d4dbc0982c7990b0971b8c18da824bb68f9d7
parent7759d10f3653d03f2816b6628164917f3c4914cf
pop3: Post authentication code tidy up

Corrected lines longer than 78 characters.

Changed POP3_AUTH_FINAL to POP3_AUTH to match SMTP code now that the
AUTH command is no longer sent on its own.

Introduced some comments in data sending functions.

Another attempt at trying to rational code and comment style.
lib/pop3.c
lib/pop3.h