| 185 | } |
| 186 | |
| 187 | void SMTPAsyncSession::runOperation(SMTPOperation * operation) |
| 188 | { |
| 189 | cancelDelayedPerformMethod((Object::Method) &SMTPAsyncSession::tryAutomaticDisconnectAfterDelay, NULL); |
| 190 | mQueue->addOperation(operation); |
| 191 | } |
| 192 | |
| 193 | SMTPSession * SMTPAsyncSession::session() |
| 194 | { |