This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 6d2cf13fbaa116cdcc8bcce37c187297a037cd24 Author: Gautier DI FOLCO <[email protected]> AuthorDate: Mon Jun 22 12:29:02 2020 +0200 JAMES-3213 Change ICALToJsonAttribute replyTo header source to Reply-To --- .../java/org/apache/james/transport/mailets/ICALToJsonAttribute.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailet/icalendar/src/main/java/org/apache/james/transport/mailets/ICALToJsonAttribute.java b/mailet/icalendar/src/main/java/org/apache/james/transport/mailets/ICALToJsonAttribute.java index ed0ea90..07e013b 100644 --- a/mailet/icalendar/src/main/java/org/apache/james/transport/mailets/ICALToJsonAttribute.java +++ b/mailet/icalendar/src/main/java/org/apache/james/transport/mailets/ICALToJsonAttribute.java @@ -105,7 +105,7 @@ public class ICALToJsonAttribute extends GenericMailet { public static final AttributeName DEFAULT_SOURCE = AttributeName.of(DEFAULT_SOURCE_ATTRIBUTE_NAME); public static final AttributeName DEFAULT_RAW_SOURCE = AttributeName.of(DEFAULT_RAW_SOURCE_ATTRIBUTE_NAME); public static final AttributeName DEFAULT_DESTINATION = AttributeName.of(DEFAULT_DESTINATION_ATTRIBUTE_NAME); - public static final String REPLY_TO_HEADER_NAME = "replyTo"; + public static final String REPLY_TO_HEADER_NAME = "Reply-To"; static { ICal4JConfigurator.configure(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
