| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | SafeDict.__getitem__(): Use isinstance() instead of a comparison to | bwarsaw | 2001-10-09 | 1 | -3/+7 |
| | | | | | | | | | | | test for type isa StringType. MsgSafeDict.__getitem__(): Fix the handling of missing header in the `allmsg_' clause, so that it returns 'n/a' instead of trying to join a bogus value. MsgSafeDict.copy(): mimelib -> email. | ||||
| * | MsgSafeDict(): New class which is used in SMTPDirect and allows for | bwarsaw | 2001-06-27 | 1 | -0/+27 |
| | | | | | | syslog format strings to include information from the message headers. | ||||
| * | We don't need to override the __init__() of the base class any more | bwarsaw | 2001-02-15 | 1 | -7/+0 |
| | | | | | since we're requiring Python 2.0. Good catch Thomas! | ||||
| * | intermediate | bwarsaw | 2001-02-15 | 1 | -0/+43 |
