Skip to content

Commit 3d71c46

Browse files
fix param list
1 parent 78fb750 commit 3d71c46

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ describe('Example', () => {
9999

100100
The command parameters require at least one of `from`, `to`, or `subject`:
101101

102-
```from```: String. Filter on the email address of the receiver.
103-
```to```: String. Filter on the email address of the sender.
104-
```subject```: String. Filter on the subject of the email.
105-
```includeBody```: boolean. Set to true to fetch decoded email bodies.
106-
```includeAttachments```: boolean. Set to true to fetch the base64-encoded email attachments.
107-
```before```: Date. Filter messages received before the specified date.
108-
```after```: Date. Filter messages received after the specified date.
102+
```from```: String. Filter on the email address of the receiver.<br />
103+
```to```: String. Filter on the email address of the sender.<br />
104+
```subject```: String. Filter on the subject of the email.<br />
105+
```includeBody```: boolean. Set to true to fetch decoded email bodies.<br />
106+
```includeAttachments```: boolean. Set to true to fetch the base64-encoded email attachments.<br />
107+
```before```: Date. Filter messages received before the specified date.<br />
108+
```after```: Date. Filter messages received after the specified date.<br />
109109
```label```: String. The default label is 'INBOX', but can be changed to 'SPAM', 'TRASH' or a custom label. For a full list of built-in labels, see https://developers.google.com/gmail/api/guides/labels?hl=en
110110

111111
---

0 commit comments

Comments
 (0)