iosxcodepop3

iPhone pop3 server API?


I'm developing an iPhone app that is supposed to read and send mails. For sending mail I've used:

MFMailComposeViewController

class and for IMAP server I've used MailCore API. Now the main problem is connecting with POP3 server. I'm looking for APIs that would allow me to communicate with POP3 server. I googled a lot but found nothing except Chilkat Soft which has a trial version of 30 days. Any suggestion is welcomed. I'm using Xcode.


Solution

  • I didn't find any useful API's and solved the issue with PHP, by maintaining server :(