obsolete.ChilliProject/lib/tasks
Jean-Philippe Lang b3afde14fa Ability to accept incoming emails from unknown users (#2230, #3003).
An option lets you specify how to handle emails from unknown users:
* ignore: the email is ignored (previous and default behaviour)
* accept: the sender is considered as an anonymous user
* create: a user account is created (username/password are sent back to the user)

Permissions have to be consistent with the chosen option. Eg. if you choose 'create', the 'Non member' role must have the 'Add issues' permission so that an issue can be created by an unknown user via email. If you choose 'accept', the 'Anonymous' role must have this permission.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2789 e93f8b46-1217-0410-a6f0-8f06a7374b81
2009-06-14 14:48:34 +00:00
..
deprecated.rake Added namespace for Redmine specific rake tasks. 2007-09-02 08:08:10 +00:00
email.rake Ability to accept incoming emails from unknown users (#2230, #3003). 2009-06-14 14:48:34 +00:00
extract_fixtures.rake trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
fetch_changesets.rake Added a simple rake task to fetch changesets from the repositories: 2008-02-16 16:25:58 +00:00
initializers.rake Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 2009-02-21 11:04:50 +00:00
load_default_data.rake Rescue Redmine::DefaultData::DataAlreadyLoaded in redmine:load_default_data task. 2009-03-15 10:03:56 +00:00
locales.rake Process all translations files. 2009-02-21 15:21:31 +00:00
migrate_from_mantis.rake Disable email notifications before importing data. 2009-05-04 17:41:52 +00:00
migrate_from_trac.rake Same as fix as r2705 from Trac wiki pages attachments (#3291). 2009-05-10 08:39:23 +00:00
migrate_plugins.rake Basic plugin support. 2007-09-23 17:19:27 +00:00
plugins.rake Merged hooks branch @ r1785 into trunk. 2008-09-05 10:31:06 +00:00
reminder.rake Adds a rake task to send reminders. An email is sent to each user with a list of the issues due in the next days, if any. 2008-05-25 17:31:50 +00:00
testing.rake Codified instructions from RUNNING_TESTS as rake tasks for convenience 2009-01-12 04:44:01 +00:00