Lines Matching refs:uid
78 'UID': ('SELECTED',),
438 enclosed in parentheses, eg: "(UID BODY[TEXT])".
743 def uid(self, command, *args):
744 """Execute "command arg ..." with messages identified by UID,
747 (typ, [data]) = <instance>.uid(command, arg1, arg2, ...)
753 raise self.error("Unknown IMAP4 UID command: %s" % command)
759 name = 'UID'
1463 ('uid', ('SEARCH', 'ALL')),
1499 if (cmd,args) != ('uid', ('SEARCH', 'ALL')):
1502 uid = dat[-1].split()
1503 if not uid: continue
1504 run('uid', ('FETCH', '%s' % uid[-1],