Files
mail-client/src-tauri/capabilities/default.json
T
KanjiG 20bfd2cf6b Initial commit: Outlook-competitor desktop mail client
Tauri v2 (Rust backend, React/TypeScript frontend). IMAP/POP3/SMTP core,
Google OAuth (mail/calendar/contacts sync), CalDAV, local calendar with
recurrence, rules engine, contacts, tasks, unified inbox, context menus,
drag & drop, snooze, templates, and more.
2026-07-28 20:56:05 +02:00

18 lines
388 B
JSON

{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "enables the default permissions",
"windows": [
"main",
"compose-*"
],
"permissions": [
"core:default",
"dialog:default",
"notification:default",
"core:webview:allow-create-webview-window",
"core:window:allow-close",
"core:window:allow-set-focus"
]
}