- mailDebug - Variable in class org.ikasan.component.endpoint.email.producer.EmailProducerConfiguration
-
The initial debug mode.
- mailFrom - Variable in class org.ikasan.component.endpoint.email.producer.EmailProducerConfiguration
-
The return email address of the current user, used by the InternetAddress method getLocalAddress.
- mailHost - Variable in class org.ikasan.component.endpoint.email.producer.EmailProducerConfiguration
-
The default host name of the mail server for both Stores and Transports.
- mailMimeAddressStrict - Variable in class org.ikasan.component.endpoint.email.producer.EmailProducerConfiguration
-
The MimeMessage class uses the InternetAddress method parseHeader to parse headers in messages.
- mailPopClass - Variable in class org.ikasan.component.endpoint.email.producer.EmailProducerConfiguration
-
Specifies the fully qualified class name of the provider for the specified protocol.
- mailPopHost - Variable in class org.ikasan.component.endpoint.email.producer.EmailProducerConfiguration
-
The host name of the mail server for the specified protocol.
- mailPopPort - Variable in class org.ikasan.component.endpoint.email.producer.EmailProducerConfiguration
-
The port number of the mail server for the specified protocol.
- mailPopUser - Variable in class org.ikasan.component.endpoint.email.producer.EmailProducerConfiguration
-
The user name to use when connecting to mail servers using the specified protocol.
- mailSmtpClass - Variable in class org.ikasan.component.endpoint.email.producer.EmailProducerConfiguration
-
Specifies the fully qualified class name of the provider for the specified protocol.
- mailSmtpHost - Variable in class org.ikasan.component.endpoint.email.producer.EmailProducerConfiguration
-
The host name of the mail server for the specified protocol.
- mailSmtpPort - Variable in class org.ikasan.component.endpoint.email.producer.EmailProducerConfiguration
-
The port number of the mail server for the specified protocol.
- mailSmtpUser - Variable in class org.ikasan.component.endpoint.email.producer.EmailProducerConfiguration
-
The user name to use when connecting to mail servers using the specified protocol.
- mailStoreProtocol - Variable in class org.ikasan.component.endpoint.email.producer.EmailProducerConfiguration
-
The default host name of the mail server for both Stores and Transports By default the first Store provider in the configuration files is returned.
- mailTransportProtocol - Variable in class org.ikasan.component.endpoint.email.producer.EmailProducerConfiguration
-
The default host name of the mail server for both Stores and Transports By default
- mailUser - Variable in class org.ikasan.component.endpoint.email.producer.EmailProducerConfiguration
-
The default user name to use when connecting to the mail server.