| 391 | } |
| 392 | |
| 393 | void IMAPAsyncConnection::logConnection(ConnectionLogType logType, Data * buffer) |
| 394 | { |
| 395 | pthread_mutex_lock(&mConnectionLoggerLock); |
| 396 | if (mConnectionLogger != NULL) { |
| 397 | mConnectionLogger->log(this, logType, buffer); |
| 398 | } |
| 399 | pthread_mutex_unlock(&mConnectionLoggerLock); |
| 400 | } |
| 401 | |
| 402 | void IMAPAsyncConnection::setAutomaticConfigurationEnabled(bool enabled) |
| 403 | { |