Ticket #1484819: imap-crammd5-auth.diff
| File imap-crammd5-auth.diff, 485 bytes (added by neodude, 10 months ago) |
|---|
-
roundcubemail/program/lib/imap.inc
269 269 $hash = md5($hash); 270 270 271 271 // generate reply 272 $reply = base64_encode( '"' . $user . '" "' . $hash . '"');272 $reply = base64_encode($user . ' ' . $hash); 273 273 274 274 // send result, get reply 275 275 fputs($conn->fp, $reply . "\r\n");
