Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的目标是在我的应用程序的 Gmail 帐户中拥有一个NSArray或NSSet带有附加到特定电子邮件的标签。我的应用程序主要使用不支持此功能的 MailCore,因此扩展它是一种更可取的方式。我一直在谷歌“API”网站上没有太大帮助,也在我的 libetpan 库中找到了这个,但即使我有一个IMAP使用 gmail 帐户打开的开放会话,我仍然无法翻译此代码并获取 Gmail指定消息的标签。欢迎任何代码示例。
NSArray
NSSet
IMAP
我认为您可以在 MailCore 中编写方法来包装 libetpan x-gm-labels 扩展。几个月前,我在 MailCore 中编写了 SORT 扩展。你可以看看那个:)
添加 IMAP SORT 命令支持。MailCore 上的拉取请求