From 42ca8cc330c23a4914a7da9de27b05325c65b897 Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Sun, 27 Dec 2015 00:56:28 +0100 Subject: [PATCH] Add more headers that only appear on the transport via the citadel protocol, but aren't persisted to disk. --- citadel/techdoc/databaselayout.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.30.2