Typo on novalidate cert
This commit is contained in:
parent
7ca34e378d
commit
65489b8684
2
vendors/shells/vault.php
vendored
2
vendors/shells/vault.php
vendored
|
|
@ -30,7 +30,7 @@ class VaultShell extends Shell {
|
|||
$ripmime_path = '/opt/local/bin/ripmime';
|
||||
}
|
||||
|
||||
$mbox = imap_open("{mail.cmctechnologies.com.au:143}INBOX/novalidate-cert", $username, $password) or die("can't connect: " . imap_last_error());
|
||||
$mbox = imap_open("{mail.cmctechnologies.com.au:143/novalidate-cert}INBOX", $username, $password) or die("can't connect: " . imap_last_error());
|
||||
$MC = imap_check($mbox);
|
||||
$number_of_messages = $MC->Nmsgs;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue