mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
fixes #305
This commit is contained in:
parent
d8eabd66ea
commit
7fef27e6de
@ -199,7 +199,7 @@ class MailAccountHandler(LoggingMixin):
|
||||
|
||||
try:
|
||||
messages = M.fetch(criteria=AND(**criterias),
|
||||
mark_seen=False)
|
||||
mark_seen=False, charset='UTF-8')
|
||||
except Exception:
|
||||
raise MailError(
|
||||
f"Rule {rule}: Error while fetching folder {rule.folder}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user