You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: