| 183 | } |
| 184 | |
| 185 | void IMAPOperation::afterMainOnMainThread() |
| 186 | { |
| 187 | if (mSession->session()->isAutomaticConfigurationDone()) { |
| 188 | mSession->owner()->automaticConfigurationDone(mSession->session()); |
| 189 | mSession->session()->resetAutomaticConfigurationDone(); |
| 190 | } |
| 191 | release(); |
| 192 | } |
nothing calls this directly
no test coverage detected