You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/simple-java-mail/src/main/java/org/simplejavamail/mailer/internal/MailerException.java
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,6 @@
7
7
*/
8
8
classMailerExceptionextendsMailException {
9
9
10
-
// FIXME not used anymore?
11
-
staticfinalStringERROR_READING_SMIME_FROM_INPUTSTREAM = "Was unable to read S/MIME data from input stream";
12
-
staticfinalStringERROR_READING_FROM_PEM_INPUTSTREAM = "Was unable to convert PEM data to X509 certificate";
13
-
staticfinalStringERROR_LOADING_PROVIDER_FOR_SMIME_SUPPORT = "Unable to load certificate (missing bouncy castle), is the S/MIME module on the class path?";
14
-
staticfinalStringERROR_READING_FROM_FILE = "Error reading from file: %s";
15
10
staticfinalStringMISSING_OAUTH2_TOKEN = "TransportStrategy is OAUTH2 but no OAUTH2 token provided as password";
16
11
staticfinalStringINVALID_PROXY_SLL_COMBINATION = "Proxy is not supported for SSL connections (this is a limitation by the underlying JavaMail framework)";
17
12
staticfinalStringERROR_CONNECTING_SMTP_SERVER = "Was unable to connect to SMTP server";
0 commit comments