From 94bff16daece9bb7e38b958a0d065d82b4b5d11a Mon Sep 17 00:00:00 2001 From: Gunnar Hillert Date: Thu, 4 Oct 2012 12:40:03 -0300 Subject: [PATCH] Add reference to mail-attachments sample --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 23795ee8..7252574f 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ This category targets developers who are already more familiar with the Spring I * **async-gateway** - Example shows usage of an **Asynchronous Gateway** * **errorhandling** - Demonstrates basic **Error Handling** capabilities of Spring Integration * **file-processing** - Sample demonstrates how to wire a message flow to process files either sequentially (maintain the order) or concurrently (no order). +* **mail-attachments** - Demonstrates the processing of email attachments * **multipart-http** - Demonstrates the sending of HTTP multipart requests using Spring's **RestTemplate** and a Spring Integration **Http Outbound Gateway** * **travel** - More sophisticated example showing the retrieval of weather (SOAP Web Service) and traffic (HTTP Service) reports using real services * **tcp-client-server-multiplex** - Demonstrates the use of *Collaborating Channel Adapters*