mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
#5146: handle UID THREAD command correctly.
This commit is contained in:
parent
87a1564f24
commit
05245f7487
@ -765,7 +765,7 @@ class IMAP4:
|
||||
', '.join(Commands[command])))
|
||||
name = 'UID'
|
||||
typ, dat = self._simple_command(name, command, *args)
|
||||
if command in ('SEARCH', 'SORT'):
|
||||
if command in ('SEARCH', 'SORT', 'THREAD'):
|
||||
name = command
|
||||
else:
|
||||
name = 'FETCH'
|
||||
|
Loading…
Reference in New Issue
Block a user