Fixed the MIME boundary after the message text.
authorArt Cancro <ajc@citadel.org>
Mon, 6 Nov 2023 22:57:44 +0000 (17:57 -0500)
committerArt Cancro <ajc@citadel.org>
Mon, 6 Nov 2023 22:57:44 +0000 (17:57 -0500)
commit6d25b93821513a9e3d3b5a0f1f242ef06c9973c9
tree078b1ca9e601e552fb696bc878938ab2f55c644c
parentbf499ebf1dac652027fef8a5c78bee3822541bc7
Fixed the MIME boundary after the message text.

It had the trailing dashes in it, so it was getting interpreted as the end of the message.
Now that's corrected and the parsers of the world are happy.
Also, we eliminated the double-nesting thing, and everything is hunky dory now.
webcit-ng/server/messages.c