The content saved to the database already encodes content that needs
encoding, e.g. <script> tags. The problem with pQuery's `html` method is
it decodes everything. By using toString instead, we should be getting
the same contents that were saved to the database.
MAILPOET-5632