gpt4 book ai didi

ios - 从最后一个已知邮件 ID 获取最新邮件 - Mailcore

转载 作者:可可西里 更新时间:2023-11-01 01:57:34 28 4
gpt4 key购买 nike

是否可以根据最后已知的电子邮件 UID 获取消息。我可以使用“fetchMessagesByNumberOperation”方法获取电子邮件。但不知何故,我需要实现一种方法来从最后一个已知的电子邮件 ID 中获取最新的电子邮件。

Let say i have fetched x latest emails. And after 5 minutes i got three more emails. Now i want to fetch the latest emails from the last saved UID.

有可能吗?

最佳答案

Is it possible to do?

是的。

为此有一个名为fetchMessagesByUIDOperation的方法。
这是我在 Kotlin 中的代码,你可以用 swift 实现同样的效果

imapSession().fetchMessagesByUIDOperation(folder, flags,
IndexSet.indexSetWithRange(Range(lastMessageUID, Range.RangeMax)))

关于ios - 从最后一个已知邮件 ID 获取最新邮件 - Mailcore,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50569476/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com