This component serves as a comprehensive reference implementation, allowing you to immediately test the Gmail Connector's capabilities and inspect the underlying logic. It provides a user-friendly interface to authenticate, explore, and manage your Gmail inbox directly from an OutSystems application.
Key Features:
OAuth2 Authentication Wizard: A guided 2-step process that handles the redirection to Google and the exchange of the authorization code for Access and Refresh tokens.
Gmail Explorer: A robust dashboard to list labels, search through messages, and navigate your inbox.
Detailed Message Inspector: A popup view displaying full email metadata (From, To, CC, BCC, Date, Thread ID) and rendering the email body in an HTML viewer.
Interactive Actions: Mark messages as Read or Unread directly from the details view.
Built-in Documentation: Includes a dedicated screen with a step-by-step guide for setting up your Google Cloud Console project and configuring the necessary credentials.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)