In my app I need to access mail programmatically without using a MFMailComposeViewController
. I have sent email with the help of SKPSMTPMessage
from google code. Now I have to connect and check mail via POP3 or IMAP. Is there an API to download mail using POP3 or IMAP? I am not looking for a way to interface with Mail.app.
Thanks in advance.