Skip to content

Instantly share code, notes, and snippets.

@barik
Created December 1, 2015 22:17
Show Gist options
  • Save barik/3cd3e480fd9bfae873ba to your computer and use it in GitHub Desktop.
Save barik/3cd3e480fd9bfae873ba to your computer and use it in GitHub Desktop.
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