Can receive mail directly from mail server in custom iPhone app?
I'm going to write custom app in iPhone similar Mail app build-in iOS. This app can 开发者_Go百科get mail directly from Gmail and sent mail with attachment, forwarding, reply all, etc.
I can do that? And Apple support API for development?
I try googling and all result I found: Just can send mail, and haven't get mail directly from any mail server? Please help me :)
Thanks in advance.
-- Phu Nguyen
I am working on this kind of app. What if I give you a complete app URL for free hmmm? here you go buddy have fun.
Gmail in custom native iphone app
Take a look at skpsmtpmessage library. I will help you to send mails directly from iOS devices.
Edit:
Look at this connect to gmail database to read/write emails.
I think that you should focus more on google api then on the iOS implementation.
精彩评论