fix: add new plugin api methods introduced by #586 to protocol plugin sandbox

This commit is contained in:
Paulhenry Saux
2026-07-13 21:21:07 +02:00
committed by Linus Rath
parent 432ba0516b
commit 20d02214df
+1
View File
@@ -243,6 +243,7 @@ export const API_METHODS = [
'http.post', 'http.fetch',
'webauthn.getOrCreate',
'jmap.fetchBlob', 'jmap.sendRaw',
'upfiles.get', 'upfiles.save',
'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.openExternalUrl', 'ui.downloadFile'