-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
29 lines (19 loc) · 958 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
There will always be things to do...
Stuff To Do
===========
* Should get message ids all at once (how?), then quickly discard all we've
seen.
* Need to do something other than "look back 10 days" when starting up. Not
sure how that whole thing is supposed to work. Ideally, you'd process the
entire folder the first time around, then "RECENT" messages after
that. I'm sure the current scheme would be hard on lesser IMAP servers.
Completed Items
===============
* Access IMAP server messages more efficiently (maybe peek at headers and
only pull the full message if we've not yet seen the message-id?
* Bad words should be remembered separately from the normal pickle so it can
be retained across deletions of the pickle. Also, should be plain text to
allow easy editing.
* readline/history support for the interactive prompt
* optional count arg for the password command (generate that many at one go)
* Beef up words file cheaply.