php-imap icon indicating copy to clipboard operation
php-imap copied to clipboard

still empty body with Apple

Open Pascal76 opened this issue 9 months ago • 0 comments

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
                                    (
                                    )

                            )

                    )

Pascal76 avatar Mar 10 '25 08:03 Pascal76