mirror of
https://github.com/curl/curl.git
synced 2026-07-22 22:47:17 +03:00
ftpserver.pl: Corrected the imap LOGIN response
...to be more realistic and consistent with the other imap responses.
This commit is contained in:
parent
b56e3d43e5
commit
c3e6d69acb
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue