| 15 | using namespace mailcore; |
| 16 | |
| 17 | IMAPIdentityOperation::IMAPIdentityOperation() |
| 18 | { |
| 19 | mClientIdentity = NULL; |
| 20 | mServerIdentity = NULL; |
| 21 | } |
| 22 | |
| 23 | IMAPIdentityOperation::~IMAPIdentityOperation() |
| 24 | { |
nothing calls this directly
no outgoing calls
no test coverage detected