is there a way receive an E-Mail in an iOS app, for example to get a notification if an E-Mail on an specified Account comes in?
If no ist is at least possible to read-access the mailstore?
Is there a Lib, to interpret the content of an email.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Due to Apple’s sandboxing regulations, you cannot access the built-in Mail program’s properties from your app.
You could use a 3rd-party API to connect to a email service (e.x. Gmail) directly through their server, and not Apple’s mail program.