RepreZen / KaiZen-OpenAPI-Editor

Eclipse Editor for the Swagger-OpenAPI Description Language
Eclipse Public License 1.0
115 stars 12 forks source link

#459 - remove dependency on javax.mail #461

Closed tfesenko closed 6 years ago

tfesenko commented 6 years ago

Note: I wasn't able to reproduce the issue reported in #459 on my Mac. The issue was initially found on Windows.

javax.mail is only used in the validateEmailField() method which is used by ContactValidator. Validation showed correct results on a Contact object when the email value was correct and when it was incorrect.

I tested the update site created with this change and didn't have any problems in validation of Contact or other elements.