SOAP-ify RPC responses. It's on my list to write a JavaScript lib for SM to read...
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 11 Sep 2008 00:49:51 +0000 (00:49 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 11 Sep 2008 00:49:51 +0000 (00:49 +0000)
commit5083f41e9e6afbb7d7eae33a159abc5ab112e124
treeafc5b5c7609dbf636e0c8965bc67544637f15c5d
parentd81572f79656908a290adc913d4e89d5b2cb0a5f
SOAP-ify RPC responses.  It's on my list to write a JavaScript lib for SM to read these after which AJAX requests in 1.5.2 will be fully enabled (but proof-of-concept has already been achieved).  Note to self to make the JavaScript tolerant enough when SM core returns HTML without the expected XML structure, which happens in many error situations because the SM core is largely designed to just push an error to the browser when it happens instead of more mature error handling when the caller can indicate that it wants to handle the error differently.  Note to self that the real solution is to redesign the SM core.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13275 7612ce4b-ef26-0410-bec9-ea0150e637f0
src/squirrelmail_rpc.php
templates/default_rpc/config.php
templates/default_rpc/rpc_response_error.tpl
templates/default_rpc/rpc_response_success.tpl