spaces are eaten by HTML collapsing in "plain format" (raw message source) view
e.g. in a quoted-printable text/html part if "<a" and " href" is broken across two lines then the space at the beginning of " href" is not visible and is also missing when copy/pasting (e.g. into a quoted-printable decoder)
a "white-space: pre-line" (or similar) style may fix this. or else
T76062 is a good test case too. should be "an issue" after decoding instead of "anissue". (first line of quoted-printable source)