This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients Pilessio, eric.smith
Date 2015-01-26.13:04:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422277462.51.0.688137660841.issue23323@psf.upfronthosting.co.za>
In-reply-to
Content
flags is supposed to be a string. This is not well documented, like much of the module.

Try:
flags = r'(\Answered \Seen)'
History
Date User Action Args
2015-01-26 13:04:22eric.smithsetrecipients: + eric.smith, Pilessio
2015-01-26 13:04:22eric.smithsetmessageid: <1422277462.51.0.688137660841.issue23323@psf.upfronthosting.co.za>
2015-01-26 13:04:22eric.smithlinkissue23323 messages
2015-01-26 13:04:22eric.smithcreate