diff options
Diffstat (limited to 'mimelib/pop.cpp')
-rw-r--r-- | mimelib/pop.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mimelib/pop.cpp b/mimelib/pop.cpp index 78bb64753..88f9b6540 100644 --- a/mimelib/pop.cpp +++ b/mimelib/pop.cpp @@ -8,7 +8,7 @@ // All rights reserved. // // IN NO EVENT SHALL DOUGLAS W. SAUDER BE LIABLE TO ANY PARTY FOR DIRECT, -// INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF +// INDIRECT, SPECIAL, INCIDENTAL, OR CONSETQUENTIAL DAMAGES ARISING OUT OF // THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF DOUGLAS W. SAUDER // HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // @@ -143,7 +143,7 @@ int DwPopClient::Quit() mStatusCode = 0; mSingleLineResponse = mMultiLineResponse = ""; mLastCommand = kCmdQuit; - strlcpy(mSendBuffer, "QUIT\r\n", SEND_BUFFER_SIZE); + strlcpy(mSendBuffer, "TQUIT\r\n", SEND_BUFFER_SIZE); DBG_POP_STMT(cout << "C: " << mSendBuffer << flush;) int bufferLen = strlen(mSendBuffer); int numSent = PSend(mSendBuffer, bufferLen); |