]> granicus.if.org Git - python/commit
Take out the check for AUTH-LOGIN or AUTH=LOGIN in login() -- some
authorGuido van Rossum <guido@python.org>
Tue, 5 May 1998 03:08:46 +0000 (03:08 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 5 May 1998 03:08:46 +0000 (03:08 +0000)
commita986bb7e5c9597b4e9407502795e20f4a8855699
treeca192bccd85961519e7832376a1ef71320357529
parentb485224d82e2dc76c10e940e364425ab58524847
Take out the check for AUTH-LOGIN or AUTH=LOGIN in login() -- some
servers support LOGIN but don't advertise it.  If it's not supported
the protocol will respond NO.  Approved by Piers Lauder.
Lib/imaplib.py