1 import type { ApiKeysConfig } from '../EncryptionPreferences';
3 export type GetPublicKeysForInbox = ({
7 includeInternalKeysWithE2EEDisabledForMail,
11 internalKeysOnly?: boolean;
13 * Whether to return internal keys which cannot be used for email encryption, as the owner has disabled E2EE.
14 * These keys may still be used for e.g. calendar sharing or message verification.
16 includeInternalKeysWithE2EEDisabledForMail?: boolean;
17 }) => Promise<ApiKeysConfig>;