Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS IMAP library

Tags:

ios

iphone

imap

I am trying to find a way how to search for some string on an IMAP server in iOS.

Right up until now I have failed with my task.

Do you have any ideas or pointers how to achieve this?

Regardz, Mladjo

like image 571
Mladen Avatar asked Jul 15 '26 05:07

Mladen


1 Answers

There is the MailCore Cocoa framework, which provides a nice wrapper for the libetpan library. An iOS version of this is available through the reMail open source project. The code there should provide a good starting point for dealing with IMAP.

like image 183
Brad Larson Avatar answered Jul 17 '26 19:07

Brad Larson