Actions
Defect #37705
closedMove to modern authentication(OAuth 2.0) from IMAP for receiving email in Redmine.
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
Hello,
Microsoft is going to disable IMAP authentication to read emails from Office365. I need to use modern authentication to read/receive emails.
Currently, I am using IMAP to receive email into Redmine.
Your Gemfile lists the gem redmine_crm (>= 0) more than once.
You should probably keep only one of them.
Remove any duplicate entries and specify the gem only once.
While it's not a problem now, it could cause errors if you change the version of one of them later.
(in /var/www/redmine-4.2.2)
- Invoke redmine:email:receive_imap (first_time)
- Invoke environment (first_time)
- Execute environment
- Execute redmine:email:receive_imap
rake aborted!
Net::IMAP::NoResponseError: LOGIN failed.
/usr/local/rvm/rubies/ruby-2.7.2/lib/ruby/2.7.0/net/imap.rb:1220:in `get_tagged_response'
/usr/local/rvm/rubies/ruby-2.7.2/lib/ruby/2.7.0/net/imap.rb:1274:in `block in send_command'
/usr/local/rvm/rubies/ruby-2.7.2/lib/ruby/2.7.0/monitor.rb:202:in `synchronize'
/usr/local/rvm/rubies/ruby-2.7.2/lib/ruby/2.7.0/monitor.rb:202:in `mon_synchronize'
Related issues
Updated by Marius BĂLTEANU about 2 years ago
- Is duplicate of Defect #37688: Move to modern authentication(OAuth 2.0) from IMAP for receiving email in Redmine. added
Updated by Marius BĂLTEANU about 2 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Thanks for reporting this issue. Closing in favour of #37688.
Actions