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