RadEditor does not support editing MHTML files out of the box. Since the file format is standardized It should be fairly easy to write your own parser that opens the .mht file and reads the HTML code, which is stored at the beginning. You can then feed this code to the editor and then insert it back into the .mht file. However, this will work only for basic HTML editing and will not allow you to add/modify images.