Author Topic: Auto Login and Link Address using PHP  (Read 3797 times)

Offline britoniah3480

  • Newbie
  • *
  • Posts: 1
Auto Login and Link Address using PHP
« on: July 29, 2010, 03:31:06 AM »
Hi! I've been amazed by roundcube and I'm happy with your Roundcube! ;D

but there is something I want to ask, you see, I'm trying to integrate Roundcube with my Social Networking site. now I just want to ask two things.

first, How to auto login mail users? I've manage to create email accounts in Cpanel and make them login to roundcube. but I need to know how to do I login email accounts with PHP?

second is it possible to send $_GET links to fill up automatically the address?? like for example

http://mysite.com/mail/?_task=mail&_id=19953539714c512dc18c809&_action=compose&address=johnemail@somedomain.com



thank you so much!! More power! :D

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Auto Login and Link Address using PHP
« Reply #1 on: July 29, 2010, 05:44:29 AM »
You should take a look at the auto login http://trac.roundcube.net/browser/trunk/plugins/autologon/autologon.php plugin you should be able to modify it to fit your needs.