| 259 | } |
| 260 | |
| 261 | IMAPOperation * IMAPAsyncConnection::disconnectOperation() |
| 262 | { |
| 263 | IMAPDisconnectOperation * op = new IMAPDisconnectOperation(); |
| 264 | op->setSession(this); |
| 265 | op->autorelease(); |
| 266 | return op; |
| 267 | } |
| 268 | |
| 269 | IMAPSession * IMAPAsyncConnection::session() |
| 270 | { |
nothing calls this directly
no test coverage detected