From: Wilfried Goesgens Date: Sat, 26 Dec 2015 23:56:28 +0000 (+0100) Subject: Add more headers that only appear on the transport via the citadel protocol, but... X-Git-Tag: Release_902~102 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=42ca8cc330c23a4914a7da9de27b05325c65b897 Add more headers that only appear on the transport via the citadel protocol, but aren't persisted to disk. --- diff --git a/citadel/techdoc/databaselayout.md b/citadel/techdoc/databaselayout.md index b6aed6162..9c2cb5653 100644 --- a/citadel/techdoc/databaselayout.md +++ b/citadel/techdoc/databaselayout.md @@ -298,6 +298,14 @@ reaches zero. | | | | | other message ids) | Y | eCarbonCopY | cccc | carbon copY | *eCarbonCopY* | | | | | Optional, and only in Mail messages. +| % | eHeaderOnly | nhdr | oNlyHeader | we will just be sending headers. for the Wire protocol only. +| % | eFormatType | type | type | type of citadel message: (Wire protocol only) +| | | | | FMT\_CITADEL 0 Citadel vari-format (proprietary) +| | | | | FMT\_FIXED 1 Fixed format (proprietary) +| | | | | FMT\_RFC822 4 Standard (headers are in M field) +| % | eMessagePart | part | emessagePart | *eMessagePart* is the id of this part in the mime hierachy +| % | eSubFolder | suff | eSubFolder | descend into a mime sub container +| % | ePevious | pref | ePevious | exit a mime sub container | 0 | eErrorMsg | | Error | *eErrorMsg* | | | | | This field is typically never found in a message on | | | | | disk or in transit. Message scanning modules are