MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / syncMessagesByUIDWithExtraHeaders

Method syncMessagesByUIDWithExtraHeaders

src/core/imap/MCIMAPSession.cpp:4117–4130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4115}
4116
4117IMAPSyncResult * IMAPSession::syncMessagesByUIDWithExtraHeaders(String * folder, IMAPMessagesRequestKind requestKind,
4118 IndexSet * uids, uint64_t modseq,
4119 IMAPProgressCallback * progressCallback, Array * extraHeaders,
4120 ErrorCode * pError)
4121{
4122 struct mailimap_set * imapset = setFromIndexSet(uids);
4123 IMAPSyncResult * result = fetchMessages(folder, requestKind, true, imapset,
4124 uids, NULL,
4125 modseq, NULL,
4126 progressCallback, extraHeaders, pError);
4127 mailimap_set_free(imapset);
4128 return result;
4129
4130}
4131
4132IndexSet * IMAPSession::capability(ErrorCode * pError)
4133{

Callers 1

mainMethod · 0.80

Calls 1

setFromIndexSetFunction · 0.85

Tested by

no test coverage detected