jakartaee / mail-api

Jakarta Mail Specification project
https://jakartaee.github.io/mail-api
Other
240 stars 100 forks source link

Move from MailDateFormat (not thread safe) to DateTimeFormatter #590 #713

Closed jbescos closed 4 months ago

jbescos commented 4 months ago

https://github.com/jakartaee/mail-api/issues/590

I only saw references in MimeMessage. I updated that class to not use MailDateFormat.

jbescos commented 4 months ago

I don't see a feasible way to replace MailDateFormat, and it has many specifics. Probably moving to DateTimeFormatter is not the way to go.