| 46 | } |
| 47 | |
| 48 | void IMAPFetchContentToFileOperation::setFilename(String * filename) |
| 49 | { |
| 50 | MC_SAFE_REPLACE_COPY(String, mFilename, filename); |
| 51 | } |
| 52 | |
| 53 | void IMAPFetchContentToFileOperation::setLoadingByChunksEnabled(bool loadingByChunksEnabled) |
| 54 | { |
no outgoing calls
no test coverage detected