diff options
author | June McEnroe <june@causal.agency> | 2020-04-17 16:35:52 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-17 16:35:52 -0400 |
commit | f83e1927a6225699522918bbdf581c2b73efbe71 (patch) | |
tree | ca1b5f35842ddcdb44c7d86c77895bf4912e857f /bubger.1 | |
parent | Label atom and mbox links "follow" and "download" (diff) | |
download | bubger-f83e1927a6225699522918bbdf581c2b73efbe71.tar.gz bubger-f83e1927a6225699522918bbdf581c2b73efbe71.zip |
Write attachment files
All this path stuff needs cleaning up. I think it's time to use the template renderer for paths.
Diffstat (limited to '')
-rw-r--r-- | bubger.1 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/bubger.1 b/bubger.1 index 57d734f..ed402a1 100644 --- a/bubger.1 +++ b/bubger.1 @@ -1,4 +1,4 @@ -.Dd April 16, 2020 +.Dd April 17, 2020 .Dt BUBGER 1 .Os . @@ -112,6 +112,8 @@ Stores the mailbox UID validity. Stores the next UID of the mailbox. .It Pa UID/*.atom , Pa UID/*.html , Pa UID/*.mbox Cached Atom, HTML and mboxrd fragments for each message. +.It Pa attachment/*/*/* +Attached files. .It Pa message/*.mbox Rendered mboxrd files for each message. .It Pa thread/*.atom , Pa thread/*.html , Pa thread/*.mbox @@ -179,6 +181,17 @@ Rendered Atom, HTML and mboxrd files for each thread. .Re .It .Rs +.%A R. Troost +.%A S. Dorner +.%A K. Moore +.%T The Content-Disposition Header Field +.%I IETF +.%N RFC 2183 +.%D August 1997 +.%U https://tools.ietf.org/html/rfc2183 +.Re +.It +.Rs .%A T. Berners-Lee .%A L. Masinter .%A M. McCahill |