Defect #13712
Fix email rake tasks to also support no_account_notice and default_group options
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Email receiving | |||
Target version: | 2.3.1 | |||
Resolution: | Fixed | Affected version: |
Description
The patch in #11498 was incomplete as it didn't cover the rake tasks for reading/receiving the email. Attached patch fixes this.
Related issues
Associated revisions
Fetching emails via rake task does not support --no-account-notice and --default-group options (#13712).
Contributed by Julian Faude and Alex Shulgin.
History
#1
Updated by Toshi MARUYAMA almost 8 years ago
- Target version set to 2.3.1
#2
Updated by Jean-Philippe Lang over 7 years ago
- Subject changed from Fix email rake tasks to also support no_account_notice option to Fix email rake tasks to also support no_account_notice and default_group options
- Status changed from New to Closed
- Resolution set to Fixed
Fixed in r11748 with the default_group option as well, thanks.