[ postfixadmin-Patches-3523124 ] Enhance XMLRPC support.
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2012-05-27 17:40:02
|
Patches item #3523124, was opened at 2012-05-02 15:18 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=3523124&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Vacation Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Norm Brandinger (norm_brandinger) Assigned to: Nobody/Anonymous (nobody) Summary: Enhance XMLRPC support. Initial Comment: xmlrpc.php: Add support for reply_type, interval_time, activeFrom, activeUntil for the set_away() function. Update returned variable names in other function calls so they match dh->init() calls. functions.inc.php: Add authentication support for $_SESSION['username'] ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2012-05-27 10:40 Message: From the xmlrpc.php patch: - public function setAway($subject, $body) { + public function setAway($subject, $body, $reply_type, $interval_time, $activeFrom, $activeUntil) { I'm not sure if changing the xmlrpc interface is a good idea - what happens if an "old" client connects and only provides subject and body? David, what's your opinion on this? (see also the recent discussion on the mailinglist - maybe we'll (have to) add another parameter for the realname) > functions.inc.php: > > Add authentication support for $_SESSION['username'] Norm, what's the reason for / advantage of this change? (it seems unrelated to the xmlrpc interface) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=3523124&group_id=191583 |