[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ruby lib that will receive email

Peña, Botp

3/31/2005 10:21:00 AM

the net/smtp only sends mail. Is there any email ruby lib out there that can
receive email? I just want to capture inbound mail; no worry on where to
save it.

thanks and kind regards -botp



3 Answers

Florian Gross

3/31/2005 12:07:00 PM

0

Peña, Botp wrote:

> the net/smtp only sends mail. Is there any email ruby lib out there that can
> receive email? I just want to capture inbound mail; no worry on where to
> save it.

Net::POP and Net::IMAP in Ruby's standard library?

Shalev NessAiver

3/31/2005 12:16:00 PM

0

Well, I think the Rails ActionMailer library just got expanded to allow
for capturing incoming mail.


If this has already been suggested before, I'm sorry, but I keep
receiving only snippets of conversations.
It's as if I only receive one email in ten for some of these threads.

-Shalev

On Mar 31, 2005, at 7:09 AM, Florian Gross wrote:

> Peña, Botp wrote:
>
>> the net/smtp only sends mail. Is there any email ruby lib out there
>> that can
>> receive email? I just want to capture inbound mail; no worry on where
>> to
>> save it.
>
> Net::POP and Net::IMAP in Ruby's standard library?
>




Gavin Kistner

4/1/2005 3:29:00 PM

0

On Mar 31, 2005, at 3:21 AM, Peña, Botp wrote:
> the net/smtp only sends mail. Is there any email ruby lib out there
> that can
> receive email? I just want to capture inbound mail; no worry on where
> to
> save it.

A coworker of mine was recently searching for free forum software (like
UBB) that also had a mail gateway. A groups.yahoo.com type replacement.

In case anyone needs an idea of another app that (like rails) might be
a major reason for people to adopt ruby, there you have it. It would
not be a trivial undertaking, and one of the 'selling' points would be
that it was a free OSS solution, but it would be a great addition to
the net.community. :)