Merge branch 'ss/remove-mustquote' into next

This commit is contained in:
Nicolas Sebrecht 2011-08-14 17:23:44 +02:00
commit 21b10bbf55
2 changed files with 0 additions and 4 deletions

View File

@ -284,8 +284,6 @@ class WrappedIMAP4(UsefulIMAPMixIn, IMAP4):
# imaplib2 uses this to poll()
self.read_fd = self.sock.fileno()
mustquote = re.compile(r"[^\w!#$%&'+,.:;<=>?^`|~-]")
def Internaldate2epoch(resp):
"""Convert IMAP4 INTERNALDATE to UT.

View File

@ -212,8 +212,6 @@ class IMAPServer:
imapobj = imaplibutil.WrappedIMAP4(self.hostname, self.port,
timeout=socket.getdefaulttimeout())
imapobj.mustquote = imaplibutil.mustquote
if not self.tunnel:
try:
# Try GSSAPI and continue if it fails