Skip to content

Commit

Permalink
connection closed #20
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Nov 20, 2023
1 parent 0560b24 commit d9fbc1a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/tasks/email.rake
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ namespace :redmine_oauth do
port: ENV.fetch('port', '993'),
scope: ENV.fetch('scope', 'https://outlook.office365.com/.default'),
grant_type: ENV.fetch('grant_type', 'client_credentials'),
ssl: ENV.fetch('ssl', nil),
starttls: ENV.fetch('starttls', nil),
username: ENV.fetch('username', nil),
password: ENV.fetch('access_token', nil),
ssl: ENV.fetch('ssl', true),
starttls: ENV.fetch('starttls', false),
username: ENV.fetch('username', ''),
folder: ENV.fetch('folder', 'INBOX'),
move_on_success: ENV.fetch('move_on_success', nil),
move_on_failure: ENV.fetch('move_on_failure', nil)
Expand Down

0 comments on commit d9fbc1a

Please sign in to comment.