iSofia
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Comments
Recent activity by iSofia-
Thank you for that. I didn't go that route because I am creating a custom login page, and have also integrated password, forwarding, and auto-responder functionality into the mail client itself (wi...
-
]I'm not sure what client you're using, but a lot of languages already have built-in imap support to where once you auth you can poll the imap server for folders...Yes, and I am using a couple of t...
-
]There is only one to list email accounts, not to list imap folders...Hi vanessa, and thank you so much for your reply. At least I can rule that out and search for other avenues. I'll take a look ...
-
The reason why it was not working is because the addfilter function adds old-style filters, which are not recognized by my host. I simply deleted the .filter file, and used the new storefilter func...
-
Although this may not be the ultimate solution, I've found a workaround. The XML string could either be displayed within tags, or formatted with the {whitespace: pre-wrap} style. The string would ...
-
Hello again, So, is it safe to assume that cPanel passwords should be hard coded into the scripts themselves? No way around it? Thank you.
-
[quote="cPDavidN, post: 1668961">Could you give more details about how email users will be changing their passwords? Hi David; thank you for your reply. This is in reference to the following code...
-
Problem solved! The code is perfect, except for this one oversight on my part: $xmlapi->password_auth("root", $root_pass); I simply changed the string "root" to the actual cPanel username, which ...
-
Hi Michael, and thanks for the quick reply. This script is to be run on the host server itself, to try and initiate a password change for one of the email accounts (john@abc.com) hosted on the sam...