Project

General

Profile

Import from IMAP with rake

Added by Patrick Fraley over 14 years ago

Hi all,

I have setup a script to import issues from IMAP via the rake redmine:email:receive_imap. Now my problem is that I would also like to import mails from people who are not in the redmine system and have these mails assigned the same reporter. I know about the issues SPAM, unwanted entries, etc. How can I achieve this?

Since I am not a ruby person, I have not the slightest idea on how to go about this.

I have the svn version of redmine running.


Replies (1)

RE: Import from IMAP with rake - Added by Felix Schäfer over 14 years ago

I'm not sure about the "user not in Redmine" part, but you could achieve assigning them all to the same user by forcing the category of the created tickets to say "incoming mails", and assign the user to this category, so that new mails created in that category will be automatically assigned to him.

    (1-1/1)