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