how to read emails from an iPhone app
I am trying to implement this: an iPhone app 开发者_StackOverflow社区will download user's emails(based on user settings) from the email server (e.g. gmail.com) through IMAP protocol. Would like to download email text as well as attachment. Is this possible? Are there open-source or sample code for this work already? Much appreciated!
Look at the open source reMail-iphone product http://code.google.com/p/remail-iphone/
精彩评论