What's New - Version 3.1.1
Enhancements
- Before saving any
eml
file it's name is to be modified to replace with "_" any character deemed invalid by Windows File System. Any resulting duplicate file name is to be appended with an index.
Upgrading to Version 3.1.1
- Stop the Carrier Windows service. Be sure to close the Windows Services application window after doing so.
- Backup any Carrier files that you have previously modified (such as .spark files, .config files, or custom extensions)
- Un-install the old version of Carrier
- Install the new version of Carrier
- Merge any of your existing changes with updated files, then copy the merged files back into the carrierservice directory.
- Note: the assemblyBindings have changed within the
DovetailCarrierService.exe.config
file.
- If you wish to poll email using using the Microsoft Graph API, configure the
CarrierMsGraphAccounts
within the DovetailCarrierService.exe.config
file. Refer to the MS Graph Account Configuration section for more details.
- If you wish to send email using using the Microsoft Graph API, configure the following settings within the
emailAgentExtension.config
file:
- EmailAgentExtensionSettings.EmailAccountUserName
- EmailAgentExtensionSettings.SendResponsesFromEmailAddress
- and the following settings within the
DovetailCarrierService.exe.config
file:
- EmailServiceSettings.Mode
- EmailServiceSettings.MsGraphUserName
- EmailServiceSettings.MsGraphClientId
- EmailServiceSettings.MsGraphClientSecret
- EmailServiceSettings.MsGraphTenantId
- Start the Carrier service
What's New in Previous Versions