php-imap
php-imap copied to clipboard
still empty body with Apple
Hello,
In my configuration I have rfc : BODY cf below print_r($cm) But I still see messages from Apple mailboxes with empty body :(
Webklex\PHPIMAP\ClientManager Object ( [config] => Webklex\PHPIMAP\Config Object ( [config:protected] => Array ( [date_format] => d-M-Y [default] => default [security] => Array ( [detect_spoofing] => 1 [detect_spoofing_exception] => [sanitize_filenames] => 1 )
[accounts] => Array
(
[default] => Array
(
[host] => localhost
[port] => 993
[protocol] => imap
[encryption] => ssl
[validate_cert] => 1
[username] => [email protected]
[password] =>
[authentication] =>
[rfc] => BODY
[proxy] => Array
(
[socket] =>
[request_fulluri] =>
[username] =>
[password] =>
)
[timeout] => 20
[extensions] => Array
(
)
)
)