Here is a basic outline of how you can create a WordPress plugin to achieve this:
Plugin Name: Email Template Editor
Plugin Description: A GUI editor for editing email templates with WYSIWYG editors and text replacements.
Plugin Files:
email-template-editor.php
(main plugin file)email-template-editor-admin.php
(admin interface file)