summaryrefslogtreecommitdiff
path: root/lang/python/patches/patch-ao
blob: a21d40e05e662159cfd95fdb0e703704ef250a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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]) = <instance>.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)