From ad6a73a8d0e3f059c33a6d37b79555c2c563ab5f Mon Sep 17 00:00:00 2001 From: wmorgan Date: Sun, 10 Dec 2006 20:02:08 +0000 Subject: [PATCH] updates for 0.0.2 git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@76 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- README.txt | 13 +++++++++---- doc/TODO | 5 +++++ lib/sup.rb | 2 +- www/index.html | 7 ++++--- 4 files changed, 19 insertions(+), 8 deletions(-) diff --git a/README.txt b/README.txt index 95cb2fb..f1fbd51 100644 --- a/README.txt +++ b/README.txt @@ -53,8 +53,8 @@ Features: Current limitations which will be fixed: -- Support for mbox only at this point. No support for POP, IMAP, mh, - GMail mailstores. +- Support for mbox and IMAP only at this point. No support for POP, mh, + or GMail mailstores. - No internationalization support. No wide characters, no subject demangling. @@ -67,10 +67,15 @@ Current limitations which will be fixed: == SYNOPSYS: - 1. sup-import + + 1. sup-import + 2. sup 3. edit ~/.sup/config.yaml for the (very few) settings sup has + Where is a filename (for mbox files), or an imap or imaps + url. In the case of imap, don't put the username and password in + the URI (which is a terrible, terrible idea). You will be prompted + for them. + sup-import has several options which control whether you want messages from particular mailboxes not to be added to the inbox, or not to be marked as new, so run it with -h for help. @@ -93,7 +98,7 @@ Current limitations which will be fixed: * gem install sup -y * Then, in rmail, change line 159 of multipart.rb to: chunk = chunk[0..start] - (Sorry. it's an unsupported package.) You might be able to get away + (Sorry; it's an unsupported package.) You might be able to get away without doing this but if you get frozen string exceptions when reading in multipart messages, this is what you need to change. diff --git a/doc/TODO b/doc/TODO index 1126bc1..da6cd0d 100644 --- a/doc/TODO +++ b/doc/TODO @@ -9,7 +9,12 @@ maybe: rangefilter on the initial inbox to only consider the most recent 1000 me select all, starred, to me, etc editing of arbitrary messages annotations on messages +gmail +pop +move sup-import argument handling to getopt or something +x handle broken sources better +x imap x word wrap x background indexing x auto-insertion of draft messages diff --git a/lib/sup.rb b/lib/sup.rb index 5bf3928..353190c 100644 --- a/lib/sup.rb +++ b/lib/sup.rb @@ -15,7 +15,7 @@ class Object end module Redwood - VERSION = "0.0.1" + VERSION = "0.0.2" BASE_DIR = File.join(ENV["HOME"], ".sup") CONFIG_FN = File.join(BASE_DIR, "config.yaml") diff --git a/www/index.html b/www/index.html index e912885..9b7e031 100644 --- a/www/index.html +++ b/www/index.html @@ -39,11 +39,12 @@ href="Philosophy.txt">philosophical statement.

Status

-

The current version of Sup is 0.0.1, released November 28th, 2006. +

The current version of Sup is 0.0.2, released December 10th, 2006. This is an alpha release. It is unix-centric, mbox-specific, and has -no i18n support. I plan to fix all of these problems.

+no i18n support. It supports only mbox and IMAP, not POP or GMail. I +plan to fix all of these problems.

-

Other than those limitations, it works great. I use it for my +

Other than those limitations, it works great! I use it for my everyday email.

Getting it

-- 2.43.0