[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-06-22 Thread acoliver
Can you ask that question in more detail? -Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839557#3839557 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839557

[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-27 Thread spiritualmechanic
Okay, let me read what Mike said and I'll get back to you. I've been looking into the JCA code itself a bunch, so I haven't spent much time on mail. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836461#3836461 Reply to the post :

[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-27 Thread spiritualmechanic
Which operations do you think you'd want on the connection interface? This is definitely interesting, and a more interesting line of thinking than just pooling/securing a Session. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836466#3836466 Reply to the post

[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-25 Thread mikea-xoba
andy, by last part, do you mean just my item #5? i do admit #5 would be cutting corners a bit. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836148#3836148 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836148

[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-25 Thread acoliver
No I meant your improper choice of editor. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836155#3836155 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836155 ---

[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-24 Thread spiritualmechanic
Okay so you want to use the mailing-out features of Mail Services instead. Which class do you want me to wrap/use? One of the SMTP ones? Sometimes I think the actual coding in software development is the easy part. Communication is the hard part. :) Not me: Do you understand? Me: Of course I

[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-24 Thread spiritualmechanic
Okay, now I'm planning on using org.jboss.mail.smtp.sender classes. I'll probably have the JCA implement SMTPSenderBean. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836056#3836056 Reply to the post :

[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-24 Thread mikea-xoba
here's the way i understand the mail situation going forward in jboss, with respect to jca and jbmail (jbmail = this forum's Mail Services) and this forum thread; please post corrections to this where i err: 1. there's currently an mbean called 'jboss:service=Mail' which uses mbean code

[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-24 Thread acoliver
Mike sounds right with the exception of the last part. vi is the proper tool. I do not loose my posts composing on Mozilla Firefox (aka firebird) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836092#3836092 Reply to the post :

[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-24 Thread kabkhan
I use Textpad myself :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836096#3836096 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836096 --- This SF.Net email is

[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-23 Thread spiritualmechanic
Hey, the status is very alpha, untested. The code is uploaded, but with no unit tests. I'm still working on the unit tests and figuring out all I need in order to bootstrap the server with JNDI/JCA and load it up correctly. I didn't mean for things to take so long, but things have been crazy at

[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-23 Thread acoliver
Right now, the way things are planned, the JCA adapter will do the same thing MailService does. Run that by me again? You're not writing the JCA adapter to USE mail services? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836005#3836005 Reply to the post :

[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-23 Thread spiritualmechanic
Unless I misunderstood (and I may) I thought a pooled, secure, JavaMail session was wanted. If there are other pieces of Mail Services we want to JCA-ify, that can be done as well. I thought the JCA was just the first piece, and there'd be a piece on top, a subsystem using the Mail Services to

[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-23 Thread acoliver
Sucka that's client only. That isn't basically what mail services does...bah. What would be nice is a JCA wrapper around mail services as well which you can instead send mail to the 'local mail server as opposed to the remote mail server. Eventually I want to either re-implement or re-write