HugoHasenbein / redmine_fetch_email_attachments

Plugin for redmine to attach email attachments to issues

Home Page:https://www.redmine.org/plugins/redmine_fetch_email_attachments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redmine_fetch_email_attachments

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.

animated GIF that represents a quick overview

Use case

  • download scans from a scanner directly into the issue edit dialog

Install

  1. download plugin and copy plugin folder redmine_fetch_email_attachments go to Redmine's plugins folder

  2. install gems

go to Redmine root folder

bundle install

  1. restart Redmine, f.i.

/etc/init.d/apache2 restart

Uninstall

  1. go to your plugins folder, delete plugin folder redmine_fetch_email_attachments

rm -r redmine_fetch_email_attachments

  1. restart Redmine, f.i.

/etc/init.d/apache2 restart

Use

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!

Localisations

  • English
  • German

Change.Log

  • 2.0.2 July 3rd commit

About

Plugin for redmine to attach email attachments to issues

https://www.redmine.org/plugins/redmine_fetch_email_attachments

License:GNU General Public License v2.0


Languages

Language:Ruby 81.4%Language:HTML 18.3%Language:JavaScript 0.4%