fix(mail): new action to fetch the flags of a mailbox

This commit is contained in:
Francis Lachapelle
2021-10-21 17:17:28 -04:00
parent 642db852c7
commit 175e3802b7
3 changed files with 63 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@
- (WOResponse *) emptyTrashAction;
- (WOResponse *) subscribeAction;
- (WOResponse *) unsubscribeAction;
- (id <WOActionResults>) getLabelsAction;
@end