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