From 48ad7c4d441e371374565d92f778802a853e8cb6 Mon Sep 17 00:00:00 2001 From: Arnt Gulbrandsen Date: Wed, 10 Sep 2014 14:41:04 +0200 Subject: [PATCH] We need at least one nonwhitespace character in the human-readble text pointed out by jkt --- imap/imap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imap/imap.cpp b/imap/imap.cpp index e688351..171e004 100644 --- a/imap/imap.cpp +++ b/imap/imap.cpp @@ -698,7 +698,7 @@ void IMAP::setSession( Session * s ) return; if ( session() ) { - (void)new ImapResponse( this, "OK [CLOSED] " ); + (void)new ImapResponse( this, "OK [CLOSED] Ita, missa est" ); } Connection::setSession( s ); if ( s ) { -- 2.1.4