Redmine/lib
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
..
SVG Update SVG library to latest stable (0.6.1) (#3056). 2009-03-30 19:58:17 +00:00
generators Added the Rails i18n language file to the plugin generator. 2009-06-10 03:39:02 +00:00
redmine Fixed: Bazaar "[merge]" tags parsing fails (#3445). 2009-06-06 10:49:36 +00:00
tasks Ability to accept incoming emails from unknown users (#2230, #3003). 2009-06-14 14:48:34 +00:00
ar_condition.rb Activity enhancements: 2008-03-11 19:33:38 +00:00
diff.rb Added wiki diff. 2007-07-14 11:25:03 +00:00
redcloth3.rb Less aggressive textile image tag parsing (#3209). 2009-04-21 12:49:16 +00:00
redmine.rb Ability to allow non-admin users to create projects (#1007). 2009-05-17 12:59:14 +00:00
tabular_form_builder.rb Fixes #2851. 2009-02-27 11:32:43 +00:00