|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public static final int NONE
No authentication against the SMTP server.
public static final int PLAIN
Use the PLAIN protocol for SMTP server authentication.
public 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 | |||||||||