| 41 | } |
| 42 | |
| 43 | void IMAPAppendMessageOperation::setMessageFilepath(String * path) |
| 44 | { |
| 45 | MC_SAFE_REPLACE_RETAIN(String, mMessageFilepath, path); |
| 46 | } |
| 47 | |
| 48 | String * IMAPAppendMessageOperation::messageFilepath() |
| 49 | { |
no outgoing calls
no test coverage detected