feat(mail): define standard IMAP folder mappings
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import type {
|
||||
MailCredentialEnvelope,
|
||||
MailImapFolderMappings,
|
||||
MailImapTransportSettings,
|
||||
MailProfilePatternKey,
|
||||
MailProfilePolicy,
|
||||
@@ -14,6 +15,8 @@ import type {
|
||||
export type {
|
||||
MailCredentialEnvelope,
|
||||
MailCredentialPolicy,
|
||||
MailImapFolderMappingKey,
|
||||
MailImapFolderMappings,
|
||||
MailProfilePatternKey,
|
||||
MailProfilePolicy,
|
||||
MailProfileScope,
|
||||
@@ -56,6 +59,7 @@ export type MailImapFolderListResponse = {
|
||||
message: string;
|
||||
folders: MailImapFolderResponse[];
|
||||
detected_sent_folder?: string | null;
|
||||
detected_folder_mappings?: MailImapFolderMappings | null;
|
||||
from_cache?: boolean;
|
||||
refreshing?: boolean;
|
||||
indexed_at?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user