Skip to content

Instantly share code, notes, and snippets.

@kav
Created August 1, 2012 04:17
Show Gist options
  • Save kav/3223603 to your computer and use it in GitHub Desktop.
Save kav/3223603 to your computer and use it in GitHub Desktop.
archiveMessage
- (void)archiveMessage:(CTCoreMessage *)message
{
CTCoreFolder *inbox = [account folderWithPath:@"INBOX"];
[self connect];
[inbox moveMessageWithUID:message.uid toPath:@"[Gmail]/All Mail"];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment