mailbox.Babyl.get_file()

get_file(key)

In Babyl mailboxes, the headers of a message are not stored contiguously with the body of the message. To generate a file-like representation, the headers and body are copied together into an io.BytesIO instance, which has an API identical to that of a file. As a result, the file-like object is truly independent of the underlying mailbox but does not save memory compared to a string representation.

doc_python
2016-10-07 17:36:31
Comments
Leave a Comment

Please login to continue.