email.parser.FeedParser.feed()

feed(data)

Feed the FeedParser some more data. data should be a string containing one or more lines. The lines can be partial and the FeedParser will stitch such partial lines together properly. The lines in the string can have any of the common three line endings, carriage return, newline, or carriage return and newline (they can even be mixed).

doc_python
2016-10-07 17:32:50
Comments
Leave a Comment

Please login to continue.