[Tickets #5356] Re: Improve multiple email addreses per Turba contact

bugs at bugs.horde.org bugs at bugs.horde.org
Fri May 18 08:39:28 UTC 2007


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=5356
-----------------------------------------------------------------------
 Ticket             | 5356
 Updated By         | thomas.jarosch at intra2net.com
 Summary            | Improve multiple email addreses per Turba contact
 Queue              | Horde Framework Packages
 Version            | HEAD
 Type               | Enhancement
 State              | Feedback
 Priority           | 1. Low
 Owners             | 
-----------------------------------------------------------------------


thomas.jarosch at intra2net.com (2007-05-18 01:39) wrote:

>> Does Turba allow email groups?
>> I just tried to enter "foo:a at b.example,c at d.example,e at f.example;" and
>> it complained it's not a valid address.
>
> Correct, but it doesn't allow multiple email addresses either, they 
> can still appear in existing address books.

It does allow multiple addresses if you do it like this in
attributes.php:

if (!empty($GLOBALS['conf']['kolab']['enabled'])) {
    $attributes['emails'] = array(
        'label' => _("Emails"),
        'type' => 'email',
        'required' => false,
        'params' => array(true, false, true)
    );
}

Apart from that I've never seen a single use of the group format. Though
an MIME:rfc822explode() shouldn't hurt.

Thomas




More information about the bugs mailing list