diff options
Diffstat (limited to '')
-rw-r--r-- | src/net/imap/IMAPStore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/imap/IMAPStore.cpp b/src/net/imap/IMAPStore.cpp index 4508f0e6..05eaf99c 100644 --- a/src/net/imap/IMAPStore.cpp +++ b/src/net/imap/IMAPStore.cpp @@ -191,7 +191,7 @@ void IMAPStore::noop() if (resp->isBad() || resp->response_done()->response_tagged()-> resp_cond_state()->status() != IMAPParser::resp_cond_state::OK) { - throw exceptions::command_error("NOOP", m_connection->getParser()->lastLine()); + throw exceptions::command_error("NOOP", resp->getErrorLog()); } |