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
I am just trying to use this project on my web application
When I try to get the messages in the 'Inbox' folder, it returns empty data[] btw.
Could you explain me what I was wrong?
For update, I tried to use "Inbox" instead of "INBOX", but it doesn't work. Actually I have 335 emails in my email account. :)
For update2, I found all folder names using the above code snippet. I can see those are including Inbox, Archive, Trash etc. But when I try to use one of them, those are not working. :(
I'd like to try to use another php imap libraries for time being of the project.
I really appreciate for your help though.
Hi, @Webklex
Thanks for your great work
I am just trying to use this project on my web application
When I try to get the messages in the 'Inbox' folder, it returns empty data[] btw.
Could you explain me what I was wrong?
Here is a code snippet I tried.
For now, $aMessage returns empty value: data[]
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: