| JavaMail works on J2ME
You will absolutely need the JavaBeans Activation Framework as well, although it's pretty small and should be much easier to port to Java ME.
|
JavaMail API Reference Implementation
» General Discussion
|
January 30, 2010 03:33
by: e.nine
|
| JavaMail works on J2ME
I'm not aware of any such project. With more modern versions of Java ME it might be feasible to port JavaMail, but I haven't looked into it.
|
JavaMail API Reference Implementation
» General Discussion
|
January 30, 2010 03:33
by: e.nine
|
| JavaMail: getting javax.activation.UnsupportedDataTypeException
Glad you got it working. Again, please report the bug to Tanuki.
|
JavaMail API Reference Implementation
» General Discussion
|
January 13, 2010 20:19
by: shannon
|
| JavaMail: getting javax.activation.UnsupportedDataTypeException
What's "JSE"? Did you mean "Java SE"? Most likely the ClassLoader in the Tanuki software isn't handling the resource lookup properly, or isn't setting the thread's context class loader properly. For . . .
|
JavaMail API Reference Implementation
» General Discussion
|
January 13, 2010 20:19
by: shannon
|
| JavaMail: getting javax.activation.UnsupportedDataTypeException
Most likely dsn.jar isn't really in your CLASSPATH. Try to reproduce the problem by modifying the msgsend.java demo program to sent a multipart/report message. If you can get that to work, then there . . .
|
JavaMail API Reference Implementation
» General Discussion
|
January 13, 2010 20:19
by: shannon
|
| High memory usage on large POP3 messages.
I haven't gotten your email.
|
JavaMail API Reference Implementation
» General Discussion
|
December 21, 2009 23:02
by: Marcin Kurylak
|
| High memory usage on large POP3 messages.
Ok, I threw together something that I think will work for you. Contact me at javamail@sun.com and I'll send you a version for testing.
|
JavaMail API Reference Implementation
» General Discussion
|
December 21, 2009 23:02
by: Marcin Kurylak
|
| High memory usage on large POP3 messages.
Use IMAP? :-) With POP3 you don't really have any choices. This is on my list of things to improve...
|
JavaMail API Reference Implementation
» General Discussion
|
December 21, 2009 23:02
by: Marcin Kurylak
|
| Where is the source for imap, pop3, smtp, mailapi?
It's an artifact of the way the maven projects are set up. Everything is built from one project and appears in mail.jar. The other jar files are derived from mail.jar by extracting the relevant class . . .
|
JavaMail API Reference Implementation
» General Discussion
|
December 02, 2009 06:07
by: shannon
|
| IMAP store clientTimeoutInterval - default value apparently incorrect
You're absolutely right! Thanks for finding that typo! Luckily, I was able to fix it in the 1.4.3 release about to come out.
|
JavaMail API Reference Implementation
» General Discussion
|
November 17, 2009 05:09
by: shannon
|