Michael Wieland
Results
2
comments of
Michael Wieland
This seems to be an general problem with EWS (see https://stackoverflow.com/questions/63504977/ews-not-listing-inline-images-among-attachments)
There is probably a more general solution to this. Nevertheless maybe this solution helps.. ```java protected static final String SMIME_SIGNED_CONTENT_TYPE = "multipart/signed"; protected static final String PKCS7_DETACHED_SIGNATURE_MIME_TYPE = "application/pkcs7-signature"; protected...