Home
last modified time | relevance | path

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

/external/curl/docs/examples/
DMakefile.inc30 rtsp externalsocket resolve progressfunc pop3-retr pop3-list pop3-uidl \
/external/python/cpython2/Lib/test/
Dtest_poplib.py233 self.client.uidl()
234 self.client.uidl('foo')
/external/python/cpython3/Lib/test/
Dtest_poplib.py336 self.client.uidl()
337 self.client.uidl('foo')
/external/python/cpython2/Lib/
Dpoplib.py308 def uidl(self, which=None): member in POP3
/external/python/cpython3/Lib/
Dpoplib.py346 def uidl(self, which=None): member in POP3
/external/python/cpython2/Doc/library/
Dpoplib.rst170 .. method:: POP3.uidl([which])
/external/python/cpython3/Doc/library/
Dpoplib.rst215 .. method:: POP3.uidl(which=None)