Reputation: 1746
I want to transfer data from my desktop pc/mac to my iphone app. To do so I think, that email is a good way. Workflow: MAC sends email with data, iphone received email, application read the email (and the attached data) and works with it.
So now I search for a way to access (read only) the email inbox of the iphone via cocoa. Is there any framework to to so?
Upvotes: 0
Views: 693
Reputation: 52565
Nope, in general it's not possible for one application to access the data of another in iOS.
A few options:
Upvotes: 2
Reputation: 35394
As I know there's no such a framework in iOS SDK 4.2. You can only send emails within the app (In-App-Mail).
Upvotes: 0