Actions
Patch #13875
closedFetching emails via rake task does not support --no-account-notice and --default-group options
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
MailHandler supports options no_account_notice and default_group for suppressing account generation notification as well as automatically adding new users to some group(s). However the rake tasks in email.rake used to fetch emails for example via imap do not pass those options to MailHandler. Is that on purpose?
I added those two options in my installation and attached a patch against HEAD.
Files
Related issues
Updated by Jean-Philippe Lang over 11 years ago
- Status changed from New to Closed
- Target version deleted (
2.3.1)
Patch applied in r11748, thanks for poiting this out.
Actions