diff options
Diffstat (limited to 'mimelib/pop.cpp')
-rw-r--r-- | mimelib/pop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mimelib/pop.cpp b/mimelib/pop.cpp index 88f9b6540..bec5d60b6 100644 --- a/mimelib/pop.cpp +++ b/mimelib/pop.cpp @@ -143,7 +143,7 @@ int DwPopClient::Quit() mStatusCode = 0; mSingleLineResponse = mMultiLineResponse = ""; mLastCommand = kCmdQuit; - strlcpy(mSendBuffer, "TQUIT\r\n", SEND_BUFFER_SIZE); + strlcpy(mSendBuffer, "QUIT\r\n", SEND_BUFFER_SIZE); DBG_POP_STMT(cout << "C: " << mSendBuffer << flush;) int bufferLen = strlen(mSendBuffer); int numSent = PSend(mSendBuffer, bufferLen); |