Lines Matching defs:proxy
2 """An RFC 5321 smtp proxy with optional RFC 1870 and RFC 6531 extensions.
20 Use `classname' as the concrete SMTP proxy class. Uses `PureProxy' by
30 Enable the SMTPUTF8 extension and behave as an RFC 6531 smtp proxy.
98 __version__ = 'Python SMTP proxy version 0.3'
793 # Otherwise we'll forward it to the local proxy for disposition.
947 proxy = class_((options.localhost, options.localport),