This website requires JavaScript.
Explore
Help
Sign In
Spring
/
spring-integration
Watch
1
Star
0
Fork
0
You've already forked spring-integration
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
44b682b3badc5b200e8da7e52e09da1f06812a64
spring-integration
/
org.springframework.integration.mail
History
Mark Fisher
44b682b3ba
INT-760 MessageHeaders for Mail (to, cc, etc, as defined in MailHeaders) are now applied to MailMessage payload instances also (in addition to String or byte[] payloads). Previously they were ignored since it was assumed that a MailMessage would have been completely configured, but this seems more intuitive if someone does explicitly add a 'header-enricher' with settings that should add or override. Otherwise, the header-enricher would simply be left out of the configuration or message flow.
2009-09-04 19:54:26 +00:00
..
src
INT-760 MessageHeaders for Mail (to, cc, etc, as defined in MailHeaders) are now applied to MailMessage payload instances also (in addition to String or byte[] payloads). Previously they were ignored since it was assumed that a MailMessage would have been completely configured, but this seems more intuitive if someone does explicitly add a 'header-enricher' with settings that should add or override. Otherwise, the header-enricher would simply be left out of the configuration or message flow.
2009-09-04 19:54:26 +00:00
.classpath
added 'src/test/resources' as source folder in .classpath files
2009-08-25 13:38:33 +00:00
.project
Adding new 'org.springframework.integration.mail' module
2008-09-22 14:45:40 +00:00
build.xml
updated maven central poms, added parent pom.
2009-03-21 02:09:26 +00:00
ivy.xml
INT-722, Modified Ivy files to have place-holders instead of concrete versions for Spring and JUnit. Added spring.version and junit.version properties to build.properties. This will allow quick switch to new version of Spring
2009-07-14 14:37:41 +00:00
pom.xml
pom updates
2009-08-21 16:46:03 +00:00
template.mf
updated spring-integration and spring version ranges in template.mf files, and also updated spring-ws to 1.5.7.A and spring-security to 2.0.5.RELEASE
2009-08-03 22:44:27 +00:00