| 755 | } |
| 756 | |
| 757 | IMAPIdentityOperation * IMAPAsyncSession::identityOperation(IMAPIdentity * identity) |
| 758 | { |
| 759 | IMAPIdentityOperation * op = new IMAPIdentityOperation(); |
| 760 | op->setMainSession(this); |
| 761 | op->setClientIdentity(identity); |
| 762 | op->autorelease(); |
| 763 | return op; |
| 764 | } |
| 765 | |
| 766 | IMAPOperation * IMAPAsyncSession::connectOperation() |
| 767 | { |
nothing calls this directly
no test coverage detected