fix: hide Files when account lacks filenode capability #563

This commit is contained in:
Linus Rath
2026-07-07 23:59:19 +02:00
parent c7d551f185
commit 8904d724bb
3 changed files with 95 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ export interface IJMAPClient {
supportsContacts(): boolean;
supportsCalendars(): boolean;
supportsSieve(): boolean;
supportsFiles(): boolean;
supportsFiles(accountId?: string): boolean;
// ── Push / state ──────────────────────────────────────────────
setupPushNotifications(): boolean;