]> granicus.if.org Git - curl/commit
email: Tidy up of *_perform_authenticate()
authorSteve Holme <steve_holme@hotmail.com>
Sun, 28 Apr 2013 11:57:42 +0000 (12:57 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 28 Apr 2013 11:57:42 +0000 (12:57 +0100)
commit9ea51459520d5d8a397908b4a3fc6cc3b2d45974
tree750645eda5920ee4f61ee8b2e2b7b3a5a99932c0
parent1d7c38e1f06710338db5f29e67d6dff668747aca
email: Tidy up of *_perform_authenticate()

Removed the hard returns from imap and pop3 by using the same style for
sending the authentication string as smtp. Moved the "Other mechanisms
not supported" check in smtp to match that of imap and pop3 to provide
consistency between the three email protocols.
lib/imap.c
lib/pop3.c
lib/smtp.c