When i try move mail to spam folder ([Gmail]/Th&AbA- r&AOE-c)
$imap->move("2713", '[Gmail]/Th&AbA- r&AOE-c/');
Debug:
....
Sending: TAG2 UID MOVE 2713 [Gmail]/Th&AbA- r&AOE-c
Receiving: TAG2 BAD Could not parse command
....
I think my spam folder name is not support char. How to fix this issue ?
Thanks.