|
From: David B. <viv...@gm...> - 2005-01-18 16:12:06
|
I'm using the mail components to write a small framework (apology for the way overused word) that can send either text or html e-mails. To simplify this, it would be nice if there were a common super-interface for org.springframework.mail.SimpleMailMessage and org.springframework.mail.javamail.MimeMessageHelper. They both share getters and setters for properties like cc, to, from, text, etc. It would be nice to be able to have common initialization code regardless of whether I'm working with a text or html message. |