]> git.cworth.org Git - sup/blob - doc/TODO
make >From thing work correctly
[sup] / doc / TODO
1 for 0.2
2 -------
3
4 x bugfix: contacts.txt isn't parsed correctly when there are spaces in
5    aliases
6 x bugfix: @ signs in names make sendmail die silently
7 x bugfix: sent.mbox and >From
8 x bugfix: tokenized email addresses (amazon.com, etc)
9 x bugfix: trailing spaces in buffermanager.ask
10 x bugfix: need to URL-unescape maildir folders
11 x bugfix: downcasing tab completion
12 x warnings: top-posting, missing attachment
13 x hookability
14
15 for 0.3
16 -------
17 _ bugfix: time zone parsing broken?
18 _ mailing list auto-subscribe/unsubscribe
19 _ forwards optionally include attachments
20 _ attach messages
21 _ flesh out gpg integration: sign & encrypt outgoing
22 _ mbox: don't keep filehandles open, and protect all reads with dotlockfile
23 _ bugfix: screwing with the headers when editing causes a crash
24 _ need a better way to force an address to a particular name,
25    for things like evite addresses
26 _ pressing A in thread-view-mode should jump to next message
27 _ imap "add all folders on this server" option in sup-add
28 _ for new message flashes, add new message counts until keypress
29 _ bugfix: missing sources should be handled better
30 _ search results: highlight relevant snippets and open to relevant
31    portion of thread
32 _ have "notes" (treated as emails to oneself, never sent) as
33    first-class objects.
34
35 future
36 ------
37 _ emlx support (some os x thing)
38 _ tab completion for mid-text cursors
39 _ bugfix: not horizontal scrolling for ncurses text field entry
40 _ use trac or something. this file is getting a little silly.
41 _ saved searches
42 _ bugfix: sometimes, when one new message comes into an imap folder,
43   we don't catch it until a reload. but we do see a message
44   indicating they're loaded to inbox (imap only? hard to reproduce.)
45 _ bugfix: ferret flakiness: just added message but can't find it.
46    possibly a message id tokenization issue.
47 _ bugfix: read before thread-index has finished loading then hides the
48   thread?!? wtf. (on jamie) (? still valid ?)
49 _ bugfix: display field width in index-mode needs to be determined
50    per-character rather than per-byte
51 _ select all, starred, to me, etc
52 _ undo
53 _ Net::SMTP support
54 _ ruby-talk:XXXX detection (via hooks?)
55 _ more control character support in buffer line editing
56 _ mboxz, mboxbz
57 _ swappable keymappings
58 _ bugfix: when returning from a shelling out, sometime ncurses is
59    crazy and refuses to interpret any keystrokes
60 _ configurable colors
61 _ better batch deletion (extend to non-mbox sources)
62 _ annotations on messages
63 _ pop support
64 _ toggleble wrapping of text
65 _ maybe: de-archived messages auto-added to inbox
66 _ prune old entries from people.txt so that it doesn't grow without
67    bound
68 _ maildir+ssh
69
70 maybe
71 -----
72 _ split out threading & message chunk parsing to a separate library
73 _ rangefilter on the initial inbox to only consider the most recent 1000 messages
74
75 denied
76 ------
77 x rss feed reading: use rss2email
78 x gmail support: obsoleted by imap
79
80 done
81 ----
82 x bugfix: deadlock (on rubyforge) (? still valid ?)
83 x bugfix: ferret corrupt index problem at index.c:901. see http://ferret.davebalmain.com/trac/ticket/279
84 x tab completion for to: and cc: in compose-mode
85 x individual labeling in thread-view-mode
86 x translate aliases in queries on to: and from: fields
87 x tab completion on labeling
88 x bugfix: any interactive prompt after "No new messages." flash has an
89    empty line above it.
90 x detect other sup instances and do something intelligent (because
91    ferret crashes violently with more than one index writer open)
92 x refactor all the *-search-results-mode classes
93 x decode RFC 2047 ("encoded word") headers
94   - see: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/101949, http://dev.rubyonrails.org/ticket/6807
95 x create attachments
96 x add arbitrary labels to sources
97 x improve sup-config
98 x autoload more threads when you go down
99 x add a sync-back tool that at least works for mboxes
100 x thread by subject configurable in config.yaml
101 x view as text command if the mime view command fails for an attachment
102 x bugfix: attachment filenames sometimes not detected (filename=)
103 x bugfix: rmail multipart error
104 x bugfix: sup-add not prompting for old accounts, i think? possibly because
105     sources no longer respond_to? :username due to Recoverable wrapping
106 x wide character support
107 x i18n support
108 x tab completion on labels
109 x nice little startup config program
110 x bugfix: triggering a pageup when cursor scrolling up jumps to the
111    bottom of the page rather than the next line
112 x bugfix: final logging messages to stdout?
113 x bugfix: mbox directory shouldn't generate an exception, just an error
114 x bugfix: m in thread-view-mode when a person is not selected should open up a
115    blank compose-mode rather than do nothing
116 x bugfix: stars on messages with blue backgrounds still have green bgs
117 x ferret upgrade script (dump & restore)
118 x bugfix: mark messages as read immediately when t-v-m is opened
119 x compose in thread-view-mode auto-fills in person
120 x bugfix: 'N' in thread-view-mode (expand only new messages) crashes
121 x bugfix: detect source corruption at startup
122 x maildir
123 x bugfix: single-line messages come empty upon reply
124 x make 'A' archive in thread-view-mode
125 x remove stupid percent_done source methods (still useful; made it optional)
126 x don't quit while writing thread index state to disk or with unsaved drafts/messages
127 x bugfix: deleted threads are showing up (i don't see this any more)
128 x bugfix: changing IMAP ids
129 x bugfix: STILL new messages, drafts sometimes not showing up in inbox
130 x bugfix: killed threads
131 x bugfix: resuming a draft asks before discard
132 x add a flag to sup-import to force the creation of a new source (see http://rubyforge.org/forum/forum.php?thread_id=10973&forum_id=10340)
133 x use trollop to handle sup-devel args
134 x clean up import code and share between poll.rb and sup-import
135 x on startup, multi-threadedly call #connect on all sources 
136 x bugfix: first time viewing a message only gets the first to:; subsequent views get them all (wtf)
137 x search for other messages from author in thread-view-mode
138 x resuming of arbitrary messages
139 x alias authors in thread-view-mode
140 x fix up contact list mode: should display while loading, and when you add an alias, should move everything else to the right
141 x fix bug: envelope-to thing still not working
142 x fix snippet repetitions with small snippets
143 x fix next and previous in thread-view-mode with <unreceived messages>
144 x move sup-import username/password prompts to highline
145 x support different remote servers per user account
146 x 'R' to quick-resume most recent draft
147 x mbox+ssh
148 x handle broken sources better
149 x imap
150 x word wrap
151 x background indexing
152 x auto-insertion of draft messages
153 x drafts
154 x sent messages loader
155 x search: from
156 x contacts
157 x tagging for group operations
158 x view: starred, to me, etc
159 x pull in messages by subject as well in load_thread_for_
160 x reply+compose+forward
161 x resize
162 x buffer respawns
163 x readline
164 x "loading" message
165 x search: body, to/from, tags (requires: readline)
166 x highlighting/different color stuff
167 x config: your email, sendmail, etc
168 x status: to/from_you, cc_you_others
169 x status: new/not, important
170 x bugfix: miscellaneous weirdnesses in buffer line editing