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

Method fetchMessageAttachmentByUID

src/core/imap/MCIMAPSession.cpp:2977–2981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2975}
2976
2977Data * IMAPSession::fetchMessageAttachmentByUID(String * folder, uint32_t uid, String * partID,
2978 Encoding encoding, IMAPProgressCallback * progressCallback, ErrorCode * pError)
2979{
2980 return fetchMessageAttachment(folder, true, uid, partID, encoding, progressCallback, pError);
2981}
2982
2983Data * IMAPSession::fetchMessageAttachmentByNumber(String * folder, uint32_t number, String * partID,
2984 Encoding encoding, IMAPProgressCallback * progressCallback, ErrorCode * pError)

Callers 2

dataForIMAPPartMethod · 0.80
mainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected