mirror of
https://github.com/google/nomulus
synced 2026-01-08 15:21:46 +00:00
Upgrade to jakarta mail (#2473)
This commit is contained in:
@@ -18,9 +18,9 @@ import com.google.auto.value.AutoBuilder;
|
||||
import com.google.common.collect.ImmutableList;
|
||||
import com.google.common.collect.ImmutableSet;
|
||||
import com.google.common.net.MediaType;
|
||||
import jakarta.mail.internet.InternetAddress;
|
||||
import java.util.Collection;
|
||||
import java.util.Optional;
|
||||
import javax.mail.internet.InternetAddress;
|
||||
|
||||
/**
|
||||
* Record representing the content and metadata of an email.
|
||||
|
||||
@@ -16,7 +16,7 @@ package google.registry.util;
|
||||
|
||||
import static com.google.common.truth.Truth.assertThat;
|
||||
|
||||
import javax.mail.internet.InternetAddress;
|
||||
import jakarta.mail.internet.InternetAddress;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
/** Unit tests for {@link EmailMessage} record. */
|
||||
|
||||
Reference in New Issue
Block a user