HomeSort by relevance Sort by last modified time
    Searched full:poplib (Results 1 - 7 of 7) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_poplib.py 1 """Test script for poplib module."""
3 # Modified by Giampaolo Rodola' to give poplib.POP3 and poplib.POP3_SSL
6 import poplib namespace
165 self.client = poplib.POP3(self.server.host, self.server.port)
175 self.assertRaises(poplib.error_proto, self.client._shortcmd, 'echo -err')
179 self.assertRaises(poplib.error_proto, self.client.user, 'invalid')
183 self.assertRaises(poplib.error_proto, self.client.user, 'invalid')
224 if hasattr(poplib, 'POP3_SSL'):
267 # repeat previous tests by using poplib.POP3_SS
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_poplib.py 1 """Test script for poplib module."""
3 # Modified by Giampaolo Rodola' to give poplib.POP3 and poplib.POP3_SSL
6 import poplib namespace
165 self.client = poplib.POP3(self.server.host, self.server.port)
175 self.assertRaises(poplib.error_proto, self.client._shortcmd, 'echo -err')
179 self.assertRaises(poplib.error_proto, self.client.user, 'invalid')
183 self.assertRaises(poplib.error_proto, self.client.user, 'invalid')
224 if hasattr(poplib, 'POP3_SSL'):
267 # repeat previous tests by using poplib.POP3_SS
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/integration/
pop3_tls.py 4 """TLS Lite + poplib."""
7 from poplib import POP3, POP3_SSL_PORT
12 """This class extends L{poplib.POP3} with TLS support."""
clienthelper.py 9 (httplib, xmlrpclib, imaplib, poplib).
16 TLS clients (e.g. poplib, smtplib, httplib, etc.)"""
  /external/chromium_org/third_party/tlslite/
README 16 7 Using TLS Lite with poplib or imaplib
395 7 Using TLS Lite with poplib or imaplib
397 TLS Lite comes with POP3_TLS and IMAP4_TLS classes that extend poplib and
545 - Added support for poplib, imaplib, and smtplib
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3-sources.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3-sources.jar 

Completed in 771 milliseconds