Question:
I am using chilkat ios library to fetch email from mail server, i am using following code to fetch emails
....
CkoMessageSet messageSet;
messageSet = [imap Search: @"ALL" bUid: fetchUids];
CkoEmailBundle bundle;
bundle = [imap FetchBundle: messageSet];
...
this takes lots of time to fetch emails if mail box size is to large. please provide solution for this.
Thanks satish
Yes, that is correct. Downloading 1000 emails would generally take about 10 times longer than downloading 100 emails...
There are a number of solutions: