--- Lib/imaplib.py.orig Sat Apr 11 05:11:51 1998 +++ Lib/imaplib.py Wed May 6 23:27:32 1998 @@ -275,9 +275,6 @@ (typ, [data]) = .list(user, password) """ - if not 'AUTH=LOGIN' in self.capabilities \ - and not 'AUTH-LOGIN' in self.capabilities: - raise self.error("server doesn't allow LOGIN authorisation") typ, dat = self._simple_command('LOGIN', user, password) if typ != 'OK': raise self.error(dat)