@UnstableApi public interface SmtpRequest
| 限定符和类型 | 方法和说明 |
|---|---|
SmtpCommand |
command()
Returns the
SmtpCommand that belongs to the request. |
java.util.List<java.lang.CharSequence> |
parameters()
Returns a
List which holds all the parameters of a request, which may be an empty list. |
SmtpCommand command()
SmtpCommand that belongs to the request.java.util.List<java.lang.CharSequence> parameters()
List which holds all the parameters of a request, which may be an empty list.