Closed Romes-- closed 11 years ago
You might have a look at that: https://developers.google.com/gmail/imap_extensions I think "\Starred" is the preferred way to add labels. See "Special-Use Extension of the LIST command" for the keywords to use.
Thank you! Really loving mailcore2 by the way, it's amazing!
Thanks!
How should label names be formatted for
storeLabelsOperationWithFolder: uids: kind: labels:
to work reliably?
The
gmailLabels
property ofMCOIMAPMessage
contains strings that look like\\Inbox
\\Starred
\\Important
...and so on, but an
MCOIMAPFetchFoldersOperation
returns strings of the formINBOX
[Gmail]/Starred
[Gmail]/Important
... etc.How does one match up the two?