| 2975 | } |
| 2976 | |
| 2977 | Data * 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 | |
| 2983 | Data * IMAPSession::fetchMessageAttachmentByNumber(String * folder, uint32_t number, String * partID, |
| 2984 | Encoding encoding, IMAPProgressCallback * progressCallback, ErrorCode * pError) |
no outgoing calls
no test coverage detected