Searched refs:PureProxy (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/bin/
H A Dsmtpd.py20 Use `classname' as the concrete SMTP proxy class. Uses `PureProxy' by
49 # PureProxy - Proxies all messages to a real smtpd which does final
58 # gets forwarded to a real backend smtpd, as with PureProxy. Again, errors
81 __all__ = ["SMTPServer","DebuggingServer","PureProxy","MailmanProxy"]
345 class PureProxy(SMTPServer): class in inherits:SMTPServer
385 class MailmanProxy(PureProxy):
465 classname = 'PureProxy'
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsmtpd.py20 Use `classname' as the concrete SMTP proxy class. Uses `PureProxy' by
49 # PureProxy - Proxies all messages to a real smtpd which does final
58 # gets forwarded to a real backend smtpd, as with PureProxy. Again, errors
81 __all__ = ["SMTPServer","DebuggingServer","PureProxy","MailmanProxy"]
345 class PureProxy(SMTPServer): class in inherits:SMTPServer
385 class MailmanProxy(PureProxy):
465 classname = 'PureProxy'
/prebuilts/python/linux-x86/2.7.5/bin/
H A Dsmtpd.py20 Use `classname' as the concrete SMTP proxy class. Uses `PureProxy' by
49 # PureProxy - Proxies all messages to a real smtpd which does final
58 # gets forwarded to a real backend smtpd, as with PureProxy. Again, errors
81 __all__ = ["SMTPServer","DebuggingServer","PureProxy","MailmanProxy"]
345 class PureProxy(SMTPServer): class in inherits:SMTPServer
385 class MailmanProxy(PureProxy):
465 classname = 'PureProxy'
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsmtpd.py20 Use `classname' as the concrete SMTP proxy class. Uses `PureProxy' by
49 # PureProxy - Proxies all messages to a real smtpd which does final
58 # gets forwarded to a real backend smtpd, as with PureProxy. Again, errors
81 __all__ = ["SMTPServer","DebuggingServer","PureProxy","MailmanProxy"]
345 class PureProxy(SMTPServer): class in inherits:SMTPServer
385 class MailmanProxy(PureProxy):
465 classname = 'PureProxy'

Completed in 78 milliseconds