kontron / redmine_oauth

Redmine authentication through OAuth.
GNU General Public License v2.0
57 stars 27 forks source link

0.2.2 IMAP VERSION #13

Closed 1CMTdev closed 1 year ago

1CMTdev commented 1 year ago

my imap version is 0.2.2, im using it for azure ad. Will it work? or do i need 0.3.1

1CMTdev commented 1 year ago

thank u :)

picman commented 1 year ago

No, it won't. 0.3.1 is required.

1CMTdev commented 1 year ago

Sorry im not that familiar with rubygems, but I cant somehow install 0.3.1 because it cant install date 3.3.3

picman commented 1 year ago
  1. Comment out gem 'net-imap', '~> 0.2.2' in redmine/Gemfile
  2. Then cd redmine && bundle install
  3. See the output and fix the errors. Google is your friend.