jakarta-mail
Reading Arabic Attachments using JavaMail
I\'ve a problem of downloading arabic attachment files using java mail. The file name is always ambiguous.[详细]
2023-04-13 02:40 分类:问答Javamail and adding link to text
I am using Javamail. Within the MimeMessage.setText, I have to include code that encodes text as a URL. For the purposes like below.[详细]
2023-04-13 01:45 分类:问答javax.mail.MessagingException: Could not connect to SMTP host [duplicate]
This question already has answers here: Closed 10 years ago. Possible Duplicate: javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 25;[详细]
2023-04-12 21:52 分类:问答JavaMail SMTPSendFailedException
I am writing a bulk email program using the JavaMail api. I have a Microsoft Exhange se开发者_如何学Gorver which I am trying to send the emails in to. When I run my program I get the following error:[详细]
2023-04-12 19:39 分类:问答javamail mark gmail message as read
Note: added after answer: Thanks.. Yeah I had tried the Flag.SEEN to true and saveChanges.. I also had read getContent marks it read. I tried using it in the for statement that loops through the mess[详细]
2023-04-11 20:01 分类:问答EMail Client Library [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-11 14:15 分类:问答Adding jpg extension in javamail
I have an image that I am trying to create as an attachment. I need to send the attachment as a jpg attachment. While I am able to send the attachment successfully, the file does not have the jpg exte[详细]
2023-04-11 13:10 分类:问答Failing to parse this multi-part mime message body in Java
I\'m not writing a mail application, so I don\'t have access to all the headers and such.All I have is something like the block at the end of this question.I\'ve tried using the JavaMail API to parse[详细]
2023-04-11 11:03 分类:问答unable to send an email with attachment - google app engine
i am using app engine mail service but i cannot send any mail which contains attachment. Above is the code that implements the mail handler and the exception that i get. I get the exception while tryi[详细]
2023-04-11 01:02 分类:问答email Excel file (in memory) as an attachment on Google app Engine
I googled and tried several approaches but failed. Here is the question: I try to create a excel file (using JExcelApi) and email it as an attachment on google app engine.[详细]
2023-04-10 12:39 分类:问答