e107inc/e107

View on GitHub
e107_handlers/pop3_class.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

Reference to undeclared constant \CL_EXPUNGE
Open

        imap_close($this->marubox,CL_EXPUNGE);
Severity: Minor
Found in e107_handlers/pop3_class.php by phan

Argument 1 (stream_id) is string but \imap_fetchstructure() takes resource
Open

        $struckture = imap_fetchstructure($this->marubox,$mid);
Severity: Minor
Found in e107_handlers/pop3_class.php by phan

Argument 1 (stream_id) is string but \imap_header() takes resource
Open

        $mail_header=imap_header($this->marubox,$mid);
Severity: Minor
Found in e107_handlers/pop3_class.php by phan

Assigning false|resource to property but \receiveMail->marubox is string
Open

        $this->marubox=imap_open($this->server,$this->username,$this->password);
Severity: Minor
Found in e107_handlers/pop3_class.php by phan

Argument 3 (section) is float|int but \imap_fetchbody() takes string
Open

                $message = imap_fetchbody($this->marubox,$mid,$key+1);
Severity: Minor
Found in e107_handlers/pop3_class.php by phan

Argument 1 (stream_id) is string but \imap_headers() takes resource
Open

        $headers=imap_headers($this->marubox);
Severity: Minor
Found in e107_handlers/pop3_class.php by phan

Argument 1 (stream_id) is string but \imap_fetchbody() takes resource
Open

                $message = imap_fetchbody($this->marubox,$mid,$key+1);
Severity: Minor
Found in e107_handlers/pop3_class.php by phan

Argument 1 (stream_id) is string but \imap_fetchbody() takes resource
Open

                $text = imap_fetchbody($stream, $msg_number, $part_number);
Severity: Minor
Found in e107_handlers/pop3_class.php by phan

Argument 1 (stream_id) is string but \imap_delete() takes resource
Open

        imap_delete($this->marubox,$mid);
Severity: Minor
Found in e107_handlers/pop3_class.php by phan

Argument 1 (stream_id) is string but \imap_close() takes resource
Open

        imap_close($this->marubox,CL_EXPUNGE);
Severity: Minor
Found in e107_handlers/pop3_class.php by phan

Argument 1 (stream_id) is string but \imap_fetchstructure() takes resource
Open

            $structure = imap_fetchstructure($stream, $msg_number);
Severity: Minor
Found in e107_handlers/pop3_class.php by phan

There are no issues that match your filters.

Category
Status