[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

[ANN] FastCST 0.4: SMTP+POP3 Distribution

Zed A. Shaw

3/15/2005 5:07:00 PM

Hello Again,

I seem to be on fire with Ruby. What a wonderful language. I feel like
I'm Bruce Banner and someone just kicked me in the crotch. :-)

Anyway, another release of FastCST for all you Ruby folk to play with.
This release adds support for three really fun commands:

* send -- Takes a meta-data file, packs all the stuff in an e-mail, and
sends it (a lot like darcs).
* recv -- Hits a POP3 server, finds all the FastCST Changesets you sent,
and downloads them into a local mbox file.
* read -- Reads an mbox file for FastCST Changesets and lets you apply
them to directories. Even works against an Evolution mailbox so you can
just let Evolution (or other MTA) download them and then process them
directly.

This is actually a pretty nice way to work since it's a lot like reading
e-mail--although maybe circa 1980 with the mail command. No, even
worse.

In addition there's a full walk-through/tutorial available for those
wanting more in-depth coverage:
http://www.zedshaw.com/project...test...


Home: http://www.zedshaw.com/project...
Source: http://www.zedshaw.com/project...fastcst-0.4-ruby.tar.bz2
Script: http://www.zedshaw.com/fa...

Enjoy! And all feedback is welome.

Zed A. Shaw