Summary | Problem adding attendees from local contact list |
Queue | Kronolith |
Queue Version | 2.3 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | frederic.soulier (at) univ-tlse1 (dot) fr |
Created | 01/09/2009 (6057 days ago) |
Due | 01/09/2009 (6057 days ago) |
Updated | 01/13/2010 (5688 days ago) |
Assigned | 01/09/2009 (6057 days ago) |
Resolved | 03/30/2009 (5977 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
MFB: Allow to add address lists as attendees through the address book
popup (
Bug #7834).http://git.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde-git&r1=b833a29efe0a8a77665b28ba3493d0afccd0c9ad&r2=ea8bf7cdee66921a04150b65896f8aefd424249f
http://git.horde.org/diff.php/kronolith/templates/contacts/contacts.inc?rt=horde-git&r1=1e4921a64383315399b4a6d0bea76fc95c6128c2&r2=ea8bf7cdee66921a04150b65896f8aefd424249f
MFB: Make sure that email lists are correctly encoded. We don't
support them at the moment, but this at least prevents errors (Bug
#7834).http://git.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde-git&r1=b9d87f95d6d4d41adc10395fe631eb81323bb8a3&r2=c85b6ca17876adf9f1e9cf16b47d98e4430555dc
http://git.horde.org/diff.php/kronolith/templates/contacts/contacts.inc?rt=horde-git&r1=744398432f3dfebbe982718e85ebe671b2049084&r2=c85b6ca17876adf9f1e9cf16b47d98e4430555dc
Support adding of contact lists through the address book popup
(Partially
bug #7834).http://cvs.horde.org/diff.php/kronolith/templates/contacts/contacts.inc?rt=horde&r1=1.7.10.10&r2=1.7.10.11&ty=u
State ⇒ Resolved
Taken from
Assigned to Jan Schneider
I added some check to catch these cases. Probably not the solution you
wanted, but at least it doesn't show errors anymore.
http://cvs.horde.org/diff.php/kronolith/templates/contacts/contacts.inc?rt=horde&r1=1.7.10.9&r2=1.7.10.10&ty=u
Version ⇒ 2.3
State ⇒ Assigned
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Problem adding attendees from local contact list
Due ⇒ 01/09/2009
Queue ⇒ Horde Groupware Webmail Edition
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
participants we encounter a problem/bug.
For recurrent events we create in our local adress book a contact list
(test-list) containing 15 users in order to not add manually each user
for each recurrent event.
When we add these participants in attendees.php using the "test-list"
contact list we have the following error :
Unable to recognize « "test-list" <email1@univ-tlse1.fr » like a valid adress.
It seems the post data is a string, containing list of email
addresses, formatted like this :
"test-list" <email1@univ-tlse1.fr, email2@univ-tlse1.fr,etc........>
The file RFC822.php doesn't accept this format and seems accept only
few formats like : email1@univ-tlse1.fr,email2@univ-tlse1.fr
In older version of horde the format was indeed
email1@univ-tlse1.fr,email2@univ-tlse1.fr whitout any other information.