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

Method fetchMessagesByUID

src/core/imap/MCIMAPSession.cpp:2680–2684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2678}
2679
2680Array * IMAPSession::fetchMessagesByUID(String * folder, IMAPMessagesRequestKind requestKind,
2681 IndexSet * uids, IMAPProgressCallback * progressCallback, ErrorCode * pError)
2682{
2683 return fetchMessagesByUIDWithExtraHeaders(folder, requestKind, uids, progressCallback, NULL, pError);
2684}
2685
2686
2687Array * IMAPSession::fetchMessagesByUIDWithExtraHeaders(String * folder, IMAPMessagesRequestKind requestKind,

Callers 1

testIMAPFunction · 0.80

Calls

no outgoing calls

Tested by 1

testIMAPFunction · 0.64