bonjour a tous je suis administrateur linux dans un centre hospitalier. j'ai environ 700 utilisateurs sur la messagerie (postfix). j'ai mis en place roundcube V0.1.1 il y a 1 mois et c'est un super webmail. par contre je cherche a mettre en place la possibilite de creer des groupes de contacts, je m'explique : je voudrais lors de la creation d'un nouveau contact, avoir la possibilite de renseigner plusieurs adresses mail separees par des virgules dans le champs email. pour l'instant si j'essaye j'ai le message suivant : "veuillez saisir une adresse mail valide" je voudrais empecher cette verification, mais je ne trouve le fichier a modifier. sachant que le champs "email" de la table "contacts" de la base de donnees accepte 128 caracteres. si j'ajoute manuellement mes adresses separees par des virgules directement dans la base de donnees ça fonctionne. j'espere avoir ete assez clair, merci d'avance pour votre aide. _______________________________________________ List info: http://lists.roundcube.net/users/
Bonjour, hello,
On Wed, 01 Oct 2008 18:54:20 +0200, vmmail vmmail@free.fr wrote:
bonjour a tous je suis administrateur linux dans un centre hospitalier. j'ai environ 700 utilisateurs sur la messagerie (postfix). j'ai mis en place roundcube V0.1.1 il y a 1 mois et c'est un super
webmail.
par contre je cherche a mettre en place la possibilite de creer des groupes de contacts, je m'explique : je voudrais lors de la creation d'un nouveau contact, avoir la possibilite de renseigner plusieurs adresses mail separees par des virgules dans le champs email. pour l'instant si j'essaye j'ai le message suivant : "veuillez saisir une adresse mail valide" je voudrais empecher cette verification, mais je ne trouve le fichier a modifier. sachant que le champs "email" de la table "contacts" de la base de donnees accepte 128 caracteres. si j'ajoute manuellement mes adresses separees par des virgules directement dans la base de donnees ça fonctionne. j'espere avoir ete assez clair, merci d'avance pour votre aide.
C'est possible de parler en anglais, car je pense que beaucoup de gens on ce list ne parle pas le francais? :)
Translation: Would it be possible to talk in english cause I think lots of people don't speak French on this list :)
List info: http://lists.roundcube.net/users/
j'essaye en anglais !
Hello to all I'm linux administrator in a hospital. I have 700 users on a messaging (Postfix). I set up RoundCube v0.1.1 one month ago and it's a super webmail. I search the possibility of to create contacts groups, i explain: I want when creating a new contact, can enter many email addresses, separated with commas in the fields email. But if I try I have the following message: "please enter a valid email address " I would like to remove this check, but I don't find. Knowing that the field "email" in the table "contacts" of the database accepts 128 characters. If I add my addresses manually separated by commas directly into the database, it works. Sorry for my english and thank you in advance for your help. _______________________________________________ List info: http://lists.roundcube.net/users/
vmmail wrote:
j'essaye en anglais !
Hello to all I'm linux administrator in a hospital. I have 700 users on a messaging (Postfix). I set up RoundCube v0.1.1 one month ago and it's a super webmail. I search the possibility of to create contacts groups, i explain: I want when creating a new contact, can enter many email addresses, separated with commas in the fields email. But if I try I have the following message: "please enter a valid email address " I would like to remove this check, but I don't find. Knowing that the field "email" in the table "contacts" of the database accepts 128 characters. If I add my addresses manually separated by commas directly into the database, it works. Sorry for my english and thank you in advance for your help.
In current trunk it is on line 684 in app.js. Search for else if (input_email && !rcube_check_email(input_email.value))
wahouuuu excellent ! it's exactly what i want, it works thanks very much
Dennis P. Nikolaenko a écrit :
vmmail wrote:
j'essaye en anglais !
Hello to all I'm linux administrator in a hospital. I have 700 users on a messaging (Postfix). I set up RoundCube v0.1.1 one month ago and it's a super webmail. I search the possibility of to create contacts groups, i explain: I want when creating a new contact, can enter many email addresses, separated with commas in the fields email. But if I try I have the following message: "please enter a valid email address " I would like to remove this check, but I don't find. Knowing that the field "email" in the table "contacts" of the database accepts 128 characters. If I add my addresses manually separated by commas directly into the database, it works. Sorry for my english and thank you in advance for your help.
In current trunk it is on line 684 in app.js. Search for else if (input_email && !rcube_check_email(input_email.value))
List info: http://lists.roundcube.net/users/