Plugin for redmine to attach email attachments to issues
This is a plugin for redmine to fetch email attachments from a user individual email account. The user email account can be configured in “My Account” for each individual user.
download plugin and copy plugin folder redmine_fetch_email_attachments go to Redmine’s plugins folder
install gems
go to Redmine root folder
bundle install
/etc/init.d/apache2 restart
rm -r redmine_fetch_email_attachments
/etc/init.d/apache2 restart
Go to “My Account” and configure your email account credentials. Aside from email you can enable to attach project documents from the project documents module or reattach journal attachments. The latter is for a redmine email client, wich edits emails inline an issue.
Have fun!