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
redmine_ticket_emailer / lib / tasks / emailer.rake
100644 7 lines (6 sloc) 0.208 kb
1
2
3
4
5
6
7
namespace :emailer do
    desc 'Task to check your email for all projects that use the ticket_emailer plugin.'
    task :check_mail => :environment do
        MailReader.check_mail
    end
end