Nachdem ich ein neues anwendungsspezifisches Passwort erstellt habe, sieht es folgendermaßen aus:
[2026-05-09 11:30:51,473] [ERROR] [paperless_mail] Rule Apple Mail.Rewe eBon: Error while processing rule: command: UID => socket error: EOF
Traceback (most recent call last):
File "/usr/local/lib/python3.12/imaplib.py", line 1056, in _command_complete
typ, data = self._get_tagged_response(tag, expect_bye=logout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/imaplib.py", line 1182, in _get_tagged_response
self._get_response()
File "/usr/local/lib/python3.12/imaplib.py", line 1139, in _get_response
dat = self._get_line()
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/imaplib.py", line 1194, in _get_line
raise self.abort('socket error: EOF')
imaplib.IMAP4.abort: socket error: EOF
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/paperless/src/paperless_mail/mail.py", line 574, in handle_mail_account
total_processed_files += self._handle_mail_rule(
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/paperless/src/paperless_mail/mail.py", line 652, in _handle_mail_rule
for message in messages:
^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/imap_tools/mailbox.py", line 199, in fetch
for fetch_item in message_generator:
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/imap_tools/mailbox.py", line 163, in _fetch_in_bulk
fetch_result = self.client.uid('fetch', ','.join(uid_list_i), message_parts)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/imaplib.py", line 899, in uid
typ, dat = self._simple_command(name, command, *args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/imaplib.py", line 1239, in _simple_command
return self._command_complete(name, self._command(name, *args))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/imaplib.py", line 1058, in _command_complete
raise self.abort('command: %s => %s' % (name, val))
imaplib.IMAP4.abort: command: UID => socket error: EOF
[2026-05-09 11:30:51,479] [DEBUG] [paperless_mail] Rule Apple Mail.Rechnungen von Apple: Selecting folder INBOX
[2026-05-09 11:30:51,480] [ERROR] [paperless_mail] Rule Apple Mail.Rechnungen von Apple: Error while processing rule: command: SELECT => socket error: EOF
Traceback (most recent call last):
File "/usr/local/lib/python3.12/imaplib.py", line 1056, in _command_complete
typ, data = self._get_tagged_response(tag, expect_bye=logout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/imaplib.py", line 1182, in _get_tagged_response
self._get_response()
File "/usr/local/lib/python3.12/imaplib.py", line 1084, in _get_response
resp = self._get_line()
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/imaplib.py", line 1194, in _get_line
raise self.abort('socket error: EOF')
imaplib.IMAP4.abort: socket error: EOF
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/paperless/src/paperless_mail/mail.py", line 574, in handle_mail_account
total_processed_files += self._handle_mail_rule(
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/paperless/src/paperless_mail/mail.py", line 612, in _handle_mail_rule
M.folder.set(folder)
File "/usr/local/lib/python3.12/site-packages/imap_tools/folder.py", line 42, in set
result = self.mailbox.client.select(encode_folder(folder), readonly)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/imaplib.py", line 765, in select
typ, dat = self._simple_command(name, mailbox)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/imaplib.py", line 1239, in _simple_command
return self._command_complete(name, self._command(name, *args))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/imaplib.py", line 1058, in _command_complete
raise self.abort('command: %s => %s' % (name, val))
imaplib.IMAP4.abort: command: SELECT => socket error: EOF
[2026-05-09 11:30:51,484] [ERROR] [paperless_mail] Error while retrieving mailbox Apple Mail: command: LOGOUT => socket error: EOF
Vielleicht doch jemand einen Tipp?