aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
blob: 26c75fe805aad9ad6a5ddb8ab2937c3f13e3c760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TODO
 
* list footer
  * append to plain text single part
  * or add a plain text (or HTML?) part if multi-part
  * how do we deal with signed messages?
  * seems to be a hard problem:
    http://www.ietf.org/mail-archive/web/ietf-smtp/current/msg01078.html
  * there's this script
    https://stuff.mit.edu/~jik/software/mailman_mimedefang/
    https://stuff.mit.edu/~jik/software/mailman_mimedefang/mailman_mimedefang_fix_footer.pl.txt
  * I'll probably go the stupid / simple way: just append text to the
    whole body, and MIME be damned
* list messages in the mailstore / held for moderation
  - done, needs tests
* qmail-compatible wrapper (to map exit codes)
  - requires exceptions to be thrown by the various pieces