-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
I use move() for move message to another folder, but not working. #123
Comments
Some IMAP servers don't support Edit: LegacyProtocol relies on imap_* PHP methods, therefore you need imap PHP extension to be installed, probably with SSL support. Check your phpinfo() first. Edit2: I rather don't recommend using LegacyProtocol, because latest (2.5.0) version:
|
Thanks for the reply, I temporarily using copy the message to trash, and delete the original. Hope you fix it soon. |
We are also facing the problem with Can the suggested here https://stackoverflow.com/a/15816045 approach ( |
Here is the fix: freescout-help-desk/freescout@fc7f4bf |
I want to move message from folder INBOX to another folder, i am try follow code:
but always return false.
I have created folder TRASH, and i have collection folder in image:
I am tried copy() is working, but move() is not work.
Please help!
The text was updated successfully, but these errors were encountered: