mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 02:57:09 +01:00
Enhancement: fetch mails in bulk (#5249)
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
This commit is contained in:
parent
8da2535a65
commit
355a434a07
2 changed files with 2 additions and 1 deletions
|
|
@ -569,6 +569,7 @@ class MailAccountHandler(LoggingMixin):
|
|||
criteria=criterias,
|
||||
mark_seen=False,
|
||||
charset=rule.account.character_set,
|
||||
bulk=True,
|
||||
)
|
||||
except Exception as err:
|
||||
raise MailError(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue