| 36 | } |
| 37 | |
| 38 | void IMAPCustomCommandOperation::main() |
| 39 | { |
| 40 | ErrorCode error; |
| 41 | mResponse = session()->session()->customCommand(mCustomCommand, &error); |
| 42 | MC_SAFE_RETAIN(mResponse); |
| 43 | setError(error); |
| 44 | } |
nothing calls this directly
no test coverage detected