ThatCompany / that_meeting

Converts issues of the selected trackers into iCalendar events.
https://www.redmine.org/plugins/that_meeting
GNU General Public License v2.0
13 stars 3 forks source link

More information please on configuring email receiving to let Redmine receive iCal responses #9

Open whotopia opened 1 year ago

whotopia commented 1 year ago

I would like to set up email receiving so that Redmine can potentially handle both messages from iCal responses, but also potentially other emails inbound as well.

I am using IMAP ( see https://www.redmine.org/projects/redmine/wiki/RedmineReceivingEmails ) and the constuct like this:

redmine:email:receive_imap RAILS_ENV="production" host=imap.foo.bar username=redmine@somenet.foo password=xxx

Can anyone explain, do I need to use specific issue attributes control options to potentially direct inbound emails to a specific tracker? Or is a a basic setup, not using something like tracker=TRACKER (in my case it would be tracker=meeting) necessary?

For example, should I e.g. be using GMail rules to put all the incoming ical related messages into a folder and then specify that folder in the rake call along with the appropriate tracker?