]> Sergey Matveev's repositories - public-inbox.git/blob - TODO
TODO: update linkification notes
[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 * Support optional "HTTPS Everywhere" for mapping old HTTP to HTTPS
32   links if (and only if) the user wants to use HTTPS.  We may also
33   be able to configure redirects for expired URLs.
34
35   Note: message bodies rendered as HTML themselves must NOT change,
36   the links should point to an anchor tag within the same page,
37   instead; giving the user options.
38
39 * implement RFC 4685 (Atom message threading)
40
41 * configurable constants (index limits, search results)
42
43 * use tags as date-based skiplists for navigating history
44   (maybe not needed with Xapian support nowadays?)
45
46 * handle Xapian date range queries:
47   http://mid.gmane.org/20151005222157.GE5880@survex.com
48
49 * use REQUEST_URI properly for CGI / mod_perl2 compatibility
50   with Message-IDs which include '%' (done?)
51
52 * more test cases (use git fast-import to speed up creation)
53
54 * large mbox/Maildir/MH/NNTP spool import (use git fast-import)