[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

[ANN] Sup 0.0.3 Released

William Morgan

1/2/2007 9:22:00 PM

The most usable version yet, with mbox-over-ssh support, imap support
that Finally Actually Works (tm) and lots of speedups and bugfixes. With
this release Sup moves from alpha to beta, so you know it must be good.

I'd like to dedicate this release to my upstairs neighbors, who, through
a series of tragic birth defects and mutilating accidents, are
apparently restricted to forms of locomotion that involve stomping
really, really loudly.

Sup version 0.0.3 has been released!

http://sup.rub...

Sup is a console-based email client that combines the best
features of GMail, mutt, and emacs. Sup matches the power of GMail
with the speed and simplicity of a console interface.

Sup makes it easy to:
- Handle massive amounts of email.

- Mix email from different sources: mbox files (even across
different machines), IMAP folders, POP accounts, and GMail
accounts.

Changes:

== 0.0.3 / 2007-01-02

* Major speed increase for index views (inbox, search results), which
are now loaded completely from the IR index. The only time the
original sources need to be touched is when viewing a thread. This
is important for slow sources like IMAP and mbox+ssh.
* Remote mbox support with mbox+ssh URIs.
* IMAP now actually works.
* sup-import uses HighLine and is generally much improved.
* Multitudinous minor bug fixes and improvements.

http://sup.rub...

--
William <wmorgan-ruby-talk@masanjin.net>

7 Answers

Mat Schaffer

1/2/2007 9:38:00 PM

0


On Jan 2, 2007, at 4:22 PM, William Morgan wrote:
> I'd like to dedicate this release to my upstairs neighbors, who,
> through
> a series of tragic birth defects and mutilating accidents, are
> apparently restricted to forms of locomotion that involve stomping
> really, really loudly.

Best dedication ever!
-Mat

Florian Frank

1/3/2007 1:35:00 AM

0

William Morgan wrote:
> The most usable version yet, with mbox-over-ssh support, imap support
> that Finally Actually Works (tm) and lots of speedups and bugfixes. With
> this release Sup moves from alpha to beta, so you know it must be good.
>
Small bug report: The net-ssh dependency seems to be missing in the sup gem.

--
Florian Frank


Tim Pease

1/3/2007 4:18:00 PM

0

On 1/2/07, William Morgan <wmorgan-ruby-talk@masanjin.net> wrote:
> The most usable version yet, with mbox-over-ssh support, imap support
> that Finally Actually Works (tm) and lots of speedups and bugfixes. With
> this release Sup moves from alpha to beta, so you know it must be good.
>

Another small bug report ...

> sup-import imaps://mail.xxxxxxxxx.xxx/
/usr/lib/ruby/gems/1.8/gems/sup-0.0.3/lib/sup/buffer.rb:45: warning:
already initialized constant KEY_CANCEL
[Wed Jan 03 09:14:27 -0700 2007] creating index...
Username for mail.xxxxxxxxxx.xxx: twp
Password for mail.xxxxxxxxxx.xxx:

/usr/lib/ruby/gems/1.8/gems/sup-0.0.3/lib/sup/imap.rb:51:in `intern':
interning empty string (ArgumentError)
from /usr/lib/ruby/gems/1.8/gems/sup-0.0.3/lib/sup/imap.rb:51:in
`initialize'
from /usr/lib/ruby/gems/1.8/gems/sup-0.0.3/bin/sup-import:139:in `new'
from /usr/lib/ruby/gems/1.8/gems/sup-0.0.3/bin/sup-import:139
from /usr/lib/ruby/gems/1.8/gems/sup-0.0.3/bin/sup-import:126:in `map'
from /usr/lib/ruby/gems/1.8/gems/sup-0.0.3/bin/sup-import:126
from /usr/bin/sup-import:18:in `load'
from /usr/bin/sup-import:18


Other warnings about already defined constants (perhaps the same
module is being loaded multiple times).

The ArgumentError is coming from lib/imap.rb The "mailbox" variable
is never defined in the method.

Good word on this. I hope you having fun with it.

Blessings,
TwP

William Morgan

1/3/2007 7:49:00 PM

0

Excerpts from Tim Pease's message of Wed Jan 03 08:17:30 -0800 2007:
> Another small bug report ...

Thanks! Please try 0.0.4, which I just released. It's all bugfixes.

--
William <wmorgan-ruby-talk@masanjin.net>

Suraj Kurapati

1/5/2007 9:59:00 PM

0

William Morgan wrote:
> Excerpts from Tim Pease's message of Wed Jan 03 08:17:30 -0800 2007:
>> Another small bug report ...
>
> Thanks! Please try 0.0.4, which I just released. It's all bugfixes.

One more error:

$ gem list sup

*** LOCAL GEMS ***

sup (0.0.4)
A console-based email client with the best features of GMail, mutt,
and emacs. Features full text search, labels, tagged operations,
multiple buffers, recent contacts, and more.

$ sup
/usr/lib/ruby/1.8/net/imap.rb:204: uninitialized constant Net::IMAP::SSL
(NameError)
from
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
from /usr/lib/ruby/gems/1.8/gems/sup-0.0.4/lib/sup/imap.rb:2
from
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
from /usr/lib/ruby/gems/1.8/gems/sup-0.0.4/lib/sup.rb:126
from
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
from /usr/lib/ruby/gems/1.8/gems/sup-0.0.4/bin/sup:5
from /usr/X11R6/bin/sup:18

--
Posted via http://www.ruby-....

William Morgan

1/5/2007 11:31:00 PM

0

Excerpts from Suraj Kurapati's message of Fri Jan 05 13:58:36 -0800 2007:
> $ sup
> /usr/lib/ruby/1.8/net/imap.rb:204: uninitialized constant Net::IMAP::SSL
> (NameError)
> from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
> from /usr/lib/ruby/gems/1.8/gems/sup-0.0.4/lib/sup/imap.rb:2

Your system is missing a Ruby system package. On my Debian system, it's
called libopenssl-ruby.

--
William <wmorgan-ruby-talk@masanjin.net>

Suraj Kurapati

1/6/2007 7:11:00 PM

0

William Morgan wrote:
> Excerpts from Suraj Kurapati's message of Fri Jan 05 13:58:36 -0800
> 2007:
>> $ sup
>> /usr/lib/ruby/1.8/net/imap.rb:204: uninitialized constant Net::IMAP::SSL
>> (NameError)
>> from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
>> from /usr/lib/ruby/gems/1.8/gems/sup-0.0.4/lib/sup/imap.rb:2
>
> Your system is missing a Ruby system package. On my Debian system, it's
> called libopenssl-ruby.

Thanks, that fixed the problem.

--
Posted via http://www.ruby-....