Hello,
We have Appian 18.1 Version. As Microsoft is ending support for Basic Authentication which will not support IMAPS anymore as protocol, is there a workaround or documentation to change below configuration for "IMAPS"
# Defines settings for a poller that will monitor an inbox and route messages based on the alias rulesconf.mailhandler.poller.EmailHandlerBean.mailServer=outlook.office365.comconf.mailhandler.poller.EmailHandlerBean.mailFolder=INBOXconf.mailhandler.poller.EmailHandlerBean.storeProtocol=imapsconf.mailhandler.poller.EmailHandlerBean.port=993conf.mailhandler.poller.EmailHandlerBean.starttls=trueconf.mailhandler.poller.EmailHandlerBean.userName=*************conf.mailhandler.poller.EmailHandlerBean.pollingInterval=300000conf.mailhandler.poller.EmailHandlerBean.partialFetch=trueconf.mailhandler.poller.EmailHandlerBean.forceImapLogin=falseconf.mailhandler.poller.EmailHandlerBean.debug=true
Raj
Discussion posts and replies are publicly visible
Hi RK,I hope you find the alternative, If not can you try MFA or OAuth basic authentication as alternative
Since Basic authentication is getting deprecated, MS recommends to use OAuth 2.0 token-based authorization instead and it is supported by Appian.