mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-07 11:49:48 -05:00
fixes #305
This commit is contained in:
parent
3ddb0fbe6d
commit
4b616feaa6
@ -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