Somebody checked this in w/ an ambiguous tab/space mix (reported by
Mark Favas).
This commit is contained in:
parent
fd4c9e87a7
commit
ff0a2bb523
|
@ -573,11 +573,11 @@ class IMAP4:
|
|||
return apply(self._simple_command, (name,) + args)
|
||||
|
||||
def namespace(self):
|
||||
""" Returns IMAP namespaces ala rfc2342
|
||||
"""
|
||||
name = 'NAMESPACE'
|
||||
typ, dat = self._simple_command(name)
|
||||
return self._untagged_response(typ, dat, name)
|
||||
""" Returns IMAP namespaces ala rfc2342
|
||||
"""
|
||||
name = 'NAMESPACE'
|
||||
typ, dat = self._simple_command(name)
|
||||
return self._untagged_response(typ, dat, name)
|
||||
|
||||
|
||||
# Private methods
|
||||
|
|
Loading…
Reference in New Issue