Project

General

Profile

Defect #27027

Updated by Toshi MARUYAMA over 6 years ago

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 

Back