Actions
Defect #27027
closedRedmine receiving emails stopped after email account migrated to outlook365 ( redmine:email:receive_imap issue)
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Hello ,
I was using a batch file to update retrive emails frequently to update the redmine tickets. This was working fine. After the email account is migrated to office365 all the emails are going to "ingored" folder.
bundle exec rake -f Rakefile redmine:email:receive_imap RAILS_ENV="production" host=outlook.office365.com ssl=1 port=993 username=email@company.com password=xxxxxx unknown_user=accept move_on_success=Accepted move_on_failure=Ignored no_permission_check=1 allow_override=project,tracker,status,priority,category --trace>> C:\log\email_run1.log 2>>&1
The new office365 IMAP uses TLS instead of SSL.
(I tried TLS=1, TLS=true, tls=TLS options : no changes.)
Please help.
Thanks and Regards
-/Raja Govindan
Actions