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