6.0.0-beta1
7/29/25

[#1408] No expanded address return in compose window
Summary No expanded address return in compose window
Queue IMP
Queue Version 4.0.2
Type Bug
State Not A Bug
Priority 1. Low
Owners
Requester davdi (at) tmv (dot) gov (dot) tw
Created 02/18/2005 (7466 days ago)
Due
Updated 03/24/2005 (7432 days ago)
Assigned 03/24/2005 (7432 days ago)
Resolved 03/24/2005 (7432 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
03/24/2005 03:19:02 PM Chuck Hagenbuch Comment #4
State ⇒ Not A Bug
Reply to this comment
Then this has nothing to do with IMP.
03/24/2005 05:47:00 AM david (at) tmv (dot) gov (dot) tw Comment #3 Reply to this comment
Hi  chuck:

Thanks for your feedback .I did search by mail address's kerword in 
Turba,but not thing return,even it realy match somewhere in my ldap 
address book.



David Chang


03/24/2005 03:27:50 AM Chuck Hagenbuch Taken from Horde DevelopersHorde Developers
 
03/24/2005 03:27:17 AM Chuck Hagenbuch Comment #2
State ⇒ Feedback
Priority ⇒ 1. Low
Reply to this comment
I can't reproduce this. Can you search by email from within Turba?
03/06/2005 01:45:47 PM Jan Schneider Priority ⇒ 3. High
 
03/06/2005 01:45:32 PM Jan Schneider Assigned to Horde DevelopersHorde Developers
State ⇒ Assigned
 
02/18/2005 08:06:48 AM davdi (at) tmv (dot) gov (dot) tw Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ No expanded address return in compose window
Queue ⇒ IMP
Reply to this comment
Hi there:

There are no any mail address return in IMP's compose window,if i fill 
a key word of  a mail address in TO then click "Expand".The target 
address book was point to my ldap directory .



Only email keyword doesn't work.



Here are the TURBA/config/source.php for my LDAP.

=========================================

$cfgSources['tmv_ldap'] = array(

     'title' => _("Shared Directory"),

     'type' => 'ldap',

     'params' => array(

         'server' => 'ldap.tmv.gov.tw',

         'port' => 389,

         'root' => 'ou=people,dc=example.com',

         'bind_dn' => 'cn=root,dc=example.com'',

         'bind_password' => '********',

         'sizelimit' => 1200,

         'dn' => array('cn'),

         'objectclass' => array('top',

                                'person',

                                'organizationalPerson','inetOrgPerson'),

         'charset' => 'utf-8',

         // check if all required attributes for an entry are set and add them

         // if needed.

         'checkrequired' => false,

         // string to put in missing required attributes.

         'checkrequired_string' => ' ',

         'version' => 3

     ),

     'map' => array(

         '__key' => 'dn',

         '__uid' => 'uid',

         'name' => 'cn',

         'email' => 'maillocaladdress',

         'unit' => 'roomnumber',

         'homePhone' => 'homephone',

         'workPhone' => 'telephonenumber',

         'cellPhone' => 'mobile',

         'homeAddress' => 'homepostaladdress',

         'id' => 'uid'

         // 'freebusyUrl' => 'calFBURL'

     ),

     'search' => array(

         'name',

         'email',

         'homePhone',

         'workPhone',

         'cellPhone',

         'homeAddress',

         'unit',

         'id'

     ),

     'strict' => array(

         'dn',

     ),

     'public' => true,

     'readonly' => true,

     'admin' => array('txg16'),

     'export' => false

);



Here are the TURBA/config/attributes.php for Email field.

=========================================

$attributes['email'] = array(

     'label' => _("Email"),

     'type' => 'email',

     'required' => false,

     'params' => array('', 40, 255)

);





Note:The Email field was selected already in IMP-->Option-->Address 
Book for search(exapnd)






Saved Queries