Hi I am trying to develop a readonly addressbook plugin that provides a addressbook for each *.vcard file in a directory
I am stuck on a couple of issues. My code is at https://pastebin.com/THFn7xi8 1, When I click a contact in the address book I only see Name and email even though get_record and get_result return a full contact with multiple fields field out. 2, In the To field on composing a mail with other address bool the groups show up so I can send to an entire group. Which my plugin groups does not show. I am not sure how the following need implementing public function get_record_groups($id) public function set_group($gid) public function create_group($name) public function delete_group($gid) public function rename_group($gid, $newname, &$newid) public function add_to_group($group_id, $ids) public function remove_from_group($group_id, $ids) 3, Finally when is #[Override] public function set_search_set($filter) ever called ? Are there up to date docs ? Thanks for any guidance.
_______________________________________________ Dev mailing list -- dev@lists.roundcube.net To unsubscribe send an email to dev-le...@lists.roundcube.net