bbottema / simple-java-mail

Simple API, Complex Emails (Jakarta Mail smtp wrapper)

Home Page:http://www.simplejavamail.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API backwards compatibility update, reinstate old addRecipient API as deprecated

amanteaux opened this issue · comments

In version 4.4.x, the method Email.addRecipient(String, String, RecipientType) has been deleted whereas it was not even deprecated before.

Would it be possible to put back this method as deprecated in the 4.x.x branch and plan to remove it in the 5.x.x major release?
It would really make Simple Java Mail users feel more confident about this library.
If possible, breaking changes should append as little as possible and should not be taken lightly.

You're absolutely right. I hadn't even thought of it until you mentioned it. I'll add them back deprecated asap

Thank you a lot!

Released in 4.4.5. If you can, please let me know if this is what you expected.

Wow that was quick!
This is perfect, thank you!