Actions
Patch #28026
closed"project_from_subbaddress" option is not listed in the help of "rake redmine:email:receive_imap"
Description
project_from_subaddress
has been added by #20732. It is documented in rdm-mailhandler.rb (source:tags/3.4.4/extra/mail_handler/rdm-mailhandler.rb#L89) but no in email.rake.
This patch adds a description of project_from_subaddress
option to email.rake.
Files
Related issues
Updated by Go MAEDA almost 7 years ago
- Related to Patch #20732: MailHandler: Select project by subaddress (redmine+project@example.com) added
Updated by Go MAEDA almost 7 years ago
I confirmed that the following command works properly.
bin/rails redmine:email:read project_from_subaddress=redmine@somenet.foo < test/fixtures/mail_handler/ticket_on_project_given_by_to_header.eml
Updated by Go MAEDA almost 7 years ago
- Subject changed from project_from_subaddress option is not documented in email.rake to "project_from_subbaddress" option is not listed in the help of "rake redmine:email:receive_imap"
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed.
Actions