Home
last modified time | relevance | path

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

/third_party/curl/docs/examples/
D.gitignore67 pop3-uidl
DMakefile.inc92 pop3-uidl \
/third_party/python/Lib/test/
Dtest_poplib.py345 self.client.uidl()
346 self.client.uidl('foo')
/third_party/python/Lib/
Dpoplib.py348 def uidl(self, which=None): member in POP3
/third_party/python/Doc/library/
Dpoplib.rst222 .. method:: POP3.uidl(which=None)