mail-api
mail-api copied to clipboard
Enhancement Request: Use java.time instead of java.util time classes
Starting with Java 8, better time classes are available, that could also be used for methods like message.getReceivedDate()
To preserve backwards compability, a new method could be added (something like get...LocalDate()). This would allow new programs to use the java.time classes consistently.
- Issue Imported From: https://github.com/javaee/javamail/issues/264
- Original Issue Raised By:@wapolinar
- Original Issue Assigned To: Unassigned
@bshannon Commented This is a good thing to look at for JavaMail 1.7.