This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 44a8dfb Regen
44a8dfb is described below
commit 44a8dfb34a635f90a11311ff1205827a7ec67874
Author: Andrea Cosentino <ancosen@gmail.com>
AuthorDate: Thu Mar 7 10:57:03 2019 +0100
Regen
---
components/camel-mail/src/main/docs/mail-component.adoc | 3 ++-
docs/components/modules/ROOT/pages/mail-component.adoc | 6 ++++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/components/camel-mail/src/main/docs/mail-component.adoc b/components/camel-mail/src/main/docs/mail-component.adoc
index 184cf63..4b980e0 100644
--- a/components/camel-mail/src/main/docs/mail-component.adoc
+++ b/components/camel-mail/src/main/docs/mail-component.adoc
@@ -204,7 +204,7 @@ When using Spring Boot make sure to use the following Maven dependency
to have s
----
-The component supports 48 options, which are listed below.
+The component supports 49 options, which are listed below.
@@ -250,6 +250,7 @@ The component supports 48 options, which are listed below.
| *camel.component.mail.configuration.username* | The username for login | | String
| *camel.component.mail.content-type-resolver* | Resolver to determine Content-Type for file
attachments. The option is a org.apache.camel.component.mail.ContentTypeResolver type. |
| String
| *camel.component.mail.enabled* | Enable mail component | true | Boolean
+| *camel.component.mail.header-filter-strategy* | To use a custom org.apache.camel.spi.HeaderFilterStrategy
to filter header to and from Camel message. The option is a org.apache.camel.spi.HeaderFilterStrategy
type. | | String
| *camel.component.mail.resolve-property-placeholders* | Whether the component should resolve
property placeholders on itself when starting. Only properties which are of String type can
use property placeholders. | true | Boolean
| *camel.component.mail.use-global-ssl-context-parameters* | Enable usage of global SSL context
parameters. | false | Boolean
| *camel.dataformat.mime-multipart.binary-content* | Defines whether the content of binary
parts in the MIME multipart is binary (true) or Base-64 encoded (false) Default is false.
| false | Boolean
diff --git a/docs/components/modules/ROOT/pages/mail-component.adoc b/docs/components/modules/ROOT/pages/mail-component.adoc
index 5bf8c98..4b980e0 100644
--- a/docs/components/modules/ROOT/pages/mail-component.adoc
+++ b/docs/components/modules/ROOT/pages/mail-component.adoc
@@ -78,7 +78,7 @@ You can append query options to the URI in the following format,
// component options: START
-The Mail component supports 4 options, which are listed below.
+The Mail component supports 5 options, which are listed below.
@@ -88,6 +88,7 @@ The Mail component supports 4 options, which are listed below.
| *configuration* (advanced) | Sets the Mail configuration | | MailConfiguration
| *contentTypeResolver* (advanced) | Resolver to determine Content-Type for file attachments.
| | ContentTypeResolver
| *useGlobalSslContext Parameters* (security) | Enable usage of global SSL context parameters.
| false | boolean
+| *headerFilterStrategy* (filter) | To use a custom org.apache.camel.spi.HeaderFilterStrategy
to filter header to and from Camel message. | | HeaderFilterStrategy
| *resolveProperty Placeholders* (advanced) | Whether the component should resolve property
placeholders on itself when starting. Only properties which are of String type can use property
placeholders. | true | boolean
|===
// component options: END
@@ -203,7 +204,7 @@ When using Spring Boot make sure to use the following Maven dependency
to have s
----
-The component supports 48 options, which are listed below.
+The component supports 49 options, which are listed below.
@@ -249,6 +250,7 @@ The component supports 48 options, which are listed below.
| *camel.component.mail.configuration.username* | The username for login | | String
| *camel.component.mail.content-type-resolver* | Resolver to determine Content-Type for file
attachments. The option is a org.apache.camel.component.mail.ContentTypeResolver type. |
| String
| *camel.component.mail.enabled* | Enable mail component | true | Boolean
+| *camel.component.mail.header-filter-strategy* | To use a custom org.apache.camel.spi.HeaderFilterStrategy
to filter header to and from Camel message. The option is a org.apache.camel.spi.HeaderFilterStrategy
type. | | String
| *camel.component.mail.resolve-property-placeholders* | Whether the component should resolve
property placeholders on itself when starting. Only properties which are of String type can
use property placeholders. | true | Boolean
| *camel.component.mail.use-global-ssl-context-parameters* | Enable usage of global SSL context
parameters. | false | Boolean
| *camel.dataformat.mime-multipart.binary-content* | Defines whether the content of binary
parts in the MIME multipart is binary (true) or Base-64 encoded (false) Default is false.
| false | Boolean
|