How can I customize the method of Message-ID generation?
Created Aug 31, 2006
John Zukowski Starting with JavaMail 1.4, you can take advantage of the protected updateMessageID() method in your custom subclass of MimeMessage.
Created Aug 31, 2006