Closed vmario89 closed 1 year ago
In the past I had to remove the javax.mail lib included with Jetty to replace it with a newer one. However in Jetty 11 it seems that they removed the included one. From your stacktrace your server is using the right lib. I'm not sure what is the issue here.
fixed my problem with https://github.com/sismics/docs/pull/682
Hi, based on the recent sismics docs version at master branch, i was able to successfully compile and run Teedy. But at least i have some issue to sync with mailboxes, because i get "No login methods supported!"
The ui config is:
i guess there are missing some settings to define SSL or STARTTLS settings. I use a mail server which is highly secure, using TLS 1.3, everything encrypted, etc. - but the settings basically work in Sismics Docs 1.11 on another server - so i guess some old code base worked in the older release. I remember some mail issues in the past, because some libraries made trouble. Have no clue yet