mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
#5146: handle UID THREAD command correctly.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user