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