Displaying 1 result from an estimated 1 matches for "print_errormsg".
2008 Apr 30
1
Avelsieve 1.9.7 and Dovecot/TLS
...ror_raw = "Failed to establish TLS connection.";
return false;
} else {
$this->loggedin = true;
$starttls_response = $this->line=fgets($this->fp,1024);
$errormsg .= _("MFI fgets ") . $starttls_response . '<br>';
print_errormsg($errormsg);
// RFC says that we need to ask for the capabilities again
$this->sieve_get_capability();
$this->loggedin = false;
}
}
and could read
MFI fgets "IMPLEMENTATION" "dovecot"
what will throw the followi...