E-mail validator - ChangeLog
ChangeLog of E-mail validator:
- 2012-06-04 Bogdan Drozdowski
- EmailValidator version 0.2
Allow changing the character set used for communicating with the
SMTP server. Fixed problems reported by the "findbugs" program.
- RequestUtilities.java: all SMTP commands as Strings.
- EmailValidator.java (validate): allow specifying the character set
to use when sending commands to the server and reading replies.
- EmailValidator.java (makeServerResponse, makeServerCommandBytes):
added methods for reading and creating byte arrays with the commands
and replies, taking care of the encoding.
- RequestUtilities.java (makeHTMLSafe): added the ampersand to the
list of replaced characters.
- index.jsp, validate.jsp: allow setting the character set.
- Makefile: corrected the WAR file creation
- 2012-01-28 Bogdan Drozdowski
- First release of EmailValidator, version 0.1.
Validates the given e-mail address by connecting to all the mail
exchangers for the domain in the address and using SMTP to check
if the address is accepted.