MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / uidl

Method uidl

tools/python-3.11.9-amd64/Lib/poplib.py:348–357  ·  view source on GitHub ↗

Return message digest (unique id) list. If 'which', result contains unique id for that message in the form 'response mesgnum uid', otherwise result is the list ['response', ['mesgnum uid', ...], octets]

(self, which=None)

Source from the content-addressed store, hash-verified

346
347
348 def uidl(self, which=None):
349 """Return message digest (unique id) list.
350
351 If 'which', result contains unique id for that message
352 in the form 'response mesgnum uid', otherwise result is
353 the list ['response', ['mesgnum uid', ...], octets]
354 """
355 if which is not None:
356 return self._shortcmd('UIDL %s' % which)
357 return self._longcmd('UIDL')
358
359
360 def utf8(self):

Callers

nothing calls this directly

Calls 2

_shortcmdMethod · 0.95
_longcmdMethod · 0.95

Tested by

no test coverage detected