ftpserver.pl: Corrected the imap LOGIN response

...to be more realistic and consistent with the other imap responses.
This commit is contained in:
Steve Holme 2013-04-29 12:49:30 +01:00
Родитель b56e3d43e5
Коммит c3e6d69acb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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",