What's New - Version 3.0
Enhancements
- In addition to POP3 and IMAP, Carrier can now poll email accounts using an Azure application and the Microsoft Graph API. This is useful when using Exchange Online. Refer to the MS Graph Account Configuration section for more details.
- In addition to SMTP, Carrier can now send email using an Azure application and the Microsoft Graph API. Refer to the MS Graph Account Configuration section for more details.
Upgrading to Version 3.0
- 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