Class: com.sybase.djc.mail.MailSession (Mail Session) | EAServer 6.3 Help |
---|
Property: mail.debug (Debug) | |
---|---|
Description | The initial debug mode. |
Default Value | false |
Legal Values | false, true |
Property: mail.debug.quote (Mail Debug Quote) | |
---|---|
Description | Enables quote debugging of the transports streams. |
Property: mail.from (From) | |
---|---|
Description | The return email address of the current user, used by the InternetAddress method getLocalAddress. |
Property: mail.host (Host) | |
---|---|
Description | The default host name of the mail server for both Stores and Transports. Used if the mail.protocol.host property isn't set. |
Property: mail.pop3.host (Host) | |
---|---|
Description | The host name of the mail server for the POP3 protocol. Overrides the mail.host property. |
Property: mail.pop3.port (Port) | |
---|---|
Description | The port number of the mail server for the POP3 protocol. If not specified the protocol's default port number is used. |
Default Value | 110 |
Property: mail.pop3.user (User) | |
---|---|
Description | The user name to use when connecting to mail servers using the POP3 protocol. Overrides the mail.user property. |
Property: mail.pop3s.host (Host) | |
---|---|
Description | The host name of the mail server for the POP3S protocol. Overrides the mail.host property. |
Property: mail.pop3s.port (Port) | |
---|---|
Description | The port number of the mail server for the POP3S protocol. If not specified the protocol's default port number is used. |
Default Value | 110 |
Property: mail.pop3s.user (User) | |
---|---|
Description | The user name to use when connecting to mail servers using the POP3S protocol. Overrides the mail.user property. |
Property: mail.smtp.auth (Enable AUTH) | |
---|---|
Description | If true, attempt to authenticate the user using the AUTH command. Defaults to false. |
Default Value | false |
Legal Values | false, true |
Property: mail.smtp.dsn.ret (Delivery Status Notification RET) | |
---|---|
Description | The RET option to the MAIL command. Either FULL or HDRS. |
Property: mail.smtp.host (Host) | |
---|---|
Description | The host name of he mail server for the SMTP protocol. Overrides the mail.host property. |
Property: mail.smtp.port (Port) | |
---|---|
Description | The port number of the mail server for the SMTP protocol. If not specified the protocol's default port number is used (25). |
Default Value | 25 |
Property: mail.smtp.sasl.realm (SASL Realm) | |
---|---|
Description | The realm to use with DIGEST-MD5 authentication. |
Property: mail.smtp.starttls.enable (Enable STARTTLS) | |
---|---|
Description | Enables the start TLS for mail delivery. |
Default Value | false |
Legal Values | false, true |
Property: mail.smtp.user (User) | |
---|---|
Description | The user name to use when connecting to mail servers using the SMTP protocol. Overrides the mail.user property. |
Property: mail.smtps.auth (Enable AUTH) | |
---|---|
Description | If true, attempt to authenticate the user using the AUTH command. Defaults to false. |
Default Value | false |
Legal Values | false, true |
Property: mail.smtps.dsn.ret (Delivery Status Notification RET) | |
---|---|
Description | The RET option to the MAIL command. Either FULL or HDRS. |
Property: mail.smtps.host (Host) | |
---|---|
Description | The host name of he mail server for the SMTPS protocol. Overrides the mail.host property. |
Property: mail.smtps.port (Port) | |
---|---|
Description | The port number of the mail server for the SMTPS protocol. If not specified the protocol's default port number is used. |
Default Value | 25 |
Property: mail.smtps.sasl.realm (SASL Realm) | |
---|---|
Description | The realm to use with DIGEST-MD5 authentication. |
Property: mail.smtps.starttls.enable (Enable STARTTLS) | |
---|---|
Description | Enables the start TLS for mail delivery. |
Default Value | false |
Legal Values | false, true |
Property: mail.smtps.user (User) | |
---|---|
Description | The user name to use when connecting to mail servers using the SMTPS protocol. Overrides the mail.user property. |
Property: mail.store.protocol (Store Protocol) | |
---|---|
Description | Specifies the default message access protocol. The Session method getStore() returns a Store object that implements this protocol. |
Property: mail.user (User) | |
---|---|
Description | The default user name to use when connecting to the mail server. Used if the mail.protocol.user property isn't set. |