-
DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
DEBUG: JavaMail version 1.6.0
DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
DEBUG: Tables of …
-
Exception in thread "main" java.io.IOException: Unknown encoding:
at javax.mail.internet.MimePartDataSource.getInputStream(MimePartDataSource.java:92)
at com.sun.mail.handlers.text_plain.getConte…
-
### Current Behavior
Hello,
Dependency track seems to detect CVE-2023-25160 (NVD) on javax.mail.mail, v1.4.7, but this CVE concerns nextcloud.
When I ask dependency track for CVE detail :
cpe:…
-
**Describe the bug**
Try setting setting up e.g. AWS SMTP server where username is service account (i.e. not a valid email address)
Since as far as I understand the code tries to send email to that …
-
-
send.mail(from = sender,
to = recipients,
replyTo = c("Reply to someone else "),
subject = "Subject of the email",
body = "Body of the email",
…
-
I recently tried this plug in.. and was able to send mails using google smtp.. Now in the same application I'm trying to integrate my office365 mailbox and send emails out. for that I followed [this](…
-
First thanks a lot for your tool! I got the following error when calling `java -jar GmailAttachmentsExtractor.jar larger:5M ~/Dokumente/EMailAttachments` using the precompiled 1.0.3 JAR from github.
…
-
If you bring in
implementation("com.google.appengine:appengine-api-1.0-sdk:2.0.25")
and
implementation("com.sun.mail:jakarta.mail:2.0.1")
it will break when you try to parse emails.
```
jav…
-
Hi all,
I tried the email send function, I got the error below, anyone can help?
```
Exception in thread "main" org.apache.commons.mail.EmailException: Sending the email to the following server f…