|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface ISMTPOptions.CeSMTPAuthentication
Specifies the authentication type to use against the SMTP server.
| Field Summary | |
|---|---|
static int |
LOGIN
Use the LOGIN protocol for SMTP server authentication. |
static int |
NONE
No authentication against the SMTP server. |
static int |
PLAIN
Use the PLAIN protocol for SMTP server authentication. |
| Field Detail |
|---|
static final int NONE
No authentication against the SMTP server.
static final int PLAIN
Use the PLAIN protocol for SMTP server authentication.
static final int LOGIN
Use the LOGIN protocol for SMTP server authentication.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||