Skip to content

Commit

Permalink
Don't validate certs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeboehm committed Nov 15, 2016
1 parent cefa614 commit e79f8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/ImapService.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function __construct($host, $port, $username, $password, $folder)

$this->mailbox = new Mailbox(
sprintf(
'{%s:%s/%s/%s}%s',
'{%s:%s/%s/%s/novalidate-cert}%s',
$host,
$port,
$serverType,
Expand Down

0 comments on commit e79f8de

Please sign in to comment.