Is UTF-7 supported by Javamail on traditional WebSphere Application
Server or on Liberty Profile? Error message:
[3/19/25 3:58:30:812 CET] 0000a16d class_name.EmailMessageDeserializer E java.io.UnsupportedEncodingException:utf-7
JavaMail relies on the character set support provided by the
underlying JDK, therefore, to use UTF‑7, it would need to be
available directly within the JDK itself. JDK does not include a
character converter class for UTF-7, which limits how JavaMail...