You don't find what being true?
That Aqua Mail sends formatted text as HTML?
Yes it does.
Because when you pasted HTML code -- you got that HTML code, as text, and not the "meaning" of that HTML code?
Completely in-sync with what I wrote above.
---
I'm going to type some HTML code into this message, and the forum software will too show it as text, instead of interpreting the tags.
<h2>header</h2>
<p>paragraph</p>
<ol>
<li>numbered list, item 1</li>
<li>numbered list, item 2</li>
<li>numbered list, item 3</li>
</ol>
<div>
<div style="float: left;">this will float left</div>
<div style="float: right;">and this will float right</div>
</div>
See how this works?
Until we add that new feature for "I have some pre-cooked HTML code and I want to paste it in, as code, not as text" - until we add that, that feature won't be there. Just as I wrote above.