pop3: Changed the sasl mechanism detection from auth to capa
authorSteve Holme <steve_holme@hotmail.com>
Mon, 4 Jun 2012 18:09:45 +0000 (19:09 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Mon, 4 Jun 2012 18:09:45 +0000 (19:09 +0100)
commite336bc7c42c73409671ce69ff43830cf077eb234
treea0403a4080bc28e88906e8c50ca6492dfcf2cf81
parentb511486fcd5f1344eccb126c16e05c485abc3abd
pop3: Changed the sasl mechanism detection from auth to capa

Not all SASL enabled POP3 servers support the AUTH command on its own
when trying to detect the supported mechanisms. As such changed the
mechanism detection to use the CAPA command instead.
lib/pop3.c
lib/pop3.h