mail-api icon indicating copy to clipboard operation
mail-api copied to clipboard

Enhancement Request: Use java.time instead of java.util time classes

Open glassfishrobot opened this issue 7 years ago • 2 comments

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.

glassfishrobot avatar Jul 25 '17 18:07 glassfishrobot

  • Issue Imported From: https://github.com/javaee/javamail/issues/264
  • Original Issue Raised By:@wapolinar
  • Original Issue Assigned To: Unassigned

glassfishrobot avatar Sep 10 '18 06:09 glassfishrobot

@bshannon Commented This is a good thing to look at for JavaMail 1.7.

glassfishrobot avatar Jul 28 '17 06:07 glassfishrobot