Caesar Cipher
Caesar Cipher

Reputation: 11

Read emails from the Mail App on an iOS device

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?

Upvotes: 1

Views: 525

Answers (1)

user149341
user149341

Reputation:

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.

Upvotes: 1

Related Questions