Posted By:
Alberto_Robles
Posted On:
Thursday, August 2, 2001 04:01 AM
I'm looking for an alternative implementation of JavaMail in order to
increase performance
.
I've to process 5 million mails (open and read content) to transfer it into a new DB based mail system.
I've done a java approach to the problem using JavaMail, but performance is poor for massive mail processing.
Does anyone know any package with better performance and similar functionality?