Is there any way to access iPhone mail app mailboxes inside my own iphone app?

孤人 提交于 2020-01-15 23:01:25

问题


I wonder if there's any way to loop inside a mailbox and get the list of messages inside the mailbox.

I want to open each message and take screen shot of the email. Is there any way to do this? Any reference?

Thanks for your help.


回答1:


AFAIK there is not. The only mail interface comes from the MFMailComposeViewController.




回答2:


I hope not.




回答3:


Ask the user for their credentials, and access it via standard POP3/IMAP. If your use is legitimate, they'll be more than happy to enter them. Apple won't permit this sort of behaviour, because they really don't want a fart app stealing some CEO's private e-mail.



来源:https://stackoverflow.com/questions/2276640/is-there-any-way-to-access-iphone-mail-app-mailboxes-inside-my-own-iphone-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!