Created
December 1, 2015 22:17
-
-
Save barik/3cd3e480fd9bfae873ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if msg_uids: | |
server.uid("COPY", msg_uids, INBOX_FOLDER) | |
server.uid("STORE", msg_uids, "+FLAGS.SILENT", r"(\Deleted)") | |
server.uid("EXPUNGE", msg_uids) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment