SSilence / php-imap-client

a easy solution for simple IMAP email access in php
MIT License
268 stars 138 forks source link

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

Open Medformatik opened 5 years ago

Medformatik commented 5 years ago

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 commented 4 years ago

same here - empty message text

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