Question
Charles Schwab & Co., Inc.
US
Last activity: 1 Nov 2024 5:38 EDT
Email Account/Listener - Listen on Shared Inbox
We have a Pega email account / email listener. It is currently listening to the default INBOX for an account. However, the account has access to multiple boxes. Using a python script with imaplib, I can easily connect to and read from another inbox using M.login('<domain>\<account>\<boxname>','<password>'). With Pega, I cannot seem to do anything similar. I've tried modifying user id on the email rule and also the folder name on the listener rule. Neither work. How can we achieve this?