User contributions

From Rackspace Email & Apps API
Jump to: navigation, search
Search for contributions
 
 
      
 
   

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

  • 16:58, 25 August 2008 (diff | hist) . . (+501). . N PHPGetUserContactsFullExample(New page: <pre> <?php $client = new SoapClient('https://secure.webmail.us/mail4/soap/soap_server.php?wsdl'); $res = $client->__soapCall('GetUserContactsFull', array('ResellerU...) (current)
  • 16:58, 25 August 2008 (diff | hist) . . (+2,985). . N PHPLoginAsExample(New page: This is a PHP script that can be used by administrators to login to the webmail client as a user, without using the user's passwword.. This is often useful when troubleshooting. Please n...) (current)
  • 16:58, 25 August 2008 (diff | hist) . . (+666). . N PHPCheckNumMessagesExample(New page: <pre> <?php require_once('nusoap.php'); $client = new soapclient('https://secure.webmail.us/soap/soap_server.php?wsdl', true); $err = $client->getError(); if ($err) { die("ERROR: $...) (current)
  • 16:58, 25 August 2008 (diff | hist) . . (+1,635). . N PHPCommandLineSoap(New page: This will work with pre-compiled SOAP and has been tested with PHP 5.2.1. Setting the $debug variable to true and running the commandline tool will display the request headers and message...) (current)
  • 16:57, 25 August 2008 (diff | hist) . . (+449). . N Perl GetDisplayPreferences(New page: <pre> #!/usr/bin/perl -w use strict; use SOAP::Lite; use Data::Dumper; my $service = "https://secure.webmail.us/mail4/soap/soap_server.php?wsdl"; my $resellerUsername = "someadmin"; my ...) (current)
  • 16:57, 25 August 2008 (diff | hist) . . (+619). . N Perl ModifyUser(New page: <nowiki>#!/usr/bin/perl -w</nowiki><br> <br> use strict;<br> use SOAP::Lite;<br> <br> my $service = "<nowiki>https://admin.webmail.us/mailaccounts/mailaccounts.wsdl</nowiki>";<br> <br> my ...) (current)
  • 16:57, 25 August 2008 (diff | hist) . . (+749). . N Perl SessionID(New page: == Getting a SessionID == <nowiki> #!/usr/bin/perl -w</nowiki><br> <br> use strict "vars";<br> use warnings;<br> use SOAP::Lite;<br> <br> <nowiki>my $service = "https://secure.webmail.us/s...) (current)
  • 16:57, 25 August 2008 (diff | hist) . . (+1,047). . N Perl Commandline(New page: To use this tool, you'll need a recent version of Perl (5.8.0 or better), and two Perl modules: SOAP::Lite Data::Dumper To install the modules from a *nix commandline, try the follow...) (current)
  • 16:57, 25 August 2008 (diff | hist) . . (+1,558). . N Perl GetCurrentUserMailboxSize(New page: == GetCurrentUserMailboxSize == This function has been updated to reflect changes to SOAP::Lite 0.69. For more information about using the SOM objects, please check here:<br> http://sear...) (current)
  • 16:56, 25 August 2008 (diff | hist) . . (+542). . N HTML(New page: == Login Redirect == This code shows a form asking for a username and password to a mailbox; clicking submit logs the person into the webmail client.<br> <br> <nowiki><form method=post act...)
  • 16:56, 25 August 2008 (diff | hist) . . (+1,657). . N ColdFusion(New page: This is a very simple ColdFusion script that adds a new user & sets the "uid" LDAP attribute for that user. Notice that the last variable passed to the function is passed as a reference i...) (current)
  • 16:56, 25 August 2008 (diff | hist) . . (+530). . N C(New page: public string LoginUserWebmail(string domain,string user)<br> {<br> string s="";<br> int r;<br> <br> try {<br> // This calls your SOAP method<br> r=obj.LoginUserWebmail(reseller_username,r...) (current)
  • 16:56, 25 August 2008 (diff | hist) . . (+1,448). . N ASP(New page: A Webmail.us customer recommended the following article as being helpful for System.Net.WebException errors: http://geekswithblogs.net/Denis/archive/2005/08/16/50365.aspx<br /> <br /> <%<...)
  • 16:56, 25 August 2008 (diff | hist) . . (+846). . N PHP(New page: Simple PHP script to call a SOAP function via the command line<br> Check for new & total Inbox messages<br> [[PHPLoginAsExample|Create...) (current)
  • 16:56, 25 August 2008 (diff | hist) . . (+615). . N Perl(New page: Please note that with the release of SOAP::Lite version 0.69, simple access to ASP-based SOAP API's was broken and somewhat more complex steps are needed. So far, only the [[Perl_GetCurre...) (current)
  • 16:55, 25 August 2008 (diff | hist) . . (+196). . N Beta(New page: The address book and related functions have moved out of beta as of May 2006. They are now a part of the Webmail API. Watch this space for new API functions as they become av...)
  • 16:55, 25 August 2008 (diff | hist) . . (+488). . N GetRetCodeDesc()(New page: This function accepts as a parameter an error code number generated by one of the API functions. It returns a string description with the meaning of the error code. ===Parameters=== One...) (current)
  • 16:54, 25 August 2008 (diff | hist) . . (+2,020). . N Subaccount SetLimitedAdminPermissions()(New page: This function will set the specific permissions granted to a particular limited administrator. "Limited" admins are limited to working with certain portions of the control panel. The com...) (current)
  • 16:54, 25 August 2008 (diff | hist) . . (+2,045). . N Subaccount GetLimitedAdminPermissions()(New page: This function will return the set of specific permissions granted to a particular limited administrator. "Limited" admins are limited to working with certain portions of the control panel...)
  • 16:54, 25 August 2008 (diff | hist) . . (+747). . N Subaccount GetAllocatedStorage()(New page: This function will return the current figures for allocated (assigned to a mailbox) storage and available storage for all domains on a subaccount. Integer results are in MB. ===Parameter...)

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)