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

Method fetchMessageByUID

src/core/imap/MCIMAPSession.cpp:2810–2814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2808}
2809
2810Data * IMAPSession::fetchMessageByUID(String * folder, uint32_t uid,
2811 IMAPProgressCallback * progressCallback, ErrorCode * pError)
2812{
2813 return fetchMessage(folder, true, uid, progressCallback, pError);
2814}
2815
2816Data * IMAPSession::fetchMessageByNumber(String * folder, uint32_t number,
2817 IMAPProgressCallback * progressCallback, ErrorCode * pError)

Callers 2

mainMethod · 0.80
mainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected