Rainloop-webmail: ownCloud autologin with same user credentials

Created on 22 Jul 2014  路  3Comments  路  Source: RainLoop/rainloop-webmail

In many cases the mail user can be the same as that of ownCloud.

The plugin for roundcube has some triggers to automatically save user data in the database and not have to put them manually.

They could do something similar to that of rainloop?

example: https://github.com/hypery2k/owncloud/blob/master/roundcube/src/main/php/lib/RoundCubeAuthHelper.class.php

Most helpful comment

i implemented rainloop in a symfony backend and a Dashboard for users! the user need to login to the personal dashboard. if they want to acces the mail area, they need to login again. Is there a way to autologin with a server token ?

All 3 comments

Unfortunately, I'm not a great expert in ownCloud.
I'm not sure that ownCloud Api is allow to get a cleartext password, which is required for logging in to the IMAP (mail).

Fixed in the last version. (v2.1 ownCloud package)
http://apps.owncloud.com/content/show.php/RainLoop+Webmail?content=165254

i implemented rainloop in a symfony backend and a Dashboard for users! the user need to login to the personal dashboard. if they want to acces the mail area, they need to login again. Is there a way to autologin with a server token ?

Was this page helpful?
0 / 5 - 0 ratings