Summary | Name lookup for other users' folders |
Queue | IMP |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | Tim.Bannister (at) manchester (dot) ac (dot) uk |
Created | 05/21/2008 (6268 days ago) |
Due | |
Updated | 01/13/2010 (5666 days ago) |
Assigned | |
Resolved | 12/09/2009 (5701 days ago) |
Milestone | |
Patch | No |
Request #6734: Add hook to dynamically change mailbox labelhttp://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-git&r1=f38d5f2b976b7b538628ff51af15ca4d7f872b53&r2=01d5788ec5b5ef0b1450f42517348790d0585bcb
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=5881f3704220f480f275d5af55954de84f979b68&r2=01d5788ec5b5ef0b1450f42517348790d0585bcb
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=972898dc01b6daeb1bf9a33f32f79c4e5e710d23&r2=01d5788ec5b5ef0b1450f42517348790d0585bcb
Assigned to Michael Slusarz
State ⇒ Resolved
Version ⇒ Git master
Request #6734: Add hook to dynamically change mailbox labelhttp://git.horde.org/diff.php/imp/config/hooks.php.dist?rt=horde-hatchery&r1=f38d5f2b976b7b538628ff51af15ca4d7f872b53&r2=01d5788ec5b5ef0b1450f42517348790d0585bcb
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=5881f3704220f480f275d5af55954de84f979b68&r2=01d5788ec5b5ef0b1450f42517348790d0585bcb
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-hatchery&r1=972898dc01b6daeb1bf9a33f32f79c4e5e710d23&r2=01d5788ec5b5ef0b1450f42517348790d0585bcb
State ⇒ Accepted
horde/lib/Block/account.php).
On the system I'm configuring we use LDAP for account lookups. On a
different system you might need to configure a different driver or
another attribute to search on (for example, "mail" rather than "uid",
if the folder names are based on email addresses). I'd be happy
handling just the common case to look up on UID.
basically impossible. Presumably you have Horde configured to look up
names via posix_* functions or something? Or do you mean using a
user's identity? The mailbox name isn't necessarily tied to the Horde
username either.
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Name lookup for other users' folders
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ New
folders. IMP shows the folders under the heading "Other Users' Folders".
On many systems the folder names are based on the owners' UIDs. For
example, a user John Smith might have a folder shown as "smithj42"
inside "Other Users' Folders".
Horde is already able to look up displayNames from UIDs. To enhance
IMP, implement the same facility for "Other Users' Folders"