Roundcube-AutoLogin
Roundcube-AutoLogin copied to clipboard
This class allows you to automatically login to RoundCube
Hi, I'm submitting a form to autologin script with post email and password. I have a form with 2 hidden inputs with email and password values, but ofcourse they are...
I'm pretty sure I've got everything set up correctly, but it's not working. I've added some echos and disabled the final redirect, which was wiping out any diagnostic messages. I...
I tried to navigate through the HTML. The roundcube seems to have successfully logged in to the log file. But the session can not be opened. There is an empty...
Hello, I tried your autologin script - excelent work by the way. But when I try it, I found one fundamental thing, which makes the functionality not 100 percent. The...
RoundCube 1.3.10 changed their: Set-Cookie: headers, to: set-cookie: So this match fails: preg_match_all('/Set-Cookie: (.*)\b/', $response, $cookies); Simply add the case-insensitive 'i' flag to it, to handle both cases: preg_match_all('/Set-Cookie: (.*)\b/i',...
update Set-Cookies to set-cookies regex
Hi, when I use this script, i got RC error: Unable to get token, is your RC link correct? Is this project still alive?
Hi, thanks a lot for Roundcuber-AutoLogin. I just wanted to note that I [merrily forked](https://github.com/sourcepole/roundcube-login-check/blob/master/try_to_log_in_to_roundcube.php) the project because I morphed it into something different and that maybe you want to...