mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Show full IMAP response if line cannot be parsed
This commit is contained in:
@@ -2085,7 +2085,7 @@ if ($lline =~ /^(\S+)\s+OK\s*(.*)/) {
|
||||
}
|
||||
else {
|
||||
# Command failed!
|
||||
return (0, \@rv, $j, $lline =~ /^(\S+)\s+(\S+)\s*(.*)/ ? $3 : undef);
|
||||
return (0, \@rv, $j, $lline =~ /^(\S+)\s+(\S+)\s*(.*)/ ? $3 : $lline);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user