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 7729cc0 commit b669038Copy full SHA for b669038
components/mime.rst
@@ -198,10 +198,10 @@ the following tree is the one that works on most email clients:
198
199
multipart/mixed
200
├── multipart/related
201
- │ ├── multipart/alternative
202
- │ │ ├── text/plain
203
- │ │ └── text/html
204
- │ └── image/png
+ │ ├── multipart/alternative
+ │ │ ├── text/plain
+ │ │ └── text/html
+ │ └── image/png
205
└── application/pdf
206
207
This is the purpose of each MIME message part:
0 commit comments