Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programmatically read email from inbox on iPhone

Tags:

email

ios

Is it possible for my iOS app to access the user's email inbox in the Mail app? I would like to be able to read the emails and save the attachments.

like image 795
Ray Avatar asked Jul 20 '11 01:07

Ray


Video Answer


1 Answers

No. Apple doesn't provide an API for that.

However, you're free to ask the user for their mail server settings and then talk directly to an IMAP server, downloading the attachments yourself.

If you have presets for popular email providers (MobileMe, Gmail, Yahoo, etc.) this won't have to be too difficult for most users to deal with.

like image 134
benzado Avatar answered Sep 30 '22 02:09

benzado