Roundcube Web Email Implementation In Yii

Hi,

I need to know the steps to implement roundcibe webemail in my website.Can any one please help me.

Why do you want yii to install roundcube? Roundcube does not need yii to run afaik.

Even I want to do the same.

We want our users to access their mail contents on our Web App itself through roundcube(which will be integrated in our yii project).

for eg:

h t t p : //localhost/ - Yii app

h t t p : //localhost/contact/view - controller/action

h t t p : //localhost/contact/create - controller/action

h t t p : //localhost/email - roundcube

Is this possible with the least modifications in roundcube source ?

Can we do it by changing .htaccess ?

Thanks.