mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-07-25 21:34:54 +00:00
imap_tools 1.14.0 adds a uid_list fetch arg that fetches by UID directly without issuing a SEARCH command, and does its own bulk-fetch batching. Use it in place of the manual per-batch AND(uid=...) fetch loop.