mailbox.Mailbox.iteritems()

iteritems() items()

Return an iterator over (key, message) pairs, where key is a key and message is a message representation, if called as iteritems() or return a list of such pairs if called as items(). The messages are represented as instances of the appropriate format-specific Message subclass unless a custom message factory was specified when the Mailbox instance was initialized.

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

Please login to continue.