Rick McGuire ha scritto:
The binary can be found here:

http://people.apache.org/~rickmcguire/javamail/

---
You don't have permission to access /~rickmcguire/javamail/geronimo-javamail_1.4_mail-1.5-SNAPSHOT.jar on this server.
---

The source is split into two pieces, a spec component (essentially the javax.mail.* classes) and the providers. Part of the providers build creates a merged jar file containing both the spec and the providers. The specs can be found here:

https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-javamail_1.4_spec

The providers code is in this subproject:

https://svn.apache.org/repos/asf/geronimo/javamail/trunk/geronimo-javamail_1.4

You'll need to build specs first, then run an mvn build from the root of the second tree, which will build both the providers and the uber jar.

Ok. For now I think I only will check it for sources :-)

One thing I've been very frustrated with in the javamail client code has been the difficulty in setting up automated unit tests because of the dependency on another target server. It would be really great if we could get the James test suite running with the Geronimo API and give it a real shakeout. One of the problems I had run into with developing the different providers originally was James didn't support all of the authentication mechanisms I needed to test out for all of the server types. It's been a while since I looked....has additional support been added?

Rick

No. There are no new smtp features since 2 years :-(
Last time I checked our tests for this 8bitmime stuff is 1.5 years ago, so I don't really remember what kind of tests we have.. I'll tell you something more once I'll have ran the tests!

Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to