Home
last modified time | relevance | path

Searched refs:_simple_command (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dimaplib.py324 return self._simple_command(name, mailbox, flags, date_time)
349 typ, dat = self._simple_command('AUTHENTICATE', mech)
361 typ, dat = self._simple_command(name)
370 return self._simple_command('CHECK')
382 typ, dat = self._simple_command('CLOSE')
393 return self._simple_command('COPY', message_set, new_mailbox)
401 return self._simple_command('CREATE', mailbox)
409 return self._simple_command('DELETE', mailbox)
416 return self._simple_command('DELETEACL', mailbox, who)
428 typ, dat = self._simple_command(name)
[all …]