We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409e409 commit d18ea1eCopy full SHA for d18ea1e
1 file changed
docs/specification.md
@@ -256,16 +256,11 @@
256
257
#### Content Type Indicator
258
259
-The content type indicator is a single byte where each bit represents the presence of a specific content type:
+The content type indicator is a single byte with the following values:
260
261
-- **Bit 0 (0x01)**: Text content present
262
-- **Bit 1 (0x02)**: Image content present
263
-
264
-Possible combinations:
265
266
-- **0x01**: Text-only content
267
-- **0x02**: Image-only content
268
-- **0x03**: Text and image content
+- **0**: Text-only content
+- **1**: Image-only content
+- **2**: Text and image content
269
270
1. **Email format**: Binary-encoded fields with the following structure:
271
0 commit comments