| 2981 | } |
| 2982 | |
| 2983 | Data * 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 | |
| 2989 | void IMAPSession::fetchMessageAttachmentToFileByChunksByUID(String * folder, uint32_t uid, String * partID, |
| 2990 | uint32_t estimatedSize, Encoding encoding, |