问题
I am required to read and download emails from the Mail App on an iOS device. I understand that it is possible to fetch emails from the email servers but my requirement is to have access to the emails from all the accounts that have been configured in the Mail App on the device. Is this possible? If yes, how do I implement it?
回答1:
You can't.
You can send emails using the Message UI framework, but there is no way to access content in the iOS Mail application from another app.
来源:https://stackoverflow.com/questions/38217895/read-emails-from-the-mail-app-on-an-ios-device