6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/17/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#4018] Using groups with groupname containing a . fails
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . ..__ .__.. . | \| |[__)[__]|__| |__/|__|| | || |
Comment
> Group names with dots need to be quoted according to RF2822. > > > > Michael, I tried it with this (ugly) patch: > > > > --- api.php.~1.188.~ 2006-05-22 14:35:32.000000000 +0200 > > +++ api.php 2006-06-08 18:59:50.000000000 +0200 > > @@ -1010,6 +1010,9 @@ > > } > > } > > } > > + require_once 'Horde/MIME.php'; > > + $vars = get_class_vars('MIME'); > > + $listatt['name'] = > MIME::_rfc822Encode($listatt['name'], $vars['rfc822_filter'] . '.'); > > $results[$name][] = array('name' => > $listatt['name'], 'email' => implode(', ', $emails), 'id' => > $listatt['__key'], 'source' => $source); > > } > > } > > > > But this resulted in inconsistent results when I expand names with > ajax or use the address book popup. Maybe you have a bright idea?
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