获取 iPhone 中的未读邮件计数
我想通过我的应用程序获取我在邮件应用程序中配置的邮件的未读邮件计数。
如果没有,我可以设置自己的 IMAP/POP3 设置配置并访问我配置的邮件服务器并获取未读邮件计数。如果是这样,请指出我可以开始编码以设置邮件服务器的方向。
I want to get the unread mail count of the mail i configured in my Mail App through my App.
If not can i set my own IMAP/POP3 setup configuration and access the mail server i configured and get the Unread mail count. If so point me in the direction where i can start coding for setting up mail server.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果随机应用程序可以获取您的电子邮件登录名/密码,那就太酷了,不是吗?没有用于获取未读计数的 API。
您唯一的选择是在您的应用程序中实现 IMAP/POP3 客户端,并让用户在您的应用程序中再次输入他们的登录名/密码。
如果您要走这条路,请尝试在 GitHub 中搜索 IMAP/POP3 客户端。
It wouldn't be very cool if random apps could get at your email login/password, now would it? There is no API for getting the unread count.
Your only option is to implement an IMAP/POP3 client in your app, and have the user enter their login / password again in your app.
If you're going that route, try searching GitHub for IMAP/POP3 clients.
不,您无法通过应用程序获取未读邮件计数。您可以设置自己的配置。
(参考http://itunes.apple .com/us/app/mailroom-gmail-google-apps/id355023563?mt=8)
No, you can't get the unread mail count through your app. You can set up your own configuration.
(Ref. http://itunes.apple.com/us/app/mailroom-gmail-google-apps/id355023563?mt=8)