email endpoint & errors in logfile
-
Adding a Mail account in paperless is easy
Admin -> Mail -> Add Account
Saving is easy.
Test never worked.Adding a rule is easy.
But it takes a little time.
To end this little story: Mails are never picked up. Instead, I found errors in the logs.
May 03 14:34:06[2024-05-03 12:34:06,625] [ERROR] [django.request] Internal Server Error: /api/mail_accounts/test/
May 03 14:34:06Traceback (most recent call last):
May 03 14:34:06File "/usr/local/lib/python3.10/dist-packages/asgiref/sync.py", line 518, in thread_handler
May 03 14:34:06raise exc_info[1]....
May 03 14:34:06raise self.abort('socket error: EOF')
May 03 14:34:06imaplib.IMAP4.abort: socket error: EOFDoes it work on your side?
-
There is no TLS.
But ....
SSL works.
Thanks. -
There is no TLS.
But ....
SSL works.
Thanks. -