You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
bbottema
changed the title
Email.addRecipient should not be removed in a feature release
API backwards compatibility update, reinstate old API as deprecated
Sep 2, 2017
bbottema
changed the title
API backwards compatibility update, reinstate old API as deprecated
API backwards compatibility update, reinstate old addRecipient API as deprecated
Sep 2, 2017
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.
The text was updated successfully, but these errors were encountered: