iOS 中有用于 POP/IMAP 的 API 吗?
在我的应用程序中,我需要以编程方式访问邮件,而不使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试 MailCore。 MailCore 支持 SMTP 和 IMAP
You can try MailCore. MailCore supports SMTP and IMAP
一年前我尝试过 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/