Skip to content

Body not recognized #564

Open
Open
@raxmam

Description

@raxmam

Describe the bug
I have an email, where I check, what type, HTML or Text
$text_body = $message->hasTextBody();
$html_body = $message->hasHTMLBody();

Used config
Please provide the used config, if you are not using the package default config.

Code to Reproduce
The troubling code section which produces the reported bug.

	    	$text_body = $message->hasTextBody();
	    	$html_body = $message->hasHTMLBody();
echo "$text_body";
echo "$html_body";

Expected behavior
all are empty and not one of them is 1

Screenshots
If applicable, add screenshots to help explain your problem.

Image

Desktop / Server (please complete the following information):

  • OS: windows server 2019
  • PHP: 8.3.17
  • Version
  • Provider Outlook, Exchange

Additional context
Add any other context about the problem here.
i think it has to do with the marked in the screenshot

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions