We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3223b21 + 80e0794 commit 08ef426Copy full SHA for 08ef426
1 file changed
src/main/java/org/simplejavamail/utils/mail/smime/SmimeMessageIdFixingSMTPMessage.java
@@ -3,7 +3,6 @@
3
import com.sun.mail.smtp.SMTPMessage;
4
import jakarta.mail.MessagingException;
5
import jakarta.mail.Session;
6
-import jakarta.mail.internet.MimeMessage;
7
import org.jetbrains.annotations.Nullable;
8
9
import static java.lang.String.format;
@@ -34,4 +33,4 @@ public String toString() {
34
33
throw new IllegalStateException("should not reach here");
35
}
36
37
-}
+}
0 commit comments