6.0.0-beta1
7/17/25

[#7986] dimp and initial_application
Summary dimp and initial_application
Queue Horde Groupware Webmail Edition
Queue Version 1.2.2
Type Bug
State Not A Bug
Priority 1. Low
Owners
Requester dom.lalot (at) gmail (dot) com
Created 02/13/2009 (5998 days ago)
Due
Updated 02/17/2009 (5994 days ago)
Assigned 02/13/2009 (5998 days ago)
Resolved 02/17/2009 (5994 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
02/17/2009 12:56:27 PM dom (dot) lalot (at) gmail (dot) com Comment #8 Reply to this comment
No, because we don't want two mail clients to appear in the menu, and
most people running IMP use it for Horde authentication anyway.
Hello Jan,



As I said, CAS authentication is bypassing the login menu. So my setup 
is just permitting people to choose imp through prefs. Using SSO, we 
are just having CAS service tickets and proxy tickets. Then, we are 
using composite driver with ldap and CAS.

There's so many ways to configure horde! (hopefully..)



Dom
02/17/2009 11:10:41 AM Jan Schneider Comment #7
State ⇒ Not A Bug
Reply to this comment
No, because we don't want two mail clients to appear in the menu, and 
most people running IMP use it for Horde authentication anyway.
02/17/2009 09:36:53 AM dom (dot) lalot (at) gmail (dot) com Comment #6 Reply to this comment

[Show Quoted Text - 21 lines]
I just answer to my problem. To solve it:

$this->applications['dimp'] = array(

     'fileroot' => dirname(__FILE__) . '/../dimp',

     'webroot' => $this->applications['horde']['webroot'] . '/dimp',

     'name' => _("Dynamic Mail"),

     'status' => 'active',

     'target' => '_parent',

);



I change status from notoolbar to active. Then I was able to select 
and choose dimp as an initial application. May be it should be the 
default choice?



Dom
02/16/2009 09:51:38 PM dom (dot) lalot (at) gmail (dot) com Comment #5 Reply to this comment
I understand why we did not understand each other. We are using horde
inside the esup-portail porject for french universities. And to use
it, we have an internal patch for an SSO CAS authentication (By the
way, that would be great to have the patches in the main line..)
Uh, sure :) Want to submit them (in a separate ticket of course)?
Hi Chuck,



I'm waiting for the answer of a colleague as I am not the writer of 
the patch. Thanks for the proposal, that would be nice, but the patch 
is affecting imap and sieve as we have to get a new proxy ticket when 
the imap or sieve login fails. So there is 3 or 4 file to modify plus 
the phpCAS pear package. I'll (or my colleague) come back with a new 
ticket



Dom



Dom




02/14/2009 07:25:20 PM Chuck Hagenbuch Comment #4 Reply to this comment
I understand why we did not understand each other. We are using horde
inside the esup-portail porject for french universities. And to use
it, we have an internal patch for an SSO CAS authentication (By the
way, that would be great to have the patches in the main line..)
Uh, sure :) Want to submit them (in a separate ticket of course)?
02/14/2009 12:57:04 PM dom (dot) lalot (at) gmail (dot) com Comment #3 Reply to this comment
I have no idea what you think what the bug is. Actually, I'm not even
sure what you are trying to say.
I understand why we did not understand each other. We are using horde 
inside the esup-portail porject for french universities. And to use 
it, we have an internal patch for an SSO CAS authentication (By the 
way, that would be great to have the patches in the main line..)



So users have no possibilities to select their mode on login and we 
rely on initial application preference which can be locked or not. If 
it's not locked, an end user has no way to select dimp.

I would like to say: OK, if you don't like dimp, change your pref. And 
there is only imp which can be selected (no dimp or mimp)



Dom




02/13/2009 11:10:41 PM Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
I have no idea what you think what the bug is. Actually, I'm not even 
sure what you are trying to say.
02/13/2009 10:33:47 PM dom (dot) lalot (at) gmail (dot) com Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ dimp and initial_application
Queue ⇒ Horde Groupware Webmail Edition
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment


// what application should we go to after login?

$_prefs['initial_application'] = array(

     'value' => 'dimp',

     'locked' => false,

     'shared' => true,

     'type' => 'select',

     'desc' => sprintf(_("What application should %s display after 
login?"), $GLOBALS['registry']->get('name'))

);



If I lock the value, no problem. But, if I unlock, people will see in 
Options a select drop down box and the first selected will be address. 
(dimp is nowhere)



The reason seems to be: there is only one courrier at that point which 
is imp. And I would like that people would be able to switch from dimp 
to imp without assistance. And as a matter of fact, how can a end user 
select dimp in Global Options



Thanks



Dom

Saved Queries