Redmine/test/fixtures/mail_handler
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
..
message_reply.eml Allow email to reply to a forum message (#1616). 2009-01-19 19:03:53 +00:00
message_reply_by_subject.eml Accept replies to forum messages by subject recognition (#1616). 2009-01-21 18:22:30 +00:00
ticket_by_unknown_user.eml Ability to accept incoming emails from unknown users (#2230, #3003). 2009-06-14 14:48:34 +00:00
ticket_html_only.eml Mail handler: strip tags when receiving a html-only email (#2312). 2008-12-14 17:10:16 +00:00
ticket_on_given_project.eml Makes email address case-insensitive in MailHandler (#2032). 2008-10-16 19:13:43 +00:00
ticket_reply.eml Use In-Reply-To and References headers to handle replies by email. 2009-01-19 18:29:07 +00:00
ticket_reply_with_status.eml Added the "Status:" keyword to the MailHandler for setting and changing an Issue status via email. 2008-08-20 06:21:06 +00:00
ticket_with_attachment.eml Adds basic support for issue creation via email (#1110). 2008-06-22 10:45:03 +00:00
ticket_with_attributes.eml Mail handler: more control over issue attributes (#1110). 2008-07-06 16:26:25 +00:00
ticket_with_cc.eml Adds To and Cc as watchers when submitting an issue by email (#2245). 2008-11-30 16:00:45 +00:00
ticket_with_custom_fields.eml Import custom fields values from emails (#2413). 2008-12-30 14:57:33 +00:00
ticket_without_from_header.eml Fixed: MailHandler raises an error when processing an email without From header (#2916). 2009-03-06 18:25:19 +00:00