From ac5738a1595449b5f27293231c22f834d1d8a0c6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 4 Nov 2020 09:51:17 +0200 Subject: rethinking-email: add note about IM2000 --- Makefile | 2 +- email.bib | 14 ++++++++++++++ rethinking-email.md | 12 ++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0bd42e..6a8384c 100644 --- a/Makefile +++ b/Makefile @@ -12,4 +12,4 @@ pdfs = $(sources:.md=.pdf) all: $(htmls) $(pdfs) -email2-v2-draft.pdf email2-v2-draft.html: email2-v2-draft.md email.bib +rethinking-email.pdf rethinking-email.html: rethinking-email.md email.bib diff --git a/email.bib b/email.bib index 88f373f..bf45cd0 100644 --- a/email.bib +++ b/email.bib @@ -10,3 +10,17 @@ title = {Hashcash - A Denial of Service Counter-Measure}, year = {2002}, } + +@post{djbim2000, + author = {Daniel J. Bernstein}, + title = {Internet Mail 2000}, + year = {2000}, + url = {https://cr.yp.to/im2000.html}, +} + +@post{siebenmann2020, + author = {Chris Siebenmann}, + title = {Daniel J. Bernstein's IM2000 email proposal is not a good idea}, + year = {2020}, + url = {https://utcc.utoronto.ca/~cks/space/blog/tech/IM2000NotGoodIdea}, +} \ No newline at end of file diff --git a/rethinking-email.md b/rethinking-email.md index 7580d64..9066450 100644 --- a/rethinking-email.md +++ b/rethinking-email.md @@ -349,6 +349,18 @@ merge request or send patches. [GitLab issue system]: https://gitlab.com/larswirzenius/ideas/-/issues +Other proposals to improve email +============================================================================= + +There have been a very large number of proposals to improve email over +the years. This is an incomplete list of them. + +[@djbim2000} proposed "Internet Mail 2000" where the central idea is +that the sender stores the email, not the recipient. I'm not sure how +this would solve the spam problem. [@siebenmann2020] has an excellent +critique of the proposal. + + References ============================================================================= -- cgit v1.2.1