jakartaee / mail-api

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

cannot read System properties when copy a message #641

Closed samunbest closed 1 year ago

samunbest commented 1 year ago

Describe the bug i wanna use the MimeMessage copy constructor to make a copy of the entire message, MimeMessage cmsg = new MimeMessage(msg);

this.strict = true; this.allowutf8 = false;

this construcor cannot read system properties: mail.mime.address.strict mail.mime.allowutf8 version:2.0.1

To Reproduce Steps to reproduce the behavior:

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Mail server:

Additional context Add any other context about the problem here.