views:

57

answers:

2

I am trying to implement this: an iPhone app 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!

A: 

Check this out http://www.mronge.com/2005/11/13/imap-libraries/

gok
A: 

Look at the open source reMail-iphone product http://code.google.com/p/remail-iphone/

Shaji