Loading tests/ftpserver.pl +8 −1 Original line number Diff line number Diff line Loading @@ -581,12 +581,12 @@ sub protocolsetup { 'EXAMINE' => \&EXAMINE_imap, 'FETCH' => \&FETCH_imap, 'LIST' => \&LIST_imap, 'LOGOUT' => \&LOGOUT_imap, 'SELECT' => \&SELECT_imap, 'STORE' => \&STORE_imap ); %displaytext = ( 'LOGIN' => ' OK We are happy you popped in!', 'LOGOUT' => ' OK thanks for the fish', 'welcome' => join("", ' _ _ ____ _ '."\r\n", ' ___| | | | _ \| | '."\r\n", Loading Loading @@ -1004,6 +1004,13 @@ sub EXAMINE_imap { return 0; } sub LOGOUT_imap { sendcontrol "* BYE cURL IMAP server signing off\r\n"; sendcontrol "$cmdid OK LOGOUT completed\r\n"; return 0; } ################ ################ POP3 commands ################ Loading Loading
tests/ftpserver.pl +8 −1 Original line number Diff line number Diff line Loading @@ -581,12 +581,12 @@ sub protocolsetup { 'EXAMINE' => \&EXAMINE_imap, 'FETCH' => \&FETCH_imap, 'LIST' => \&LIST_imap, 'LOGOUT' => \&LOGOUT_imap, 'SELECT' => \&SELECT_imap, 'STORE' => \&STORE_imap ); %displaytext = ( 'LOGIN' => ' OK We are happy you popped in!', 'LOGOUT' => ' OK thanks for the fish', 'welcome' => join("", ' _ _ ____ _ '."\r\n", ' ___| | | | _ \| | '."\r\n", Loading Loading @@ -1004,6 +1004,13 @@ sub EXAMINE_imap { return 0; } sub LOGOUT_imap { sendcontrol "* BYE cURL IMAP server signing off\r\n"; sendcontrol "$cmdid OK LOGOUT completed\r\n"; return 0; } ################ ################ POP3 commands ################ Loading