]> Sergey Matveev's repositories - public-inbox.git/blob - TODO
TODO: various updates
[public-inbox.git] / TODO
1 TODO items for public-inbox
2
3 (Not in any particular order)
4
5 * Optional cookies in WWW interface for user-configurable colors
6
7 * WWW: Hybrid flat view + thread skeleton (requires Xapian)
8
9 * POP3 server, since some webmail providers support external POP3:
10   https://public-inbox.org/meta/20160411034104.GA7817@dcvr.yhbt.net/
11
12 * TLS support for various daemons (including STARTTLS for NNTP and POP3)
13
14 * Unix socket support for HTTP and POP3 server for use behind reverse
15   proxies like nginx
16
17 * Combined "super server" for NNTP/HTTP/POP3 to reduce memory overhead
18
19 * Optional reply-to-list support for mirroring lists that want it :<
20   Reply-to-list encourages the existing list as a single-point-of-failure,
21   but having an extra mirror using public-inbox.org is nice regardless.
22
23 * Configurable linkification for per-inbox shorthands:
24   "$gmane/123456" could be configured to expand to the
25   appropriate link pointing to the gmane.org list archives,
26   likewise "[Bug #123456]" could be configured to expand to
27   point to some project's bug tracker at http://example.com/bug/123456
28
29 * implement RFC 4685 (Atom message threading)
30
31 * configurable constants (index limits, search results)
32
33 * use tags as date-based skiplists for navigating history
34   (maybe not needed with Xapian support nowadays?)
35
36 * handle Xapian date range queries:
37   http://mid.gmane.org/20151005222157.GE5880@survex.com
38
39 * use REQUEST_URI properly for CGI / mod_perl2 compatibility
40   with Message-IDs which include '%' (done?)
41
42 * more test cases (use git fast-import to speed up creation)
43
44 * large mbox/Maildir/MH/NNTP spool import (use git fast-import)
45
46 * improve + document mlmmj integration, currently only at:
47   http://bogomips.org/unicorn-public/20140508084301.GA2033%40dcvr.yhbt.net/