From e6c41360db4f458f5bd3039cc21ac3f498f86929 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 26 Sep 2008 21:07:21 +0000 Subject: [PATCH] Added 'port' and 'javamail-properties' attributes for the 'outbound-channel-adapter' element. --- .../config/spring-integration-mail-1.0.xsd | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/org.springframework.integration.mail/src/main/java/org/springframework/integration/mail/config/spring-integration-mail-1.0.xsd b/org.springframework.integration.mail/src/main/java/org/springframework/integration/mail/config/spring-integration-mail-1.0.xsd index ae2c9c643c..6e19450d51 100644 --- a/org.springframework.integration.mail/src/main/java/org/springframework/integration/mail/config/spring-integration-mail-1.0.xsd +++ b/org.springframework.integration.mail/src/main/java/org/springframework/integration/mail/config/spring-integration-mail-1.0.xsd @@ -26,8 +26,10 @@ + + @@ -57,4 +59,31 @@ + + + + + Defines a Transformer for adding statically configured Mail Headers. + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file