Vote #79413
完了Cannot set no_notification option when receiving emails via IMAP or POP3
0%
説明
I'm refering to this documentation about receiving emails with IMAP:
http://www.redmine.org/projects/redmine/wiki/RedmineReceivingEmails
Within the section "Forwarding emails from your email server" there is an option
--no-notification disable email notifications for the created user
In the section "Fetching emails from an IMAP server" this option is missing. I tried to add it in my rake command "no_notification=1", but it doesn't seem to work.
Could you add the feature "no notification" for IMAP fetching?
Best Regards
Erich
journals
--------------------------------------------------------------------------------
The attached patch fixes this issue and allows to set the option for mails received via IMAP and POP3 as well.
--------------------------------------------------------------------------------
Thank you, Holger!
I'm new to Redmine and not a Ruby developer. Is there a way to patch my installation or should I wait until the new version is released and update my system?
Best Regards
Erich
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed to the trunk and stable branches. Thank you all for reporting and fixing this issue.
Erich Balan wrote:
> I'm new to Redmine and not a Ruby developer. Is there a way to patch my installation or should I wait until the new version is released and update my system?
Please replace the file app/models/mail_handler.rb on your system with the one downloaded from the following URL.
* Redmine 3.4: https://www.redmine.org/projects/redmine/repository/revisions/17433/entry/branches/3.4-stable/app/models/mail_handler.rb
* Redmine 3.3: https://www.redmine.org/projects/redmine/repository/revisions/17434/entry/branches/3.3-stable/app/models/mail_handler.rb
You can ask in "forums":/projects/redmine/boards if you have any more questions.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,13341,Mail handler: --no-notification option to disable notifications to the created user
relates,Closed,29669,"no_notification" option is not listed in the description of email.rake
duplicates,Closed,28029,Rake tasks for fetching email don't support "no_notification" option