EWS support for TLS version above 1.0- Unable to save mail server setting when using microsoft exchange 2016
By default, EWS java api only supports TLSv1.0. Though SDP application supports TLSv1.1 and TLSv1.2 for mail fetching by default ( from 9405 ), EWS java api doesn't use the TLS versions specified in the System Properties. Thus, we are providing 1.fjar to customers to use higher versions of TLS by EWS java api.
Please find the 1.fjar in the attachments.
Limitations:
- EWS Feature doesnot support in linux builds
- EWS Feature doesnot work in Microsoft exchange 2016 until the above 1.f jar is placed under "<ServiceDeskPlusMSP-home>/fixes" (which is explained above)
- Outgoing Notifications/Reply will not work if an account/msp mail address and mail server address are not aliased.
New to ADSelfService Plus?
Related Articles
EWS Mail fetching issue - Proxy not enabled for ews. isIncoming: true
Issue: EWS Mail fetching issue using different tenants Error trace 1: [23:30:20:701]|[01-23-2023]|[com.adventnet.servicedesk.common.MailUtilities]|[INFO]|[73]: Proxy not enabled for ews. isIncoming: true| ...
Mail fetching - deleted flag issue
This message will be thrown, when you have provided a shared mailbox. The concept here is, SDP MSP reads the mail from the configured mailbox and adds it as a request. During the time, if some other application fetches the mail from the same mailbox ...
Troubleshooting Oauth configuration for mail server settings
Oauth in ServiceDesk Plus / AssetExplorer for Mail SDP supports Oauth configuration for Office365 and GSuite mailboxes since 11106 build. Office365 mailboxes can be configured with Oauth authentication using EWS (since 11106) and IMAP / SMTP (since ...
Fix: Error while sending mail using EWS
Issue trace: [11:58:49:091]|[11-29-2022]|[SYSERR]|[INFO]|[122]: microsoft.exchange.webservices.data.core.exception.service.remote.ServiceResponseException: The operation can't be performed because the item is out of date. Reload the item and try ...
Mail Fetching: Inline Images Dropping Due to Invalid Extension
Issue: The inline image's file name from the email doesn't contain the extension. Example: filename = sys_attachment.dosys_id=5bb0751c8303b5dc96a238226daad371 As a result, the inline image gets stripped during the mail fetching process. The sender of ...