Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • For on-premises Exchange server

    Code Block
    imap_host=<The IMAP server name>
    imap_port=<The IMAP service port>
    imap_username=<The mailbox log on user name>
    imap_password=<The mailbox log on password>
  • For Office 365 mailbox

    Code Block
    imap_class=IQX.OneList.EmailApproval.Services.MsGraphHandlerService
    imap_Usernameusername=<The mailbox log on user name>
    imap_authority=https://login.microsoftonline.com/<Azure tenant id>/v2.0
    imap_clientid=<Azure client id>
    imap_clientsecret=<Azure client secret>

...