IMAP: Change email password through php
问题 How can I change password of the mail account using php. I am using IMAP functions. IMAP doc : http://php.net/manual/en/book.imap.php Note: There is no acess to cpanel API 回答1: If you don't have access to the cPanel API, then you're even less likely to have root access to the various files that would be needed to make the changes. Changing passwords is not a feature of IMAP, POP or SMTP - it's a server configuration issue, so you need to manipulate the server configuration. Several hosts