You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/05/05 16:18:53 UTC

[2/2] camel git commit: Updated docs

Updated docs


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/78ab36d2
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/78ab36d2
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/78ab36d2

Branch: refs/heads/master
Commit: 78ab36d22ac92fd2c5d0ede09366d695bdd255d0
Parents: 144b07a
Author: Claus Ibsen <da...@apache.org>
Authored: Thu May 5 18:18:43 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu May 5 18:18:43 2016 +0200

----------------------------------------------------------------------
 components/camel-mail/src/main/docs/imap.adoc  | 5 ++++-
 components/camel-mail/src/main/docs/imaps.adoc | 5 ++++-
 components/camel-mail/src/main/docs/pop3.adoc  | 5 ++++-
 components/camel-mail/src/main/docs/pop3s.adoc | 5 ++++-
 components/camel-mail/src/main/docs/smtp.adoc  | 5 ++++-
 components/camel-mail/src/main/docs/smtps.adoc | 5 ++++-
 6 files changed, 24 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/78ab36d2/components/camel-mail/src/main/docs/imap.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mail/src/main/docs/imap.adoc b/components/camel-mail/src/main/docs/imap.adoc
index 1e1c401..d4078d4 100644
--- a/components/camel-mail/src/main/docs/imap.adoc
+++ b/components/camel-mail/src/main/docs/imap.adoc
@@ -18,8 +18,9 @@ The IMAP component supports 2 options which are listed below.
 
 
 
+
 // endpoint options: START
-The IMAP component supports 62 endpoint options which are listed below:
+The IMAP component supports 63 endpoint options which are listed below:
 
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
@@ -53,6 +54,7 @@ The IMAP component supports 62 endpoint options which are listed below:
 | javaMailSender | producer (advanced) |  | JavaMailSender | To use a custom org.apache.camel.component.mail.JavaMailSender for sending emails.
 | additionalJavaMailProperties | advanced |  | Properties | Sets additional java mail properties that will append/override any default properties that is set based on all the other options. This is useful if you need to add some special options but want to keep the others as is.
 | alternativeBodyHeader | advanced | CamelMailAlternativeBody | String | Specifies the key to an IN message header that contains an alternative email body. For example if you send emails in text/html format and want to provide an alternative mail body for non-HTML email clients set the alternative mail body with this key as a header.
+| attachmentsContentTransferEncodingResolver | advanced |  | AttachmentsContentTransferEncodingResolver | To use a custom AttachmentsContentTransferEncodingResolver to resolve what content-type-encoding to use for attachments.
 | binding | advanced |  | MailBinding | Sets the binding used to convert from a Camel message to and from a Mail message
 | connectionTimeout | advanced | 30000 | int | The connection timeout in milliseconds.
 | contentType | advanced | text/plain | String | The mail message content type. Use text/html for HTML mails.
@@ -89,3 +91,4 @@ The IMAP component supports 62 endpoint options which are listed below:
 |=======================================================================
 // endpoint options: END
 
+

http://git-wip-us.apache.org/repos/asf/camel/blob/78ab36d2/components/camel-mail/src/main/docs/imaps.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mail/src/main/docs/imaps.adoc b/components/camel-mail/src/main/docs/imaps.adoc
index 9d109e1..373bf47 100644
--- a/components/camel-mail/src/main/docs/imaps.adoc
+++ b/components/camel-mail/src/main/docs/imaps.adoc
@@ -18,8 +18,9 @@ The IMAPS component supports 2 options which are listed below.
 
 
 
+
 // endpoint options: START
-The IMAPS component supports 62 endpoint options which are listed below:
+The IMAPS component supports 63 endpoint options which are listed below:
 
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
@@ -53,6 +54,7 @@ The IMAPS component supports 62 endpoint options which are listed below:
 | javaMailSender | producer (advanced) |  | JavaMailSender | To use a custom org.apache.camel.component.mail.JavaMailSender for sending emails.
 | additionalJavaMailProperties | advanced |  | Properties | Sets additional java mail properties that will append/override any default properties that is set based on all the other options. This is useful if you need to add some special options but want to keep the others as is.
 | alternativeBodyHeader | advanced | CamelMailAlternativeBody | String | Specifies the key to an IN message header that contains an alternative email body. For example if you send emails in text/html format and want to provide an alternative mail body for non-HTML email clients set the alternative mail body with this key as a header.
+| attachmentsContentTransferEncodingResolver | advanced |  | AttachmentsContentTransferEncodingResolver | To use a custom AttachmentsContentTransferEncodingResolver to resolve what content-type-encoding to use for attachments.
 | binding | advanced |  | MailBinding | Sets the binding used to convert from a Camel message to and from a Mail message
 | connectionTimeout | advanced | 30000 | int | The connection timeout in milliseconds.
 | contentType | advanced | text/plain | String | The mail message content type. Use text/html for HTML mails.
@@ -89,3 +91,4 @@ The IMAPS component supports 62 endpoint options which are listed below:
 |=======================================================================
 // endpoint options: END
 
+

http://git-wip-us.apache.org/repos/asf/camel/blob/78ab36d2/components/camel-mail/src/main/docs/pop3.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mail/src/main/docs/pop3.adoc b/components/camel-mail/src/main/docs/pop3.adoc
index 66bcac6..29c5c1d 100644
--- a/components/camel-mail/src/main/docs/pop3.adoc
+++ b/components/camel-mail/src/main/docs/pop3.adoc
@@ -18,8 +18,9 @@ The POP3 component supports 2 options which are listed below.
 
 
 
+
 // endpoint options: START
-The POP3 component supports 62 endpoint options which are listed below:
+The POP3 component supports 63 endpoint options which are listed below:
 
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
@@ -53,6 +54,7 @@ The POP3 component supports 62 endpoint options which are listed below:
 | javaMailSender | producer (advanced) |  | JavaMailSender | To use a custom org.apache.camel.component.mail.JavaMailSender for sending emails.
 | additionalJavaMailProperties | advanced |  | Properties | Sets additional java mail properties that will append/override any default properties that is set based on all the other options. This is useful if you need to add some special options but want to keep the others as is.
 | alternativeBodyHeader | advanced | CamelMailAlternativeBody | String | Specifies the key to an IN message header that contains an alternative email body. For example if you send emails in text/html format and want to provide an alternative mail body for non-HTML email clients set the alternative mail body with this key as a header.
+| attachmentsContentTransferEncodingResolver | advanced |  | AttachmentsContentTransferEncodingResolver | To use a custom AttachmentsContentTransferEncodingResolver to resolve what content-type-encoding to use for attachments.
 | binding | advanced |  | MailBinding | Sets the binding used to convert from a Camel message to and from a Mail message
 | connectionTimeout | advanced | 30000 | int | The connection timeout in milliseconds.
 | contentType | advanced | text/plain | String | The mail message content type. Use text/html for HTML mails.
@@ -89,3 +91,4 @@ The POP3 component supports 62 endpoint options which are listed below:
 |=======================================================================
 // endpoint options: END
 
+

http://git-wip-us.apache.org/repos/asf/camel/blob/78ab36d2/components/camel-mail/src/main/docs/pop3s.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mail/src/main/docs/pop3s.adoc b/components/camel-mail/src/main/docs/pop3s.adoc
index 850425b..7b9269a 100644
--- a/components/camel-mail/src/main/docs/pop3s.adoc
+++ b/components/camel-mail/src/main/docs/pop3s.adoc
@@ -18,8 +18,9 @@ The POP3S component supports 2 options which are listed below.
 
 
 
+
 // endpoint options: START
-The POP3S component supports 62 endpoint options which are listed below:
+The POP3S component supports 63 endpoint options which are listed below:
 
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
@@ -53,6 +54,7 @@ The POP3S component supports 62 endpoint options which are listed below:
 | javaMailSender | producer (advanced) |  | JavaMailSender | To use a custom org.apache.camel.component.mail.JavaMailSender for sending emails.
 | additionalJavaMailProperties | advanced |  | Properties | Sets additional java mail properties that will append/override any default properties that is set based on all the other options. This is useful if you need to add some special options but want to keep the others as is.
 | alternativeBodyHeader | advanced | CamelMailAlternativeBody | String | Specifies the key to an IN message header that contains an alternative email body. For example if you send emails in text/html format and want to provide an alternative mail body for non-HTML email clients set the alternative mail body with this key as a header.
+| attachmentsContentTransferEncodingResolver | advanced |  | AttachmentsContentTransferEncodingResolver | To use a custom AttachmentsContentTransferEncodingResolver to resolve what content-type-encoding to use for attachments.
 | binding | advanced |  | MailBinding | Sets the binding used to convert from a Camel message to and from a Mail message
 | connectionTimeout | advanced | 30000 | int | The connection timeout in milliseconds.
 | contentType | advanced | text/plain | String | The mail message content type. Use text/html for HTML mails.
@@ -89,3 +91,4 @@ The POP3S component supports 62 endpoint options which are listed below:
 |=======================================================================
 // endpoint options: END
 
+

http://git-wip-us.apache.org/repos/asf/camel/blob/78ab36d2/components/camel-mail/src/main/docs/smtp.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mail/src/main/docs/smtp.adoc b/components/camel-mail/src/main/docs/smtp.adoc
index 91bcec1..a457122 100644
--- a/components/camel-mail/src/main/docs/smtp.adoc
+++ b/components/camel-mail/src/main/docs/smtp.adoc
@@ -18,8 +18,9 @@ The SMTP component supports 2 options which are listed below.
 
 
 
+
 // endpoint options: START
-The SMTP component supports 62 endpoint options which are listed below:
+The SMTP component supports 63 endpoint options which are listed below:
 
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
@@ -53,6 +54,7 @@ The SMTP component supports 62 endpoint options which are listed below:
 | javaMailSender | producer (advanced) |  | JavaMailSender | To use a custom org.apache.camel.component.mail.JavaMailSender for sending emails.
 | additionalJavaMailProperties | advanced |  | Properties | Sets additional java mail properties that will append/override any default properties that is set based on all the other options. This is useful if you need to add some special options but want to keep the others as is.
 | alternativeBodyHeader | advanced | CamelMailAlternativeBody | String | Specifies the key to an IN message header that contains an alternative email body. For example if you send emails in text/html format and want to provide an alternative mail body for non-HTML email clients set the alternative mail body with this key as a header.
+| attachmentsContentTransferEncodingResolver | advanced |  | AttachmentsContentTransferEncodingResolver | To use a custom AttachmentsContentTransferEncodingResolver to resolve what content-type-encoding to use for attachments.
 | binding | advanced |  | MailBinding | Sets the binding used to convert from a Camel message to and from a Mail message
 | connectionTimeout | advanced | 30000 | int | The connection timeout in milliseconds.
 | contentType | advanced | text/plain | String | The mail message content type. Use text/html for HTML mails.
@@ -89,3 +91,4 @@ The SMTP component supports 62 endpoint options which are listed below:
 |=======================================================================
 // endpoint options: END
 
+

http://git-wip-us.apache.org/repos/asf/camel/blob/78ab36d2/components/camel-mail/src/main/docs/smtps.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mail/src/main/docs/smtps.adoc b/components/camel-mail/src/main/docs/smtps.adoc
index 8bd2512..b26575b 100644
--- a/components/camel-mail/src/main/docs/smtps.adoc
+++ b/components/camel-mail/src/main/docs/smtps.adoc
@@ -18,8 +18,9 @@ The SMTPS component supports 2 options which are listed below.
 
 
 
+
 // endpoint options: START
-The SMTPS component supports 62 endpoint options which are listed below:
+The SMTPS component supports 63 endpoint options which are listed below:
 
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
@@ -53,6 +54,7 @@ The SMTPS component supports 62 endpoint options which are listed below:
 | javaMailSender | producer (advanced) |  | JavaMailSender | To use a custom org.apache.camel.component.mail.JavaMailSender for sending emails.
 | additionalJavaMailProperties | advanced |  | Properties | Sets additional java mail properties that will append/override any default properties that is set based on all the other options. This is useful if you need to add some special options but want to keep the others as is.
 | alternativeBodyHeader | advanced | CamelMailAlternativeBody | String | Specifies the key to an IN message header that contains an alternative email body. For example if you send emails in text/html format and want to provide an alternative mail body for non-HTML email clients set the alternative mail body with this key as a header.
+| attachmentsContentTransferEncodingResolver | advanced |  | AttachmentsContentTransferEncodingResolver | To use a custom AttachmentsContentTransferEncodingResolver to resolve what content-type-encoding to use for attachments.
 | binding | advanced |  | MailBinding | Sets the binding used to convert from a Camel message to and from a Mail message
 | connectionTimeout | advanced | 30000 | int | The connection timeout in milliseconds.
 | contentType | advanced | text/plain | String | The mail message content type. Use text/html for HTML mails.
@@ -89,3 +91,4 @@ The SMTPS component supports 62 endpoint options which are listed below:
 |=======================================================================
 // endpoint options: END
 
+