mambax7/xnewsletter

View on GitHub
include/phpmailer/extras/ntlm_sasl_client.php

Summary

Maintainability
A
1 hr
Test Coverage

Method typeMsg3 has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function typeMsg3($ntlm_response, $user, $domain, $workstation)
    {
        $domain_unicode      = $this->ASCIIToUnicode($domain);
        $domain_length       = mb_strlen($domain_unicode);
        $domain_offset       = 64;
Severity: Minor
Found in include/phpmailer/extras/ntlm_sasl_client.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status