6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/18/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#3363] Editing Options for Mobile Mail requires me to relogin in MIMP
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..___. ..__ . . |\ |[__ \ /[__)| | | \|[___ \/ [__)|__|
Comment
> If i enter Horde/IMP4 with my normal webbrowser, click on Options and > select "Edit options for: Mobil Mail" i get the MIMP login screen in > the right frame instead of the options page. I have to enter my login > in the mimp frame and then reenter the option screen to get access to > the mobile mail options. > > > > I use the following authentication setup (nothing unusual): > > > > $conf['auth']['driver'] = 'composite'; > > $conf['auth']['params']['drivers'] = array( > > 'imp' => array('driver' => 'application', > > 'params' => array('app' => 'imp')), > > 'mimp' => array('driver' => 'application', > > 'params' => array('app' => 'mimp'))); > > $conf['auth']['params']['loginscreen_switch'] = '_horde_select_loginscreen'; > > > > if (!function_exists('_horde_select_loginscreen')) { > > function _horde_select_loginscreen() > > { > > require_once 'Horde/Browser.php'; > > $browser = new Browser(); > > if ($browser->isMobile()) { > > return 'mimp'; > > } > > return 'imp'; > > } > > } > > > > I don't know if i configured anything wrong (i don't think so), but > it should be possible to set the options for mobile mail directly > without loggin in twice (once for imp4 and once for mimp). > > Note: Accessing the other option pages (Addressbook, Horde and Mail) > works as expected.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers