X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=devel%2Fschemata;h=2405756e43a724ca3f2d2fc576710afc34e8046f;hb=ba4e8565294fc0a197b4c08082ad912c31888008;hp=292f2876868063f4b8a54aae0be33cd46b457cbe;hpb=1c6195b9e35e511e115f94b45d97aa58ee41b307;p=notmuch diff --git a/devel/schemata b/devel/schemata index 292f2876..2405756e 100644 --- a/devel/schemata +++ b/devel/schemata @@ -77,7 +77,14 @@ part = { # A leaf part's body content is optional, but may be included if # it can be correctly encoded as a string. Consumers should use # this in preference to fetching the part content separately. - content?: string + content?: string, + # If a leaf part's body content is not included, the length of + # the encoded content (in bytes) may be given instead. + content-length?: int, + # If a leaf part's body content is not included, its transfer encoding + # may be given. Using this and the encoded content length, it is + # possible for the consumer to estimate the decoded content length. + content-transfer-encoding?: string } # The headers of a message or part (format_headers_sprinter with reply = FALSE)