]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ftpserver.pl: Corrected the imap LOGIN response
authorSteve Holme <steve_holme@hotmail.com>
Mon, 29 Apr 2013 11:49:30 +0000 (12:49 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Mon, 29 Apr 2013 11:58:41 +0000 (12:58 +0100)
...to be more realistic and consistent with the other imap responses.

tests/ftpserver.pl

index 1163dcb74a2af28d5c23b8ef8d9bfd5f9fff2568..b7dd6313c803a1b8285668bf919f2e338a8ef942 100755 (executable)
@@ -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",