@@ -23,38 +23,38 @@ The following sections provide you with information on how to use the Ballerina
2323
2424#### Working with Emails
2525
26- The ` ballerinax/googleapis.gmail ` module contains operations to send emails in Text and HTML formats with
26+ The ` ballerinax/googleapis_gmail ` module contains operations to send emails in Text and HTML formats with
2727attachments and inline images. It supports searching and reading emails in Gmail using Gmail filters. The module
2828also supports trashing, untrashing, deleting, and modifying emails.
2929
3030#### Working with Threads
3131
32- The ` ballerinax/googleapis.gmail ` module contains operations to read, search, trash, untrash, modify and delete
32+ The ` ballerinax/googleapis_gmail ` module contains operations to read, search, trash, untrash, modify and delete
3333email threads in Gmail.
3434
3535#### Working with Drafts
3636
37- The ` ballerinax/googleapis.gmail ` module contains operations to search, read, delete, create, update and send
37+ The ` ballerinax/googleapis_gmail ` module contains operations to search, read, delete, create, update and send
3838drafts in Gmail.
3939
4040#### Working with Labels
4141
42- The ` ballerinax/googleapis.gmail ` module contains operations to list, read, create, update and delete labels in Gmail.
42+ The ` ballerinax/googleapis_gmail ` module contains operations to list, read, create, update and delete labels in Gmail.
4343
4444#### Working with User Profiles
4545
46- The ` ballerinax/googleapis.gmail ` module contains operations to get Gmail user profile details.
46+ The ` ballerinax/googleapis_gmail ` module contains operations to get Gmail user profile details.
4747
4848#### Working with Mailbox History
4949
50- The ` ballerinax/googleapis.gmail ` module contains operations to lists the history of changes to the user's mailbox.
50+ The ` ballerinax/googleapis_gmail ` module contains operations to lists the history of changes to the user's mailbox.
5151
5252## Getting Started
5353
5454## Sample
55- First, import the ` ballerinax/googleapis.gmail ` module into the Ballerina project.
55+ First, import the ` ballerinax/googleapis_gmail ` module into the Ballerina project.
5656``` ballerina
57- import ballerinax/googleapis.gmail ;
57+ import ballerinax/googleapis_gmail ;
5858```
5959Instantiate the connector by giving authentication details in the Gmail client config, which has built-in support
6060for OAuth 2.0. Gmail uses OAuth 2.0 to authenticate and authorize requests. The Gmail connector can be minimally
0 commit comments