luismaia / redmine_email_fetcher

Redmine plugin that extends the Redmine Receiving emails functionality by allowing the configuration of email accounts from where emails should be periodically fetched
23 stars 25 forks source link

IT doesn't work with 3.3.2 version #32

Open atvirasvilnius opened 7 years ago

atvirasvilnius commented 7 years ago

Do you plan to dev for 3.3.x version?

jorv83 commented 6 years ago

How we got it to work:

Someone already forked an fixed it:

https://github.com/denisgolius/redmine_email_fetcher/tree/patch-1 https://github.com/denisgolius/redmine_email_fetcher/tree/patch-2

Use the "_form.html.erb" from patch-1 and "en.yml" changes from patch-2

To fix the icon in the admin screen: Open "init.rb" file in the plugin root directory and add class icon

menu :admin_menu, :email_configurations, { controller: 'email_configurations', action: 'index' }, caption: :title_email_configurations, :html => {:class => 'icon'}

crontab rakefile might give warnings but works.

Hope this helps

octoquad commented 5 years ago

A fix is available in #33 and I have requested that a PR be created at https://github.com/octoquad/redmine_email_fetcher instead. Funny enough without the PR, it works fine under Redmine 4.0.x