def HtmlToText(self, html):
     # converts html to text
     return MailBoxerTools.convertHTML2Text(html)