|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
org.apache.* |
org.apache.geronimo.javamail.transport.smtp.SMTPMessage | ||
public static final int |
NOTIFY_DELAY |
4 |
public static final int |
NOTIFY_FAILURE |
2 |
public static final int |
NOTIFY_NEVER |
-1 |
public static final int |
NOTIFY_SUCCESS |
1 |
public static final int |
RETURN_FULL |
1 |
public static final int |
RETURN_HDRS |
2 |
org.apache.geronimo.javamail.transport.smtp.SMTPTransport | ||
protected static final int |
ADDRESS_NOT_LOCAL |
251 |
protected static final int |
AUTHENTICATION_CHALLENGE |
334 |
protected static final int |
AUTHENTICATION_COMPLETE |
235 |
protected static final String |
AUTHENTICATION_CRAMMD5 |
"CRAM-MD5" |
protected static final String |
AUTHENTICATION_DIGESTMD5 |
"DIGEST-MD5" |
protected static final String |
AUTHENTICATION_LOGIN |
"LOGIN" |
protected static final String |
AUTHENTICATION_PLAIN |
"PLAIN" |
protected static final int |
COMMAND_ACCEPTED |
250 |
protected static final int |
COMMAND_NOT_IMPLEMENTED |
502 |
protected static final int |
COMMAND_PARAMETER_NOT_IMPLEMENTED |
504 |
protected static final int |
COMMAND_SYNTAX_ERROR |
500 |
protected static final char |
CR |
13 |
protected static final String |
DEFAULT_MAIL_HOST |
"localhost" |
protected static final int |
DEFAULT_MAIL_SMTP_PORT |
25 |
protected static final int |
DEFAULT_MAIL_SMTPS_PORT |
465 |
protected static final int |
INSUFFICIENT_STORAGE |
452 |
protected static final int |
INVALID_COMMAND_SEQUENCE |
503 |
protected static final int |
INVALID_MAILBOX |
553 |
protected static final char |
LF |
10 |
protected static final String |
MAIL_LOCALHOST |
"mail.localhost" |
protected static final String |
MAIL_SMTP_AUTH |
"auth" |
protected static final String |
MAIL_SMTP_DSN_NOTIFY |
"dsn.notify" |
protected static final String |
MAIL_SMTP_DSN_RET |
"dsn.ret" |
protected static final String |
MAIL_SMTP_EHLO |
"ehlo" |
protected static final String |
MAIL_SMTP_ENCODE_TRACE |
"encodetrace" |
protected static final String |
MAIL_SMTP_EXTENSION |
"mailextension" |
protected static final String |
MAIL_SMTP_FACTORY_CLASS |
"socketFactory.class" |
protected static final String |
MAIL_SMTP_FACTORY_FALLBACK |
"socketFactory.fallback" |
protected static final String |
MAIL_SMTP_FACTORY_PORT |
"socketFactory.port" |
protected static final String |
MAIL_SMTP_FROM |
"from" |
protected static final String |
MAIL_SMTP_LOCALADDRESS |
"localaddress" |
protected static final String |
MAIL_SMTP_LOCALHOST |
"localhost" |
protected static final String |
MAIL_SMTP_LOCALPORT |
"localport" |
protected static final String |
MAIL_SMTP_PORT |
"port" |
protected static final String |
MAIL_SMTP_QUITWAIT |
"quitwait" |
protected static final String |
MAIL_SMTP_REPORT_SUCCESS |
"reportsuccess" |
protected static final String |
MAIL_SMTP_SASL_REALM |
"sasl.realm" |
protected static final String |
MAIL_SMTP_SENDPARTIAL |
"sendpartial" |
protected static final String |
MAIL_SMTP_STARTTLS_ENABLE |
"starttls.enable" |
protected static final String |
MAIL_SMTP_SUBMITTER |
"submitter" |
protected static final String |
MAIL_SMTP_TIMEOUT |
"timeout" |
protected static final String |
MAIL_SMTP_TLS |
"starttls.enable" |
protected static final String |
MAIL_SSLFACTORY_CLASS |
"mail.SSLSocketFactory.class" |
protected static final int |
MAILBOX_BUSY |
450 |
protected static final int |
MAILBOX_FULL |
552 |
protected static final int |
MAILBOX_NOT_FOUND |
550 |
protected static final int |
MIN_MILLIS |
60000 |
protected static final int |
PARAMETER_SYNTAX_ERROR |
501 |
protected static final int |
PROCESSING_ERROR |
451 |
protected static final int |
SERVICE_CLOSING |
221 |
protected static final int |
SERVICE_NOT_AVAILABLE |
421 |
protected static final int |
SERVICE_READY |
220 |
protected static final int |
START_MAIL_INPUT |
354 |
protected static final int |
TIMEOUT |
300000 |
protected static final int |
TRANSACTION_FAILED |
553 |
protected static final int |
USER_NOT_LOCAL |
551 |
org.apache.geronimo.javamail.transport.smtp.SMTPTransport.SendStatus | ||
public static final int |
GENERAL_ERROR |
3 |
public static final int |
INVALID_ADDRESS |
1 |
public static final int |
SEND_FAILURE |
2 |
public static final int |
SUCCESS |
0 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |