我们可以将Web邮件与我们的应用程序集成

时间:2021-06-05 15:51:51

We want to integrate webmail with our current application. At present I need to sign in to my existing application. As soon as it is done, I am asked for the webmail credentials. Once the web mail credentials are entered, the user gets access to webmail where I get 3 options in form of "Horde", "Squirrel Mail" and "Round Cube Webmail".

我们希望将webmail与我们当前的应用程序集成。目前我需要登录我现有的申请。一旦完成,我就会被要求提供网络邮件凭证。输入Web邮件凭证后,用户可以访问webmail,我可以获得“Horde”,“Squirrel Mail”和“Round Cube Webmail”形式的3个选项。

My client is asking me to directly redirect him to "Round Cube Webmail" as soon as he signs in to the application, thus bypassing the web mail sign in process. Can this be achieved? If yes, how?

我的客户要求我在登录应用程序后直接将其重定向到“Round Cube Webmail”,从而绕过Web邮件登录过程。这可以实现吗?如果有,怎么样?

1 个解决方案

#1


Roundcube is open source, you can modify it so that your application logs onto it without showing the login page.

Roundcube是开源的,您可以修改它,以便您的应用程序登录到它而不显示登录页面。

So just edit the Roundcube's login page and have your application use the credentials stored to Login instead of the login form it uses now.

因此,只需编辑Roundcube的登录页面,让您的应用程序使用存储到Login的凭据,而不是现在使用的登录表单。

#1


Roundcube is open source, you can modify it so that your application logs onto it without showing the login page.

Roundcube是开源的,您可以修改它,以便您的应用程序登录到它而不显示登录页面。

So just edit the Roundcube's login page and have your application use the credentials stored to Login instead of the login form it uses now.

因此,只需编辑Roundcube的登录页面,让您的应用程序使用存储到Login的凭据,而不是现在使用的登录表单。