You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Vic Cekvenich <ce...@baseBeans.com> on 2003/08/16 23:54:04 UTC

commons e-mail

is commons e-mail beeing developed?
.V



RE: [email] Re: commons e-mail

Posted by "Noel J. Bergman" <no...@devtech.com>.
>>>The e-mail package, as I look at it, only allows to send.
>>>But to receive, I am having to use commons-net.
>>http://james.apache.org
>Thanks. At first glance it looked as James was only a mail server.
>I will try the POP jar.

Oh!  LOL  I misunderstood what you meant by "receive" mail.  I didn't
realize that you meant to PULL it.  We actually use commons.net, ourselves,
in the FetchPOP code, to pull e-mail as configured.  I thought that you
wanted to receive it, i.e., to have mail sent to you via the SMTP protocol.

FWIW, you might also look at JavaMail.  We have deprecated our FetchPOP
code, and replaced it with a "Fetchmail" service, built on using JavaMail
service providers.

	--- Noel


Re: [email] Re: commons e-mail

Posted by Vic Cekvenich <ce...@baseBeans.com>.
Thanks. At first glance it looked as James was only a mail server. I 
will try the POP jar.
.V

Noel J. Bergman wrote:
>>The e-mail package, as I look at it, only allows to send.
>>But to receive, I am having to use commons-net.
> 
> 
>   http://james.apache.org
> 
> 	--- Noel



RE: [email] Re: commons e-mail

Posted by "Noel J. Bergman" <no...@devtech.com>.
> The e-mail package, as I look at it, only allows to send.
> But to receive, I am having to use commons-net.

  http://james.apache.org

	--- Noel

Re: [email] Re: commons e-mail

Posted by Vic Cekvenich <ce...@baseBeans.com>.
The e-mail package, as I look at it, only allows to send.
But to receive, I am having to use commons-net.

Just FYI. It be nice to give it similar simple receiving commands, that 
  could use -net. I could "donate" sample code, if someone wants to send 
me a private e-mail.

.V

Michael Davey wrote:
> Joe Germuska wrote:
> 
>> It seems to be languishing, but I don't think it really needs much 
>> besides active developers.  It could certainly go to the Commons 
>> proper as a beta package, where it might get more visibility and more 
>> people willing to flush out any remaining bugs.
> 
> 
> I'd be happy to help out.  I couldn't find a todo list, just those two 
> open bugs.  It would be great if one of the committers could outline the 
> things needed to get email from here to an initial release.
> 
> I have an in-development feature for Gump that could use this project. I 
> also recently posted an email to this list regarding the supporting 
> classes for the EmailTask in Ant.  Perhaps some of that code could be 
> 'reused' :) .
> 



[email] Re: commons e-mail

Posted by Michael Davey <Mi...@coderage.org>.
Joe Germuska wrote:

> It seems to be languishing, but I don't think it really needs much 
> besides active developers.  It could certainly go to the Commons 
> proper as a beta package, where it might get more visibility and more 
> people willing to flush out any remaining bugs.

I'd be happy to help out.  I couldn't find a todo list, just those two 
open bugs.  It would be great if one of the committers could outline the 
things needed to get email from here to an initial release.

I have an in-development feature for Gump that could use this project. 
 I also recently posted an email to this list regarding the supporting 
classes for the EmailTask in Ant.  Perhaps some of that code could be 
'reused' :) .

-- 
Michael



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[email] Re: commons e-mail

Posted by Michael Davey <Mi...@coderage.org>.
Joe Germuska wrote:

> It seems to be languishing, but I don't think it really needs much 
> besides active developers.  It could certainly go to the Commons 
> proper as a beta package, where it might get more visibility and more 
> people willing to flush out any remaining bugs.

I'd be happy to help out.  I couldn't find a todo list, just those two 
open bugs.  It would be great if one of the committers could outline the 
things needed to get email from here to an initial release.

I have an in-development feature for Gump that could use this project. 
 I also recently posted an email to this list regarding the supporting 
classes for the EmailTask in Ant.  Perhaps some of that code could be 
'reused' :) .

-- 
Michael



RE: commons e-mail

Posted by "Noel J. Bergman" <no...@devtech.com>.
Joe Germuska wrote:

> Vic Cekvenich wrote:
> > is commons e-mail beeing developed?

> It seems to be languishing, but I don't think it really needs much
> besides active developers.

Well, putting it on the WEB PAGE (http://jakarta.apache.org/commons/) would
be a start!  I didn't even know it existed until Vic asked the question, and
I went to look at the CVS.

	--- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


RE: commons e-mail

Posted by "Noel J. Bergman" <no...@devtech.com>.
Joe Germuska wrote:

> Vic Cekvenich wrote:
> > is commons e-mail beeing developed?

> It seems to be languishing, but I don't think it really needs much
> besides active developers.

Well, putting it on the WEB PAGE (http://jakarta.apache.org/commons/) would
be a start!  I didn't even know it existed until Vic asked the question, and
I went to look at the CVS.

	--- Noel


Re: commons e-mail

Posted by Joe Germuska <Jo...@Germuska.com>.
At 17:54 -0400 8/16/03, Vic Cekvenich wrote:
>is commons e-mail beeing developed?

It seems pretty complete -- I haven't used it in code myself, but 
I've written a similar framework.  I contributed a few patches and 
suggestions in Bugzilla, but a couple are still open.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18968
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18971

It seems to be languishing, but I don't think it really needs much 
besides active developers.  It could certainly go to the Commons 
proper as a beta package, where it might get more visibility and more 
people willing to flush out any remaining bugs.

I have a lot of email code at work which I'd consider adjusting to 
work with Commons Email if it were in a full release.  That's what 
led me to review it enough to find the few things I reported.

Joe

-- 
--
Joe Germuska            
Joe@Germuska.com  
http://blog.germuska.com    
"If nature worked that way, the universe would crash all the time." 
	--Jaron Lanier

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: commons e-mail

Posted by Joe Germuska <Jo...@Germuska.com>.
At 17:54 -0400 8/16/03, Vic Cekvenich wrote:
>is commons e-mail beeing developed?

It seems pretty complete -- I haven't used it in code myself, but 
I've written a similar framework.  I contributed a few patches and 
suggestions in Bugzilla, but a couple are still open.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18968
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18971

It seems to be languishing, but I don't think it really needs much 
besides active developers.  It could certainly go to the Commons 
proper as a beta package, where it might get more visibility and more 
people willing to flush out any remaining bugs.

I have a lot of email code at work which I'd consider adjusting to 
work with Commons Email if it were in a full release.  That's what 
led me to review it enough to find the few things I reported.

Joe

-- 
--
Joe Germuska            
Joe@Germuska.com  
http://blog.germuska.com    
"If nature worked that way, the universe would crash all the time." 
	--Jaron Lanier