Skip to content

Commit

Permalink
ManageSieve/Client uses secure rather than usetls
Browse files Browse the repository at this point in the history
  • Loading branch information
ralflang committed Aug 1, 2022
1 parent eba7125 commit be5d15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Transport/Timsieved.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ protected function _connect()
'port' => $this->_params['port'],
'authmethod' => $this->_params['logintype'],
'euser' => $this->_params['euser'],
'usetls' => $this->_params['usetls'],
'secure' => $this->_params['usetls'],
'logger' => $this->_params['debug']
? $injector->getInstance('Horde_Log_Logger')
: null,
Expand Down

0 comments on commit be5d15f

Please sign in to comment.