Commit c3e6d69a authored by Steve Holme's avatar Steve Holme
Browse files

ftpserver.pl: Corrected the imap LOGIN response

...to be more realistic and consistent with the other imap responses.
parent b56e3d43
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",