From c3e6d69acbf18479d28af01f76b6f5b3ed6e714b Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Mon, 29 Apr 2013 12:49:30 +0100 Subject: ftpserver.pl: Corrected the imap LOGIN response ...to be more realistic and consistent with the other imap responses. --- tests/ftpserver.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index 1163dcb74..b7dd6313c 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", -- cgit v1.2.3