Skip to content

Commit fc892cd

Browse files
1 parent a825ab9 commit fc892cd

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

clients/google-api-services-gmail/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-gmail</artifactId>
25-
<version>v1-rev20251110-2.0.0</version>
25+
<version>v1-rev20251201-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-gmail:v1-rev20251110-2.0.0'
38+
implementation 'com.google.apis:google-api-services-gmail:v1-rev20251201-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-gmail/v1/2.0.0/com/google/api/services/gmail/Gmail.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3448,7 +3448,7 @@ public Get set(String parameterName, Object value) {
34483448
* Imports a message into only this user's mailbox, with standard email delivery scanning and
34493449
* classification similar to receiving via SMTP. This method doesn't perform SPF checks, so it might
34503450
* not work for some spam messages, such as those attempting to perform domain spoofing. This method
3451-
* does not send a message.
3451+
* does not send a message. Note that the maximum size of the message is 150MB.
34523452
*
34533453
* Create a request for the method "messages.import".
34543454
*
@@ -3470,7 +3470,7 @@ public GmailImport gmailImport(java.lang.String userId, com.google.api.services.
34703470
* Imports a message into only this user's mailbox, with standard email delivery scanning and
34713471
* classification similar to receiving via SMTP. This method doesn't perform SPF checks, so it might
34723472
* not work for some spam messages, such as those attempting to perform domain spoofing. This method
3473-
* does not send a message.
3473+
* does not send a message. Note that the maximum size of the message is 150MB.
34743474
*
34753475
* Create a request for the method "messages.import".
34763476
*
@@ -3502,7 +3502,7 @@ public class GmailImport extends GmailRequest<com.google.api.services.gmail.mode
35023502
* Imports a message into only this user's mailbox, with standard email delivery scanning and
35033503
* classification similar to receiving via SMTP. This method doesn't perform SPF checks, so it
35043504
* might not work for some spam messages, such as those attempting to perform domain spoofing.
3505-
* This method does not send a message.
3505+
* This method does not send a message. Note that the maximum size of the message is 150MB.
35063506
*
35073507
* Create a request for the method "messages.import".
35083508
*
@@ -3526,7 +3526,7 @@ protected GmailImport(java.lang.String userId, com.google.api.services.gmail.mod
35263526
* Imports a message into only this user's mailbox, with standard email delivery scanning and
35273527
* classification similar to receiving via SMTP. This method doesn't perform SPF checks, so it
35283528
* might not work for some spam messages, such as those attempting to perform domain spoofing.
3529-
* This method does not send a message.
3529+
* This method does not send a message. Note that the maximum size of the message is 150MB.
35303530
*
35313531
* Create a request for the method "messages.import".
35323532
*

clients/google-api-services-gmail/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-gmail</artifactId>
11-
<version>v1-rev20251110-2.0.0</version>
12-
<name>Gmail API v1-rev20251110-2.0.0</name>
11+
<version>v1-rev20251201-2.0.0</version>
12+
<name>Gmail API v1-rev20251201-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-gmail/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-gmail</artifactId>
25-
<version>v1-rev20251110-2.0.0</version>
25+
<version>v1-rev20251201-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-gmail:v1-rev20251110-2.0.0'
38+
implementation 'com.google.apis:google-api-services-gmail:v1-rev20251201-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)