web: version bumps and handle more message body types.

Added handling for text/html, multipart/alternative w/ text/html &
text/plain subparts, and multipart/mixed.
This commit is contained in:
2022-11-13 15:43:27 -08:00
parent 84290d1da6
commit 431df7da3b
3 changed files with 103 additions and 53 deletions

View File

@@ -16,6 +16,9 @@
.error {
background-color: red;
}
.text_plain {
white-space: pre-line;
}
</style>
</head>