Jukka Zitting ha scritto: > I'd be interested in pursuing an approach where the full message is > never exists outside the repository, i.e. the message is streamed > directly into the repository during an SMTP DATA command (or the > equivalent in other protocols) and only the message key returned by > the repository is used to keep track of the message.
MimeMessageSource is there for this precise task. Look at implementations of that interface. You create a MimeMessageWrapper (extends MimeMessage) initializing it with a MimeMessageSource (you will have to create a JCRMimeMessageSource). Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
