mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-11 14:15:40 +08:00
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:
@@ -69,6 +69,9 @@ export const DataSourceFeatureVisibilityMap: Partial<
|
||||
[DataSourceKey.GMAIL]: {
|
||||
syncDeletedFiles: true,
|
||||
},
|
||||
[DataSourceKey.IMAP]: {
|
||||
syncDeletedFiles: true,
|
||||
},
|
||||
[DataSourceKey.CONFLUENCE]: {
|
||||
syncDeletedFiles: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user