Posts Tagged ‘PHP’

Roundcube login via PHP script

Posted in Programming on May 16th, 2008 by Philipp C. Heckel – 76 Comments

Roundcube is an AJAX/PHP based e-mail application which is really flexible and easy to use in comparison to other free web based solutions.

For the customer interface of Silversun, I wanted to use RC as the internal web mail application and therefore had to embed it into my system. To avoid that the customer has to log in twice (customer interface and Roundcube), I had to simulate the login request with a PHP script.

read more »