jshell> /env --class-path C:\Users\ghays\.m2\repository\javax\mail\mail\1.4.7\mail-1.4.7.jar
| Setting new options and restoring state.
jshell> import javax.mail.internet.InternetAddress
jshell> InternetAddress from = new InternetAddress("til@acme.org");
from ==> til@acme.org