[Tickets #7834] Problem adding attendees from local contact list
bugs at horde.org
bugs at horde.org
Fri Jan 9 11:17:30 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/7834
------------------------------------------------------------------------------
Ticket | 7834
Created By | frederic.soulier at univ-tlse1.fr
Summary | Problem adding attendees from local contact list
Queue | Horde Groupware Webmail Edition
Version | 1.2.1
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
frederic.soulier at univ-tlse1.fr (2009-01-09 06:17) wrote:
Using attendees.php in order to create FBUrl view of events
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 at 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 at univ-tlse1.fr, email2 at univ-tlse1.fr,etc........>
The file RFC822.php doesn't accept this format and seems accept only
few formats like : email1 at univ-tlse1.fr,email2 at univ-tlse1.fr
In older version of horde the format was indeed
email1 at univ-tlse1.fr,email2 at univ-tlse1.fr whitout any other information.
More information about the bugs
mailing list