You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem is even though CTFetchAttrBodyStructure attribute is mentioned it doesn't fetches the text/html and text/plain body. Which slows down the message fetching and requires another trip to server to fetch the same. This happens when any of CTCoreMessage->body or CTCoreMessage->htmlBody here is the code in CTCoreMessage->_buildUpBodyText:result:
I am downloading messages for a folder via this call
Problem is even though CTFetchAttrBodyStructure attribute is mentioned it doesn't fetches the text/html and text/plain body. Which slows down the message fetching and requires another trip to server to fetch the same. This happens when any of CTCoreMessage->body or CTCoreMessage->htmlBody here is the code in CTCoreMessage->_buildUpBodyText:result:
Is there anyway I can wrap all message download in one shot and it doesn't requires another round trips to server ?
The text was updated successfully, but these errors were encountered: