Difference between revisions of "Main Page"

From Rackspace Email & Apps API
Jump to: navigation, search
 
Line 1: Line 1:
<big>'''MediaWiki has been successfully installed.'''</big>
+
__NOTOC__
 +
== The Mailtrust API ==
  
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
+
The Mailtrust [http://en.wikipedia.org/wiki/Api API] comprises a robust set of web services designed to allow businesses to fully integrate administrative email functions into their own applications.  Based on [http://en.wikipedia.org/wiki/SOAP SOAP], functions in the API allow programs written in many different languages to perform operations such as [[AddUser()|adding mailboxes]] and changing settings.  The API can also be used to provide [[LoginUserWebmail()|single sign on]] functionality in concert with other web applications.  The Webmail API runs on the same robust server platform that supports our high-availability [http://www.mailtrust.com webmail] and email services.
  
== Getting started ==
+
 
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
+
----------------
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
+
=== NEW! Screencast ===
* [http://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
[http://www.mailtrust.com/api-wiki/screencasts/api-pings.htm Screencast] of accessing two of our SOAP API's from PHP using Ubuntu linux.
 +
 
 +
=== Mailtrust API ===
 +
* [[webmail|Webmail User API]] - provides a short list of webmail user functions
 +
 
 +
* [[business|Business API]] - provides a list of functions designed for single business/domain usage
 +
 
 +
* [[reseller|Reseller API]] - provides a complete list of functions for multiple domains and sub-accounts
 +
 
 +
* [[beta|Beta API]] - a list of functions in public beta testing
 +
 
 +
=== Code Examples ===
 +
 
 +
{|
 +
|
 +
*[[Perl]]
 +
|
 +
*[[PHP]]
 +
|-
 +
|
 +
*[[ASP]]
 +
|
 +
*[[C#]]
 +
|-
 +
|
 +
*[[ColdFusion]]
 +
|-
 +
|
 +
* [[HTML]] (not part of the API, strictly speaking)
 +
|}
 +
 
 +
=== Result Codes ===
 +
Consult the [[resultcodes|Result Code Table]] for a list of result codes and their meaning.

Revision as of 13:49, 22 August 2008

The Mailtrust API

The Mailtrust API comprises a robust set of web services designed to allow businesses to fully integrate administrative email functions into their own applications. Based on SOAP, functions in the API allow programs written in many different languages to perform operations such as adding mailboxes and changing settings. The API can also be used to provide single sign on functionality in concert with other web applications. The Webmail API runs on the same robust server platform that supports our high-availability webmail and email services.



NEW! Screencast

Screencast of accessing two of our SOAP API's from PHP using Ubuntu linux.

Mailtrust API

  • Business API - provides a list of functions designed for single business/domain usage
  • Reseller API - provides a complete list of functions for multiple domains and sub-accounts
  • Beta API - a list of functions in public beta testing

Code Examples

  • HTML (not part of the API, strictly speaking)

Result Codes

Consult the Result Code Table for a list of result codes and their meaning.