]> granicus.if.org Git - curl/commit
pop3: Moved APOP detection into pop3_state_servergreet_resp()
authorSteve Holme <steve_holme@hotmail.com>
Fri, 20 Dec 2013 07:07:07 +0000 (07:07 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 19 Dec 2013 23:06:33 +0000 (23:06 +0000)
commit1cfb436a2f179590ae5ad9672a38f654bca9012b
treee947bfeb91533daca120784efd6fad5162d57877
parentfae7db8a31dd9921fc7e1a61bd1be8effddf8b7e
pop3: Moved APOP detection into pop3_state_servergreet_resp()

In an effort to reduce what pop3_endofresp() does and bring the POP3
source back inline with the IMAP and SMTP protocols, moved the APOP
detection into pop3_state_servergreet_resp().
lib/pop3.c