I want to receive all letters from a folder in Cyrillic
I tried many different functions, but I didn’t find a working method, everything is ok with other folders
$folder = "Название папки на кирилице" ;
imap_open("{imap.example.com}/".$folder, $login, $password);
i get error
Notice: Unknown: [CLIENTBUG] SELECT No such folder. sc=xQG456O15YuQ0_200927_imap-production-586 (errflg=2) in Unknown on line 0
I tried
imap_utf7_decode() and iconv
New contributor
user25647257 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.