Hi everyone, I am trying to develop an email-sending app which sends messages via custom API. The problem is that UITextView does not allow to display html content, and in order to forward/reply messages properly you sometimes need to edit an html-content that came from a previous message. However in a standard Mail.app on iPhone the UITextView or whatever they use there perfectly displays colored-text and links. My question is: is there any ready/half-ready component to recreate this behaviour, or at least any opinion on approach how to do that would be great. Thank you.
EDIT: MFMailComposeViewController does not fit the purpose of the application as it does not allow to control its behaviour and does not allow to send messages via custom API. TTMessageController from Three20 is what I use now, it allows to customize most stuff, except - the message body text view is just UITextView - and I can not put any html-content in there.