| Home | Trees | Indices | Help |
|
|---|
|
|
Simple Mail Transfer Protocol
This module implements the Simple Mail Transfer Protocol or commonly known as SMTP.
| Classes | |
| Raw | |
| Helo | |
| Rcpt | |
| Data | |
| Rset | |
| Noop | |
| Quit | |
| Message | |
|
SMTP SMTP(event) -> new smtp object |
|
| Functions | |||
| lines, buffer |
|
||
| address |
|
||
| (host, fulladdress) |
|
||
|
|||
| Variables | |
LINESEP = re.compile(r'\r
|
|
| Function Details |
Append s to buffer and find any new lines of text in the string splitting at the standard IRC delimiter CRLF. Any new lines found, return them as a list and the remaining buffer for further processing.
|
Strip the leading & trailing <> from an address. Handy for getting FROM: addresses.
|
Return 'address' as undressed (host, fulladdress) tuple. Handy for use with TO: addresses.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 4 00:24:46 2010 | http://epydoc.sourceforge.net |