Hi Frederic,
Thanks for your post. To implement this auto-fill I would suggest to write the code to app.js and add the event handler during task init rather than writing it directly to HTML. See how this is done for the login page near line 274 in app.js
About address book: I've already posted my ideas about the address book implementation in previous posts: http://lists.roundcube.net/mail-archive/roundcube.dev/2005/11/368/
Currently I'm re-writing the data back-end of the address book to integrate LDAP directories and enable top copy an address from one source to the other by simply drag & drop them. You can see it in the devel-addressbook branch. The structure of the address data still remains the same and there are no new fields available for now. The extension of the address book with extra fields as well as import/export functions are planned for 0.2-beta as stated in the road map.
There has been made an approach for a full featured address book which looks quite nice but has to be improved: http://lists.roundcube.net/mail-archive/roundcube.dev/2006/10/28/
Let's have a look at it once the 0.1-stable is released.
~Thomas
2007/4/8, Frederic Leroux leroux.frederic@gmail.com:
Hi,
I want to start develop for Roundcube. Just for training and my personal use, I make this changement: when you add a contact, the name to show is auto completed by the firstname and surname field.
If you think it could be usefull add it in the svn. I want to add some infos in address book like phone number, address .... Like in thunderbird.
Where is the better place to show the database changement? Or do i have to work on others things?
Fred