We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Fork of mully/redmine_ticket_emailer
Description: Redmine plugin to allow users to email tickets to the Redmine issue tracking system
Homepage: http://www.redmine.org
Clone URL: git://github.com/edavis10/redmine_ticket_emailer.git
commit  b3b13552684068f87a0f5708831daa1b8795f53f
tree    bccfba622aa5c1855f17cad5d8fa15e56fda8ac2
parent  ef753ea6f81ba9164e9522abf01ca2f8b3bff1d1
name age message
file README Tue Jun 17 12:01:11 -0700 2008 Added documentation about the supported keyword... [edavis10]
directory app/ Tue Jun 17 12:01:11 -0700 2008 Added documentation about the supported keyword... [edavis10]
directory config/ Tue Jun 17 11:35:07 -0700 2008 Removed the requirement that the emailer.yml ne... [edavis10]
file init.rb Mon Mar 17 21:31:22 -0700 2008 Refactored to retrieve email creds via an yaml ... [mully]
directory lang/ Mon Mar 10 21:20:06 -0700 2008 checkin latest [Jim Mulholland]
directory lib/ Mon Mar 17 21:33:36 -0700 2008 add example yaml file for email configuration [mully]
README
= Ticket emailer plugin for Redmine

A plugin to allow users to email new tickets / issues to Redmine's issue tracking system on a per-project level.

== Installation

1. Copy the `config/emailer.yml` to your `RAILS_ROOT/config`
2. Edit the copied file to point to your IMAP server

== Submitting an issue

In order to submit an issue, the Project keyword needs to be correct and the sender must be a member of the project 
(based on email address).

== Supported keywords

* Project => My Project Name
* Status => Resolved
* Priority => Urgent
* Tracker => Feature
* Category => My category
* Description (allows multiple lines) => I want this new feature...