| JavaMail 1.4.5 Release Candidate is available
A "release candidate" version of JavaMail 1.4.5 is now available. We hope to release the final version of JavaMail 1.4.5 within several weeks. No changes are planned from the release candidate version . . .
|
JavaMail API Reference Implementation
» General Discussion
|
February 09, 2012 22:22
by: shannon
|
| Javamail - Automatic MX Lookup
No, sorry, you'll need to write that code yourself. You should be able to use the url: JNDI/DNS Service Provider to do that.
|
JavaMail API Reference Implementation
» General Discussion
|
October 18, 2011 00:06
by: shannon
|
| Forwarded MacMail attachments
I really need to see the message-level headers to figure out what's going wrong here. If the message-level headers are messed up, the entire body might look like a single text message part. Send me a . . .
|
JavaMail API Reference Implementation
» General Discussion
|
October 18, 2011 13:47
by: jbrackett
|
| SMTP Connection Pooling
There's no connection pooling for SMTP. You can send multiple messages using the single connection, but only one thread should use the connection (obviously use of the connection has to be single thre . . .
|
JavaMail API Reference Implementation
» General Discussion
|
September 17, 2011 05:37
by: shannon
|
| Javamail quoted-printable encoded Forwarded voice mail attachment,treated as binary data on recepients mailbox
JavaMail tries to choose an appropriate encoding for the data by looking at the data. If the data looks like it's mostly ASCII, JavaMail will use quoted-printable encoding. Sometimes data that should b . . .
|
JavaMail API Reference Implementation
» General Discussion
|
September 01, 2011 04:29
by: shannon
|
| multipart/alternative
Sigh. It's more complicated than that, and I haven't had time to implement the solution. It's all about ClassLoaders and the assumptions that OSGi breaks... JavaMail (and JAF, which is the culprit i . . .
|
JavaMail API Reference Implementation
» General Discussion
|
July 06, 2011 04:48
by: shannon
|
| multipart/alternative
Yes, it's handled. There's probably something wrong in your setup that is causing this to fail. Do regular multipart/mixed messages work as expected? What environment is your code running in? A sta . . .
|
JavaMail API Reference Implementation
» General Discussion
|
July 06, 2011 04:48
by: shannon
|
| POP3Folder and UIDFolder
No. The POP3 protocol doesn't provide the required support.
|
JavaMail API Reference Implementation
» General Discussion
|
June 03, 2011 04:11
by: shannon
|
| Best way to fetch X-GM-MSGID ?
Sorry for the late response... I learned about these Gmail capabilities recently myself, and added them to my list of things to consider supporting in a future release of JavaMail. If you'd like to c . . .
|
JavaMail API Reference Implementation
» General Discussion
|
June 30, 2011 12:29
by: Mark McLaren
|
| Bounced Email Query
The JavaMail FAQ has tips for dealing with bounced messages. You can use the dsn package to deal with bounced messages that follow the standard, but not all of them do. Ultimately you're reduced to he . . .
|
JavaMail API Reference Implementation
» General Discussion
|
April 02, 2011 05:43
by: shannon
|