| Element | Description | Class |
|---|---|---|
| pop3 | Captures POP3Info that is required to receive mail messages using POP3 protocol. | org.jvnet.jax_ws_commons.transport.smtp.POP3Info |
| sender | Captures SMTP information to send mail messages | org.jvnet.jax_ws_commons.transport.smtp.SenderInfo |
| smtp | Spring configures this bean with all the SMTP related configuration for sending and receiving emails. | org.jvnet.jax_ws_commons.transport.smtp.server.ServerSMTPFeature |
| Attribute | Type | Description |
|---|---|---|
| host | xs:string | |
| interval | xs:integer | |
| password | xs:string | |
| scheme | xs:string | |
| uid | xs:string |
| Attribute | Type | Description |
|---|---|---|
| from | xs:string | |
| host | xs:string | |
| port | xs:string |
| Element | Type | Description |
|---|---|---|
| incoming | pop3 | |
| outgoing | sender | |
| service | <spring:bean/> | The service to be bound to the specified URL. |