Overview
The RPA Bot accepts the username, App password, folder names, and keywords as inputs provided by the user. If both the username and password inputs are valid, the bot connects to Gmail through the properties for connecting to an IMAP email server using JavaMail. Then it reads the inbox messages of the Email and checks the keywords that are provided by the user and creates a folder by corresponding folder name given by the user. The bot also manages all negative scenarios and ensures a safe failure, guaranteeing exception-free automation.
Key Features & Functionality