Email Constraint class
Closed this issue · 2 comments
mdbs99 commented
Let's create a first constraint to check email pattern using RegExpr.
It may be implemented in james.data.constraints.clss
.
Another thing, just to organize, is move *DataConstraint(s)
interfaces/classes from james.data.*
to james.data.constraints.*
mdbs99 commented
In fact, it's better to use this name: James.Constraints
. It's simpler.
mdbs99 commented
It is not important in that moment.