You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/gjuvekar/email/filters/./filter-inbox.py", line 397, in <module>
result = main(params, args.SECRET_JSON, args.USERNAME, args.HOST)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/gjuvekar/email/filters/./filter-inbox.py", line 371, in main
run_filters(token, username, host)
File "/home/gjuvekar/email/filters/./filter-inbox.py", line 341, in run_filters
remote_email_filtering.main.start(remote, filters, stop_event=stop_event)
File "/home/gjuvekar/email/venv/lib/python3.11/site-packages/remote_email_filtering/main.py", line 68, in start
for message in remote.get_messages(dir_):
File "/home/gjuvekar/email/venv/lib/python3.11/site-packages/remote_email_filtering/remote.py", line 74, in get_messages
for msg_id, envelope in zip(
File "/home/gjuvekar/email/venv/lib/python3.11/site-packages/remote_email_filtering/remote.py", line 257, in fetch_multiple_envelo>
yield self.fetch_envelope(msg_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/gjuvekar/email/venv/lib/python3.11/site-packages/remote_email_filtering/remote.py", line 238, in fetch_envelope
date=msg.datetime_received,
^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ErrorItemNotFound' object has no attribute 'datetime_received'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: