We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ( ) ) )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
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
)
The text was updated successfully, but these errors were encountered: