> NIO: This is a technology we could have if we upgraded to JDK 1.4. I'm > not sure what you mean... we are not using it since we cannot use it
Architecturally, we would have to change. Our code currently presumes something of a pull-model, and would need some changes. The best approach would be to support both socket I/O and selector I/O. > TLS: 1.4 is the correct JDK. > http://nagoya.apache.org/jira/browse/JAMES-290 > What are you thinking of in JDK 1.5 that relates to this? Ah, you mean STARTTLS rather than SMTPS. OK. As for JDK 1.5, you had mentioned NIO, and I wasn't sure if you are aware that SSL isn't supported for NIO in 1.4. Again, I would look at how we can support these as options without requiring them. My first suggestion would be to optionally support STARTTLS with a replacement for our existing socket mananger. --- Noel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
