0

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?

Brandon Boone
  • 16,281
  • 4
  • 73
  • 100

2 Answers2

0

Use this it has search functionality

http://code.google.com/p/remail-iphone/

Rahul Vyas
  • 28,260
  • 49
  • 182
  • 256
  • Thanks Rahul but i cant download **Remail Project** it shows me the error in terminal **fatal: remote error: Repository not found** could you help me? – parth vasavada Jul 17 '12 at 10:23
  • what have you entered in terminal? – Rahul Vyas Jul 17 '12 at 11:24
  • first install mercurial for mac in your mac system then open terminal then in terminal type cd desktop then type this hg clone https://code.google.com/p/remail-iphone/ it should be downloaded on your desktop. Then read the instruction given on remail repository on how to build remail – Rahul Vyas Jul 17 '12 at 11:25
0

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/

Sikander
  • 447
  • 4
  • 26