iOS 中有用于 POP/IMAP 的 API 吗?

发布于 2024-10-13 02:42:10 字数 206 浏览 5 评论 0原文

在我的应用程序中,我需要以编程方式访问邮件,而不使用 MFMailComposeViewController 。我已经在谷歌代码的 SKPSMTPMessage 的帮助下发送了电子邮件。现在我必须通过 POP3 或 IMAP 连接并检查邮件。是否有使用 POP3 或 IMAP 下载邮件的 API?我不是在寻找与 Mail.app 交互的方法。

提前致谢。

In my app I need to access mail programmatically without using a MFMailComposeViewController. I have sent email with the help of SKPSMTPMessage from google code. Now I have to connect and check mail via POP3 or IMAP. Is there an API to download mail using POP3 or IMAP? I am not looking for a way to interface with Mail.app.

Thanks in advance.

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

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

发布评论

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

评论(2

伴我老 2024-10-20 02:42:10

您可以尝试 MailCore。 MailCore 支持 SMTP 和 IMAP

You can try MailCore. MailCore supports SMTP and IMAP

信愁 2024-10-20 02:42:10

一年前我尝试过 MailCore 和 reMail,它对我来说太复杂了。我不知道他们现在是否有所改进,但当时我就放弃了他们并编写了自己的代码。我现在把它上传到了sourceforge,所以无论谁在google上找到这个讨论,都欢迎尝试一下。

https://sourceforge.net/projects/imap4ios/

I tried MailCore and reMail a year ago and it was too complex for me. I don't know if they improved now, but at that time I just gave up on them and written my own code. I uploaded it to sourceforge now, so whoever finds this discussion in google is welcome to try it.

https://sourceforge.net/projects/imap4ios/

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