e107_handlers/pop3_class.php
Reference to undeclared constant \CL_EXPUNGE
Open
Open
imap_close($this->marubox,CL_EXPUNGE);
- Exclude checks
Argument 1 (stream_id)
is string
but \imap_fetchstructure()
takes resource
Open
Open
$struckture = imap_fetchstructure($this->marubox,$mid);
- Exclude checks
Argument 1 (stream_id)
is string
but \imap_header()
takes resource
Open
Open
$mail_header=imap_header($this->marubox,$mid);
- Exclude checks
Assigning false|resource
to property but \receiveMail->marubox
is string
Open
Open
$this->marubox=imap_open($this->server,$this->username,$this->password);
- Exclude checks
Argument 3 (section)
is float|int
but \imap_fetchbody()
takes string
Open
Open
$message = imap_fetchbody($this->marubox,$mid,$key+1);
- Exclude checks
Argument 1 (stream_id)
is string
but \imap_headers()
takes resource
Open
Open
$headers=imap_headers($this->marubox);
- Exclude checks
Argument 1 (stream_id)
is string
but \imap_fetchbody()
takes resource
Open
Open
$message = imap_fetchbody($this->marubox,$mid,$key+1);
- Exclude checks
Argument 1 (stream_id)
is string
but \imap_fetchbody()
takes resource
Open
Open
$text = imap_fetchbody($stream, $msg_number, $part_number);
- Exclude checks
Argument 1 (stream_id)
is string
but \imap_delete()
takes resource
Open
Open
imap_delete($this->marubox,$mid);
- Exclude checks
Argument 1 (stream_id)
is string
but \imap_close()
takes resource
Open
Open
imap_close($this->marubox,CL_EXPUNGE);
- Exclude checks
Argument 1 (stream_id)
is string
but \imap_fetchstructure()
takes resource
Open
Open
$structure = imap_fetchstructure($stream, $msg_number);
- Exclude checks