Merge pull request #87 from sblondon/master

Print in python 3 needs parenthesis
This commit is contained in:
Martin Rusev
2017-09-14 20:53:56 +02:00
committed by GitHub

View File

@@ -71,12 +71,12 @@ for uid, message in all_messages:
message.attachments
# To check all available keys
print message.keys()
print(message.keys())
# To check the whole object, just write
print message
print(message)
{
'headers':