Project

General

Profile

Actions

Feature #3453

closed

Issue creation via email by anonymous

Added by Stephane Malinet almost 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
2009-06-05
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

I try to authorize the anonymous user to create issues but it doesn't work via email.
A good feature will be, for exemple:

rake redmine:email:receive_imap RAILS_ENV="production" \\
    host=imap.foo.bar username=redmine@somenet.foo password=xxx ssl=1 \\
    project=foo \\
    tracker=bug \\
    allow_anonymous=1 \\ (false by default)
    allow_override=tracker,priority

Files

Actions #1

Updated by Marcel Evenson almost 15 years ago

Stephane Malinet wrote:

I try to authorize the anonymous user to create issues but it doesn't work via email.
[...]

We are also looking for this functionality. It would be neat if when an issue is created from a non-member that it could be mapped to an anonymous user using the emails "from" as their name and their email address as their email. That way redmine could could function as a full ticket system.

Actions #2

Updated by Stephane Malinet almost 15 years ago

  • Status changed from New to Resolved

r2789 make it.
Thanks for the job!

Actions #3

Updated by Marcel Evenson almost 15 years ago

I checked out the trunk and still can't get this to work:

rake redmine:email:receive_imap RAILS_ENV="production" unknown_user=accept host=my.mailserver.com username= password=XXX project=support allow_override=tracker,priority

The anon user has permission to create an issue .. and when I submit an email to support I can see the email in there and after the rake command is run the email status is marked to "seen" but no issue is created. After looking at the patches it looks like the unknown_user logic was added to rdm-mailhandler.rb and email.rake but it looks like the actual logic was added to rdm-mailhandler.rb but was forgot out of the Redmine::IMAP.check(imap_options, options) method ??

Actions #4

Updated by Stanislav German-Evtushenko almost 15 years ago

Is there redmine 0.8 stable patch for this issue?

Actions #5

Updated by Stanislav German-Evtushenko almost 15 years ago

Hello,

I did some little changes for ability to apply this patch for redmine-0.8-stable-r2815 (0.8.4). Here it is.

Have a nice day!
Stas

Actions #6

Updated by Alexander Pánek over 14 years ago

Attached is a patch that allows anonymous users to create issues in a private project. Comes in quite handy if your support project is supposed to be kept private.. ;)

Actions #7

Updated by Jean-Philippe Lang over 14 years ago

  • Category changed from Email notifications to Email receiving
Actions #8

Updated by Christiaan Kras over 14 years ago

Has the patch provided by Alexander Pánek been applied to the trunk? Would be most useful. In addition, I'd like it if the URL to Redmine would be removed from the e-mails the reporter in case of a private project. That way you can use a private project for support as well.

Actions #9

Updated by Felix Schäfer over 14 years ago

  • Status changed from Resolved to Closed

Ticket creation from an unknown mail address has been added in r2789 and will be part of the upcoming 0.9.0 release. I'll close this issue as the OP's request seems to be addressed in said revision.

Regarding the content of the emails, as the scope of redmine is a ticketing system, not a "transparent support" ticketing system, I'm not sure if this will be configurable in the foreseeable future. You could try to write a plugin to include your own mail views with some logic to show or not show certain parts of the mail depending on the recipient, iirc plugin views take precedence over the core views. If you really think this should be included in core, please open a new ticket.

Actions

Also available in: Atom PDF