iOS IMAP 库

发布于 2024-11-01 05:04:55 字数 115 浏览 1 评论 0原文

我正在尝试找到一种在 iOS 中的 IMAP 服务器上搜索某些字符串的方法。

到目前为止,我的任务还没有完成。

您对如何实现这一目标有什么想法或指示吗?

问候, 姆拉乔

I am trying to find a way how to search for some string on an IMAP server in iOS.

Right up until now I have failed with my task.

Do you have any ideas or pointers how to achieve this?

Regardz,
Mladjo

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

柠檬色的秋千 2024-11-08 05:04:55

MailCore Cocoa 框架,它为 libetpan 库提供了一个很好的包装器。此功能的 iOS 版本可通过 reMail 开源项目获取。那里的代码应该为处理 IMAP 提供一个良好的起点。

There is the MailCore Cocoa framework, which provides a nice wrapper for the libetpan library. An iOS version of this is available through the reMail open source project. The code there should provide a good starting point for dealing with IMAP.

忆依然 2024-11-08 05:04:55

你试过libetpan吗?
我不知道它是否可以在服务器上搜索,但它可以 IMAP。

have you tried libetpan?
I don't know if it can search on a server but it does IMAP.

怎樣才叫好 2024-11-08 05:04:55

https://drive.google.com/file/d/0B3dJLxjBsHj -YkdqVDhVWG1zOGM/edit?usp=sharing

这是一个现有的库,但经过修改,您可以触发删除命令、搜索命令、存储命令,您可以设置 imap 消息的标志,您可以重置 imap 消息标志等。
试试这个

https://drive.google.com/file/d/0B3dJLxjBsHj-YkdqVDhVWG1zOGM/edit?usp=sharing

This is an existing library but modified like you can fire the delete command , search command, store command, you can set the flag of imap message you can reset the imap message flags etc.
Try this

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文