- canExecute(String) - Method in enum be.cylab.mongomail.bizz.ProtocolState
-
Check if it can execute this command given the state.
- changeState(String) - Method in enum be.cylab.mongomail.bizz.ProtocolState
-
return the next state given the command.
- checkEmail(String) - Static method in class be.cylab.mongomail.bizz.Util
-
Check if the email string has an email regex.
- checkObject(Object) - Static method in class be.cylab.mongomail.bizz.Util
-
Check if the object isnt null.
- checkString(String) - Static method in class be.cylab.mongomail.bizz.Util
-
Check if the String isnt null or empty.
- Connection - Class in be.cylab.mongomail.bizz
-
Connection is the orchester master.
- Connection(Socket, IMailDao) - Constructor for class be.cylab.mongomail.bizz.Connection
-
Constructor of SmtpConnection.