From: Steve Holme Date: Mon, 29 Apr 2013 11:49:30 +0000 (+0100) Subject: ftpserver.pl: Corrected the imap LOGIN response X-Git-Tag: curl-7_31_0~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3e6d69acbf18479d28af01f76b6f5b3ed6e714b;p=thirdparty%2Fcurl.git ftpserver.pl: Corrected the imap LOGIN response ...to be more realistic and consistent with the other imap responses. --- diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index 1163dcb74a..b7dd6313c8 100755 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -587,7 +587,7 @@ sub protocolsetup { 'STORE' => \&STORE_imap ); %displaytext = ( - 'LOGIN' => ' OK We are happy you popped in!', + 'LOGIN' => ' OK LOGIN completed', 'welcome' => join("", ' _ _ ____ _ '."\r\n", ' ___| | | | _ \| | '."\r\n",