Feat: add IMAP deleted document sync (#14539)

### What problem does this PR solve?

add IMAP deleted document sync

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
buua436
2026-05-06 14:06:46 +08:00
committed by GitHub
parent 89961962c0
commit 5672be0652
3 changed files with 204 additions and 19 deletions

View File

@@ -69,6 +69,9 @@ export const DataSourceFeatureVisibilityMap: Partial<
[DataSourceKey.GMAIL]: {
syncDeletedFiles: true,
},
[DataSourceKey.IMAP]: {
syncDeletedFiles: true,
},
[DataSourceKey.CONFLUENCE]: {
syncDeletedFiles: true,
},