@bobfrankston/rmfmail 1.2.227 → 1.2.228

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2424,7 +2424,7 @@ async function showMessage(accountId, uid, folderId, specialUse, isRetry = false
2424
2424
  note.style.cssText = "margin: 0 0 12px 0;";
2425
2425
  note.innerHTML = `<div class="mv-system-tag">mailx</div>
2426
2426
  <div class="mv-system-title">Showing the first ${mb(trunc.sentBytes)} of a ${mb(trunc.totalBytes)} message</div>
2427
- <div class="mv-system-body">This body is too large to render in the app window${trunc.hadHtml ? " (its HTML part was dropped \u2014 a partial HTML document renders as garbage)" : ""}.
2427
+ <div class="mv-system-body">This message has no MIME structure, so its entire payload is one plain-text part; the remainder is almost always the base64 of a returned attachment.
2428
2428
  The complete message is on disk:<br>
2429
2429
  <code style="user-select:all;font-size:0.9em">${escapeHtml2(trunc.emlPath || "(path unavailable)")}</code></div>`;
2430
2430
  bodyEl.appendChild(note);