CodeGuy
CodeGuy

Reputation: 28905

Read emails in Objective C (ex. pop3)

Does anyone know of any free and working external libraries for reading emails in Objective C (iPhone app)? For instance, you pass along the email, authentication, pop3 server, and then it can grab your messages.

Upvotes: 0

Views: 1352

Answers (1)

Srikar Appalaraju
Srikar Appalaraju

Reputation: 73658

I think MailCore could solve your problem here. Git Repo here. But when I am not sure it supports POP3.

If the above ones are not satisfying then try Chilkat Email (POP3/SMTP) Objective-C Library

Upvotes: 2

Related Questions