Are there any classes/frameworks within the iOS SDK which can be used to easily access an IMAP server?
I do NOT what to开发者_JS百科 write a new Mail app. I just need the basic IMAP functions like check for new message, download messages, etc.
So far I have found MailCore but as far as I can tell it is for MacOS and not iOS.
Thank you very much for your help! Andrei
There is a remail project so you can look into it... there is no public iOS framework for dealing with IMAP as much as I know...
精彩评论