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/unilogic/redmine_ticket_emailer.git
commit  a8578e550607f7668ede4dcca930f3ec4d0fcda5
tree    a58f2d26550a052f04e3c7d38b1fbe702d222ce5
parent  4a822e20c84caeda10914ee3211096d7f04014d2
name age message
file README Loading commit data...
directory app/
directory config/
file init.rb
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...

== Credits

mully (http://github.com/mully) - Author of ticker_emailer
Carl Nygard (http://www.redmine.org/issues/show/1110) - Author of bugmail.rb
Eric Davis (http://www.littlestreamsoftware.com) - Merged ticket_emailer plugin with bugmail.rb