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

Method fetchMessageAttachmentByNumber

src/core/imap/MCIMAPSession.cpp:2983–2987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2981}
2982
2983Data * IMAPSession::fetchMessageAttachmentByNumber(String * folder, uint32_t number, String * partID,
2984 Encoding encoding, IMAPProgressCallback * progressCallback, ErrorCode * pError)
2985{
2986 return fetchMessageAttachment(folder, false, number, partID, encoding, progressCallback, pError);
2987}
2988
2989void IMAPSession::fetchMessageAttachmentToFileByChunksByUID(String * folder, uint32_t uid, String * partID,
2990 uint32_t estimatedSize, Encoding encoding,

Callers 1

mainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected