feat: add contact methods in plugin API

This commit is contained in:
Paulhenry Saux
2026-07-22 19:34:45 +02:00
parent 959d4bd6ce
commit 7bf62e4bdc
3 changed files with 53 additions and 0 deletions
+1
View File
@@ -244,6 +244,7 @@ export const API_METHODS = [
'webauthn.getOrCreate',
'jmap.fetchBlob', 'jmap.sendRaw',
'upfiles.get', 'upfiles.save',
'contact.get', 'contact.update', 'contact.create', 'contact.search',
'admin.getConfig', 'admin.getAllConfig', 'admin.setConfig', 'admin.deleteConfig',
'toast.success', 'toast.error', 'toast.info', 'toast.warning',
'ui.confirm', 'ui.alert', 'ui.prompt', 'ui.rerenderEmail', 'ui.rerenderFetchedEmails', 'ui.openExternalUrl', 'ui.downloadFile',