@@ -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 *
0 commit comments