[jboss-user] [JBoss Seam] - Re: Saving e-mails generated by Seam

2008-02-17 Thread [EMAIL PROTECTED]
You would need to configure javamail to write to a output stream. If this is possible, then yes, and we can write a hook into Seam. File a feature request in JIRA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129962#4129962 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Saving e-mails generated by Seam

2008-02-09 Thread nickarls
Not a direct answer to the question but you could put an archive-mailbox on your bcc list... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128105#4128105 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128105

[jboss-user] [JBoss Seam] - Re: Saving e-mails generated by Seam

2008-02-09 Thread rhasselbaum
I considered that, but it doesn't accomplish what I want to do. I want to be able to retrieve the e-mail later via the web site. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128109#4128109 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Saving e-mails generated by Seam

2008-02-09 Thread nickarls
Well, if you write this imap-view against your mailbox... ;-) Does it have to be an exact snapshot through the template? Otherwise you could just store away the information in the template... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4128113#4128113 Reply

[jboss-user] [JBoss Seam] - Re: Saving e-mails generated by Seam

2008-02-09 Thread rhasselbaum
Thanks for your reply. I know there are other ways to achieve the same effect, but the easiest solution is for me to to get a handle to the rendered HTML (or e-mail payload) directly through Seam if that's possible. If it's not possible, then I'll look at other options. View the original post