Part of twisted.mail.maildir View Source View In Hierarchy
| Method | __init__ | |
| Method | lineReceived | Write a received line to the file. |
| Method | eomReceived | At the end of message, rename the file holding the message to its final name. |
Inherited from FileMessage:
| Instance Variable | fp | See __init__. |
| Instance Variable | name | See __init__. |
| Instance Variable | finalName | See __init__. |
| Method | connectionLost | Delete the file holding the partially received message. |
| Parameters | line | A received line. (type: bytes) |