Add placeholder configs for Gmail (#2089)

Add placeholder configs for sending emails using Gmail in GSuite.

The names of the new configs are temporary. After migration they
will revert to the names currently in use by the AppEngine email API.
This commit is contained in:
Weimin Yu 2023-08-02 16:09:45 -04:00 committed by GitHub
parent 1e0a0cf29e
commit 10d28efa1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 117 additions and 8 deletions

View file

@ -46,6 +46,7 @@ public abstract class EmailMessage {
public abstract ImmutableSet<InternetAddress> recipients();
// TODO(b/279671974): remove `from` after migration.
public abstract InternetAddress from();
public abstract ImmutableSet<InternetAddress> ccs();