iSofia
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by iSofia-
iSofia commented,
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...
-
iSofia commented,
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...
-
iSofia commented,
]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...
-
iSofia commented,
]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 ...
-
iSofia created a post,
Getting iMap Folders
Is there any API function to list the iMap folders of any one mail account? Thank you. :)
-
iSofia created a post,
XML API: Adding & Removing Filters
When using the API1 function, addfilter, the newly created filter can be viewed with the API2 function, listfilters, but for some reason do not appear in cPanel itself. Furthermore, there seems no ...
-
iSofia commented,
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 ...
-
iSofia created a post,
PHP XMLAPI: Formatting fetchautoresponder output
Hello everyone. Is there any way to format the BODY string returned by the fetchautoresponder function? It is set to return XML format ($xmlapi->set_output("xml")) but the output seems to disregard...
-
iSofia commented,
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.
-
iSofia commented,
[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...