MailCore / mailcore2

MailCore 2 provide a simple and asynchronous API to work with e-mail protocols IMAP, POP and SMTP. The API has been redesigned from ground up.
Other
2.61k stars 627 forks source link

Custom imap SORT command #1798

Open prabath12 opened 5 years ago

prabath12 commented 5 years ago

I was looking to write a custom command where i can send instruction of sort and return specific count of emails as a response. Is there any way to do it so. (SORT RETURN (PARTIAL 1:50) (REVERSE ARRIVAL)) Thanks for the help

dinhvh commented 5 years ago

I think IMAP SORT is implemented on libetpan. You just need to write ObjC binding to it.