[dev] MIMP bugfix patch

Stephen A. Cochran Lists stephen.a.cochran.lists at cahir.net
Thu Apr 20 08:14:22 PDT 2006


To allow for usernames with spaces (same modification has been made  
in IMP since last release);

Line 528:
query = $tag . " LOGIN $username {" . strlen($password) . "}\r\n";

query = $tag . " LOGIN \"$username\" {" . strlen($password) . "}\r\n";

Steve Cochran


More information about the dev mailing list