You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/gmail_v1.users.messages.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,7 @@ <h3>Method Details</h3>
194
194
195
195
Args:
196
196
userId: string, The user's email address. The special value `me` can be used to indicate the authenticated user. (required)
197
-
id: string, The ID of the message to retrieve. (required)
197
+
id: string, The ID of the message to retrieve. This ID is usually retrieved using `messages.list`. The ID is also contained in the result when a message is inserted (`messages.insert`) or imported (`messages.import`). (required)
198
198
format: string, The format to return the message in.
199
199
Allowed values
200
200
minimal - Returns only email message ID and labels; does not return the email headers, body, or payload.
Copy file name to clipboardExpand all lines: docs/dyn/gmail_v1.users.settings.sendAs.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ <h3>Method Details</h3>
124
124
"isPrimary": True or False, # Whether this address is the primary address used to login to the account. Every Gmail account has exactly one primary address, and it cannot be deleted from the collection of send-as aliases. This field is read-only.
125
125
"replyToAddress": "A String", # An optional email address that is included in a "Reply-To:" header for mail sent using this alias. If this is empty, Gmail will not generate a "Reply-To:" header.
126
126
"sendAsEmail": "A String", # The email address that appears in the "From:" header for mail sent using this alias. This is read-only for all operations except create.
127
-
"signature": "A String", # An optional HTML signature that is included in messages composed with this alias in the Gmail web UI.
127
+
"signature": "A String", # An optional HTML signature that is included in messages composed with this alias in the Gmail web UI. This signature is added to new emails only.
128
128
"smtpMsa": { # Configuration for communication with an SMTP service. # An optional SMTP service that will be used as an outbound relay for mail sent using this alias. If this is empty, outbound mail will be sent directly from Gmail's servers to the destination SMTP service. This setting only applies to custom "from" aliases.
129
129
"host": "A String", # The hostname of the SMTP service. Required.
130
130
"password": "A String", # The password that will be used for authentication with the SMTP service. This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses.
@@ -150,7 +150,7 @@ <h3>Method Details</h3>
150
150
"isPrimary": True or False, # Whether this address is the primary address used to login to the account. Every Gmail account has exactly one primary address, and it cannot be deleted from the collection of send-as aliases. This field is read-only.
151
151
"replyToAddress": "A String", # An optional email address that is included in a "Reply-To:" header for mail sent using this alias. If this is empty, Gmail will not generate a "Reply-To:" header.
152
152
"sendAsEmail": "A String", # The email address that appears in the "From:" header for mail sent using this alias. This is read-only for all operations except create.
153
-
"signature": "A String", # An optional HTML signature that is included in messages composed with this alias in the Gmail web UI.
153
+
"signature": "A String", # An optional HTML signature that is included in messages composed with this alias in the Gmail web UI. This signature is added to new emails only.
154
154
"smtpMsa": { # Configuration for communication with an SMTP service. # An optional SMTP service that will be used as an outbound relay for mail sent using this alias. If this is empty, outbound mail will be sent directly from Gmail's servers to the destination SMTP service. This setting only applies to custom "from" aliases.
155
155
"host": "A String", # The hostname of the SMTP service. Required.
156
156
"password": "A String", # The password that will be used for authentication with the SMTP service. This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses.
@@ -198,7 +198,7 @@ <h3>Method Details</h3>
198
198
"isPrimary": True or False, # Whether this address is the primary address used to login to the account. Every Gmail account has exactly one primary address, and it cannot be deleted from the collection of send-as aliases. This field is read-only.
199
199
"replyToAddress": "A String", # An optional email address that is included in a "Reply-To:" header for mail sent using this alias. If this is empty, Gmail will not generate a "Reply-To:" header.
200
200
"sendAsEmail": "A String", # The email address that appears in the "From:" header for mail sent using this alias. This is read-only for all operations except create.
201
-
"signature": "A String", # An optional HTML signature that is included in messages composed with this alias in the Gmail web UI.
201
+
"signature": "A String", # An optional HTML signature that is included in messages composed with this alias in the Gmail web UI. This signature is added to new emails only.
202
202
"smtpMsa": { # Configuration for communication with an SMTP service. # An optional SMTP service that will be used as an outbound relay for mail sent using this alias. If this is empty, outbound mail will be sent directly from Gmail's servers to the destination SMTP service. This setting only applies to custom "from" aliases.
203
203
"host": "A String", # The hostname of the SMTP service. Required.
204
204
"password": "A String", # The password that will be used for authentication with the SMTP service. This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses.
@@ -233,7 +233,7 @@ <h3>Method Details</h3>
233
233
"isPrimary": True or False, # Whether this address is the primary address used to login to the account. Every Gmail account has exactly one primary address, and it cannot be deleted from the collection of send-as aliases. This field is read-only.
234
234
"replyToAddress": "A String", # An optional email address that is included in a "Reply-To:" header for mail sent using this alias. If this is empty, Gmail will not generate a "Reply-To:" header.
235
235
"sendAsEmail": "A String", # The email address that appears in the "From:" header for mail sent using this alias. This is read-only for all operations except create.
236
-
"signature": "A String", # An optional HTML signature that is included in messages composed with this alias in the Gmail web UI.
236
+
"signature": "A String", # An optional HTML signature that is included in messages composed with this alias in the Gmail web UI. This signature is added to new emails only.
237
237
"smtpMsa": { # Configuration for communication with an SMTP service. # An optional SMTP service that will be used as an outbound relay for mail sent using this alias. If this is empty, outbound mail will be sent directly from Gmail's servers to the destination SMTP service. This setting only applies to custom "from" aliases.
238
238
"host": "A String", # The hostname of the SMTP service. Required.
239
239
"password": "A String", # The password that will be used for authentication with the SMTP service. This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses.
@@ -264,7 +264,7 @@ <h3>Method Details</h3>
264
264
"isPrimary": True or False, # Whether this address is the primary address used to login to the account. Every Gmail account has exactly one primary address, and it cannot be deleted from the collection of send-as aliases. This field is read-only.
265
265
"replyToAddress": "A String", # An optional email address that is included in a "Reply-To:" header for mail sent using this alias. If this is empty, Gmail will not generate a "Reply-To:" header.
266
266
"sendAsEmail": "A String", # The email address that appears in the "From:" header for mail sent using this alias. This is read-only for all operations except create.
267
-
"signature": "A String", # An optional HTML signature that is included in messages composed with this alias in the Gmail web UI.
267
+
"signature": "A String", # An optional HTML signature that is included in messages composed with this alias in the Gmail web UI. This signature is added to new emails only.
268
268
"smtpMsa": { # Configuration for communication with an SMTP service. # An optional SMTP service that will be used as an outbound relay for mail sent using this alias. If this is empty, outbound mail will be sent directly from Gmail's servers to the destination SMTP service. This setting only applies to custom "from" aliases.
269
269
"host": "A String", # The hostname of the SMTP service. Required.
270
270
"password": "A String", # The password that will be used for authentication with the SMTP service. This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses.
@@ -290,7 +290,7 @@ <h3>Method Details</h3>
290
290
"isPrimary": True or False, # Whether this address is the primary address used to login to the account. Every Gmail account has exactly one primary address, and it cannot be deleted from the collection of send-as aliases. This field is read-only.
291
291
"replyToAddress": "A String", # An optional email address that is included in a "Reply-To:" header for mail sent using this alias. If this is empty, Gmail will not generate a "Reply-To:" header.
292
292
"sendAsEmail": "A String", # The email address that appears in the "From:" header for mail sent using this alias. This is read-only for all operations except create.
293
-
"signature": "A String", # An optional HTML signature that is included in messages composed with this alias in the Gmail web UI.
293
+
"signature": "A String", # An optional HTML signature that is included in messages composed with this alias in the Gmail web UI. This signature is added to new emails only.
294
294
"smtpMsa": { # Configuration for communication with an SMTP service. # An optional SMTP service that will be used as an outbound relay for mail sent using this alias. If this is empty, outbound mail will be sent directly from Gmail's servers to the destination SMTP service. This setting only applies to custom "from" aliases.
295
295
"host": "A String", # The hostname of the SMTP service. Required.
296
296
"password": "A String", # The password that will be used for authentication with the SMTP service. This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses.
@@ -319,7 +319,7 @@ <h3>Method Details</h3>
319
319
"isPrimary": True or False, # Whether this address is the primary address used to login to the account. Every Gmail account has exactly one primary address, and it cannot be deleted from the collection of send-as aliases. This field is read-only.
320
320
"replyToAddress": "A String", # An optional email address that is included in a "Reply-To:" header for mail sent using this alias. If this is empty, Gmail will not generate a "Reply-To:" header.
321
321
"sendAsEmail": "A String", # The email address that appears in the "From:" header for mail sent using this alias. This is read-only for all operations except create.
322
-
"signature": "A String", # An optional HTML signature that is included in messages composed with this alias in the Gmail web UI.
322
+
"signature": "A String", # An optional HTML signature that is included in messages composed with this alias in the Gmail web UI. This signature is added to new emails only.
323
323
"smtpMsa": { # Configuration for communication with an SMTP service. # An optional SMTP service that will be used as an outbound relay for mail sent using this alias. If this is empty, outbound mail will be sent directly from Gmail's servers to the destination SMTP service. This setting only applies to custom "from" aliases.
324
324
"host": "A String", # The hostname of the SMTP service. Required.
325
325
"password": "A String", # The password that will be used for authentication with the SMTP service. This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses.
@@ -345,7 +345,7 @@ <h3>Method Details</h3>
345
345
"isPrimary": True or False, # Whether this address is the primary address used to login to the account. Every Gmail account has exactly one primary address, and it cannot be deleted from the collection of send-as aliases. This field is read-only.
346
346
"replyToAddress": "A String", # An optional email address that is included in a "Reply-To:" header for mail sent using this alias. If this is empty, Gmail will not generate a "Reply-To:" header.
347
347
"sendAsEmail": "A String", # The email address that appears in the "From:" header for mail sent using this alias. This is read-only for all operations except create.
348
-
"signature": "A String", # An optional HTML signature that is included in messages composed with this alias in the Gmail web UI.
348
+
"signature": "A String", # An optional HTML signature that is included in messages composed with this alias in the Gmail web UI. This signature is added to new emails only.
349
349
"smtpMsa": { # Configuration for communication with an SMTP service. # An optional SMTP service that will be used as an outbound relay for mail sent using this alias. If this is empty, outbound mail will be sent directly from Gmail's servers to the destination SMTP service. This setting only applies to custom "from" aliases.
350
350
"host": "A String", # The hostname of the SMTP service. Required.
351
351
"password": "A String", # The password that will be used for authentication with the SMTP service. This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses.
0 commit comments