Home | History | Annotate | Download | only in Lib

Lines Matching refs:UID

88         'UID':          ('SELECTED',),
451 enclosed in parentheses, eg: "(UID BODY[TEXT])".
756 def uid(self, command, *args):
757 """Execute "command arg ..." with messages identified by UID,
760 (typ, [data]) = <instance>.uid(command, arg1, arg2, ...)
766 raise self.error("Unknown IMAP4 UID command: %s" % command)
772 name = 'UID'
1481 ('uid', ('SEARCH', 'ALL')),
1517 if (cmd,args) != ('uid', ('SEARCH', 'ALL')):
1520 uid = dat[-1].split()
1521 if not uid: continue
1522 run('uid', ('FETCH', '%s' % uid[-1],