diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-04-29 12:49:30 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-04-29 12:58:41 +0100 |
commit | c3e6d69acbf18479d28af01f76b6f5b3ed6e714b (patch) | |
tree | 701569cfadf3156e1b03014a107e03766e30b759 | |
parent | b56e3d43e5de43121779dfbbe0f7d1a19bef8c7b (diff) |
ftpserver.pl: Corrected the imap LOGIN response
...to be more realistic and consistent with the other imap responses.
-rwxr-xr-x | tests/ftpserver.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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", |