mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 00:12:11 +02:00
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:
parent
1e0a0cf29e
commit
10d28efa1c
8 changed files with 117 additions and 8 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue