jakarta-mail
JavaMail: get size of a MimeMessage
I\'m trying to get the size of a MimeMessage. The method getSize() simply always returns -1. This is my code:[详细]
2023-03-07 14:05 分类:问答JavaMail and the Blackberry JRE
I am trying to make use of the JavaMail jar 开发者_StackOverflow中文版on my blackberry app so I can access my GMail emails. I usually make use of this sort of function:[详细]
2023-03-06 06:11 分类:问答Java Mail Error : java.net.ConnectException: Connection refused: connect
I am stuck with the mail sending with Java Mail API. I am not able to connect SMTP server with any kind of properties... I have tried with different combination.[详细]
2023-03-05 22:35 分类:问答Sending email with attachment through GMailSender?
I have been reading the blogs and have tried numerous implementations but have still failed to get an image attached to an email that I\'m sending through GMail using java.I downloaded all the jars an[详细]
2023-03-05 18:59 分类:问答How to retrieve gmail sub-folders/labels using POP3?
The code below uses javamail API to access gmail, String host = \"pop.gmail.com\"; int port = 995; Properties properties = new Properties();[详细]
2023-03-04 15:04 分类:问答Hibernate interfering with Javamail logging
I am building an application using Javamail. For logging purposes, I set: properties.put(\"mail.debug\", true);[详细]
2023-03-04 09:07 分类:问答Reading the full email from GMail using JavaMail
I am making use of javamail and I am having trouble getting the HTML from my gmail emails. I have the following:[详细]
2023-03-04 08:48 分类:问答Bulk Fetch Mail Bodies Using Javamail API and IMAP
Is there a way to fetch the mail bodies of multiple emails with a single call to an IMAP server using the Javamail API?[详细]
2023-03-02 20:21 分类:问答Listing attachment without downloading it using javamail api
I am developing a java mail client using javamail api. I need to fetch the list of attachment without fetching it. First i will display the list of attachments and than on click of a particular attach[详细]
2023-03-02 12:09 分类:问答No provider for smtp
I\'m running Alfresco v3.4.0E on Tomcat v.6.0.32. Everything works fine except for sending emails through an outbound SMTP server. This is the relevant part of the stack trace I get:[详细]
2023-03-02 03:45 分类:问答
加载中,请稍侯......