| 18 | } |
| 19 | |
| 20 | Data * HTMLRendererIMAPDataCallback::dataForIMAPPart(String * folder, IMAPPart * part) |
| 21 | { |
| 22 | return mSession->fetchMessageAttachmentByUID(folder, mUid, part->partID(), part->encoding(), NULL, &mError); |
| 23 | } |
| 24 | |
| 25 | ErrorCode HTMLRendererIMAPDataCallback::error() |
| 26 | { |
nothing calls this directly
no test coverage detected