> Has James team considered using mime4j as a drop-in replacement to javamail? > I googled around and noticed that someone has incorporated mime4j in James.
Mime4j is a readonly API. To fully replace Javamail we would need a read/write API. The options are 2: - use a different javamail implementation: Starting from geronimo mail implementation, but geronimo javamail is still young and doesn't support most of sun javamail features. - use a non "javax.mail" mail handling API (And I don't know any good ASL library to manipulate mime messages) This is a big work anyway and no james committer has enough time currently. Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
