问题
I am developing one IOS Application in which i am integrate Gmail via Mailcore library, Now I want add search functionality for Inbox for which user can search their Email Subject and Body. But i am not aware how to implement it. Can anyone help me out? Is there any sample source code for this in Mailcore?
回答1:
Use this it has search functionality
http://code.google.com/p/remail-iphone/
回答2:
MailCore api I've developed same kind of app and have use it. They provide access to IMAP and SMTP servers. Download from here
https://github.com/mronge/MailCore/
来源:https://stackoverflow.com/questions/11520111/ios-is-there-any-method-available-for-fetching-ctcoremessage-with-specific-key-w