In Gmail, tagging works fine:
imap.store(item, '+X-GM-LABELS', label) imap.expunge()
But:
imap.store(item, '-X-GM-LABELS', label) imap.expunge()
... which should remove the label, just does nothing without returning an error ("OK").
How can I remove a shortcut?
sorin source share