Home | Trees | Index | Help |
---|
Package twisted :: Package protocols :: Module smtp :: Class Address |
|
Parse and hold an RFC 2821 address.
Source routes are stipped and ignored, UUCP-style bang-paths and %-style routing are not parsed.Method Summary | |
---|---|
__init__(self,
addr)
| |
__repr__(self)
| |
__str__(self)
| |
Remove RFC-2821 quotes from address. |
Class Variable Summary | |
---|---|
SRE_Pattern |
atomre
|
SRE_Pattern |
dequotebs
|
SRE_Pattern |
tstring
|
Method Details |
---|
dequote(self, addr)Remove RFC-2821 quotes from address. |
Class Variable Details |
---|
atomre
|
dequotebs
|
tstring
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Fri Jun 27 03:45:54 2003 | http://epydoc.sf.net |