Part of twisted.mail.pop3 View Source View In Hierarchy
Parameters | write | A one-argument callable which will be invoked with a list of strings which have been buffered. |
iterable | The source of input strings as any iterable. | |
memoryBufferSize | The upper limit on buffered string length, beyond which the buffer will be flushed to the writer. |