ProtocolProvider
Attributes Summary
protocol classname The class name of the protocol provider. classpath The classpath to the jar(s) which contain the implementation classes for this protocol provider. type The type of protocol provider.
Attribute Details
protocol
Data type: String
Default value: unspecified
classname
The class name of the protocol provider. The class must be available on the classpath of the mail provider.
Data type: String
Default value: unspecified
classpath
The classpath to the jar(s) which contain the implementation classes for this protocol provider. If more than one jar file provides the implementation for a protocol provider, an entry for each required jar must be added. No classpath separator information should be specified in a classpath entry.
Data type: String
Default value: unspecified
type
The type of protocol provider. Either TRANSPORT or STORE.
Data type: ProtocolProviderKind
Default value: unspecified
Allowed Values: STORE TRANSPORT