Skip to main content
1 vote
1 answer
83 views

I have an Javax.mail application what receive e-mails and find a text in the attached pdf and docx. I the file name contains utf-8 characters it looks like: =?utf-8?Q?Sz=C3=A1mla.docx?= In the ...
Imre's user avatar
  • 35
0 votes
1 answer
77 views

I'm encountering an issue while using Jakarta Mail to fetch emails and capture specific keywords. Here's the details: The source code is as follows: package org.example.receiver.kit.component; import ...
Wu Jingkai's user avatar
-1 votes
1 answer
78 views

I get an exception on sending mails using Simple Java Mail: Caused by: org.eclipse.angus.mail.smtp.SMTPSendFailedException: 451-Requested action aborted 451-Mails per session limit exceeded. 451 ...
IEE1394's user avatar
  • 1,269
1 vote
0 answers
79 views

When sending mail using Jakarta email throwing below exception Using these dependencies jakarta.activation-2.0.1.jar jakarta.mail-2.0.2 jakarta.mail.MessagingException: Could not convert socket to ...
prathi's user avatar
  • 1
0 votes
0 answers
127 views

Adding email notification (send only) capability to my Java desktop app using Jakarta Mail 2.0.1. In the Google Cloud Console have: The GMail API enabled. An OAuth2 client, Client ID and Client ...
Todd Hill's user avatar
0 votes
1 answer
97 views

I benchmarked sending 10000 simple mail in Java and Nodejs. I user FakeSmtp as mail server in running in local. With NodeJs it took 3 minutes 10 seconds. In Java it took over 15 minutes. Why is there ...
jpprade's user avatar
  • 3,716
0 votes
1 answer
52 views

I have a test app that successfully connects to our outlook.office365.com account via OAUTH2 and returns the number of unprocessed inbox messages, which currently stands at over 57,000. However, when ...
Karl Heinz's user avatar
0 votes
0 answers
35 views

I'm using James + JPA and would like to create a Mailet which modifies another mail. I must retrieve the other mail via its mime-message-id. Any advice how this can be done? It seems mails can only be ...
dforce's user avatar
  • 2,254
0 votes
1 answer
73 views

After loading my application's client secrets GoogleClientSecrets clientSecrets = GoogleClientSecrets.load(JSON_FACTORY, isr); I am able to successfully authenticate using XAOATH2 and get an IMAP ...
Dale's user avatar
  • 6,007
0 votes
0 answers
146 views

Jakarta Mail provides two main ways to send email messages: Transport.send(Message msg) This static method uses the Session associated with the message, opens a connection to the SMTP server, sends ...
GeekChap's user avatar
0 votes
0 answers
73 views

In my Java program, I want to send e-mails signed with an OpenPGP key in PGP/MIME format as defined in RFC 3156. For this, I use PGPainless’ SOP and Angus Mail. Technically, signing plain text works ...
Pixelcode's user avatar
  • 450
1 vote
1 answer
88 views

Hi there I have an application that connects to n inboxes of users. Since I don't won't to poll new messages I am using the IMAP idle command and a message count listener to listen to new messages. ...
GeekChap's user avatar
0 votes
0 answers
55 views

I'm trying to send an email with an iCal attachment using Commons Email and Jakarta Mail. org.apache.commons.mail2.jakarta.HtmlEmail email = new HtmlEmail(); email.setCharset(EmailConstants.UTF_8); ...
Edward's user avatar
  • 632
-1 votes
2 answers
59 views

I am using JavaMail in Glssfish 4.1 to send an email but get back an exception I am not able to fault find. The maven dependencies are : <dependency> <groupId>javax.mail</...
temujin's user avatar
  • 11
0 votes
1 answer
50 views

I have multiple MailSessions, one for each of our client (domain) saved in our glassfish server admin panel which are injected via jndi resource. For simplification in this example they are hardcoded. ...
djmj's user avatar
  • 5,594

15 30 50 per page
1
2 3 4 5
347