Hi, I am planning to write a plugin to reproduce the "collected addressbook" feature of thunderbird (ie: each email address you send a mail to is collected in a special automatic addressbook, usefull for completion).
I need to store the completed addresses somewhere of course, watching at some code and existing plugins, I see 3 ways to do that : - store it into the main address book of the user, but it's not a good solution as "explicit" contacts will get lost in collected addresses. - store it in the "cache" table, but I then have only one field and I need to use serializing/unserializing, that is bad for performances (& with a quicly growing collected list...). - creating a new SQL table for the plugin, that would be the cleaner solution at the moment but I wonder if there is some caveats adding "freely" tables to the roundcube base... ... Can you guys give me some advice on that ? Thanks for your help & anyway for that great piece of code ! Jocelyn _______________________________________________ List info: http://lists.roundcube.net/dev/
