Redmine mail_handler to accept HTML email including inline images.
When you use Redmine CKEditor plugin, you may also allow your redmine to accept HTML email to create an issue or comment.
This mail_handler.rb accept HTML email including inline images.
- Redmine CKEditor plugin
- Redmine 2.3.4 (maybe or higher. I only tested with 2.3.4)
Setup the redmine for Receiving Emails.
Replace app/models/mail_handler.rb with mail_handler.rb of this project.