Skip to content
New issue

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

Email content is not in array (to print it) #244

Open
Medformatik opened this issue Jul 21, 2019 · 1 comment
Open

Email content is not in array (to print it) #244

Medformatik opened this issue Jul 21, 2019 · 1 comment

Comments

@Medformatik
Copy link

Feature request or bug

Bug

If a bug, what did you expect to happen?

Get an array with the content of the email somewhere in it, so that I can print the content
$email = $imap->getMessage((int)$_GET["msgno"]);
https://pastebin.com/4L5iawx3

If a bug, what happened?

Nowhere in the array is the content of the email, so I can not print it

If a bug, list steps to reproduce bugs.

If a bug, did you do these steps?

[x] Download and use the latest stable version
[x] See if the issue has already been reported
[-] Debug

If a feature request, what do you want to be added or changed?

If a feature request, is this feature already in a pull request?

If a feature request, do you know anyone who can help?

@YaWK
Copy link

YaWK commented Sep 3, 2019

same here - empty message text

[message] => stdClass Object
(
[text] =>
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants