forked from openchange/openchange
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mainpage.doxy
43 lines (32 loc) · 1.75 KB
/
Mainpage.doxy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/** @mainpage The OpenChange Library API Reference
This is the online reference for developing with the OpenChange client
libraries.
Among other things, the OpenChange client libraries provide:
- MAPI client library (<a href="../libmapi/index.html">libmapi</a>)
- MAPI administration libraries (<a href="../libmapiadmin/index.html">libmapiadmin</a>)
- OpenChange Property Files (<a href="../libocpf/index.html">libocpf</a>)
- A regression test framework (<a href="../mapitest/index.html">mapitest</a>)
- MAPIProxy project (<a href="../mapiproxy/index.html">mapiproxy</a>)
- C++ bindings for libmapi (<a href="../libmapi++/index.html">libmapi++</a>)
<h2>OpenChange Project Goals</h2>
The OpenChange Project aims to provide a portable Open Source
implementation of Microsoft Exchange Server and Exchange
protocols. Exchange is a groupware server designed to work with
Microsoft Outlook, and providing features such as a messaging server,
shared calendars, contact databases, public folders, notes and tasks.
The OpenChange project has three goals:
- To provide a library for interoperability with Exchange
protocols, and to assist implementors to use this to create
groupware that interoperates with both Exchange and other
OpenChange-based software.
- To provide an alternative to Microsoft Exchange Server which uses
native Exchange protocols and provides exactly equivalent
functionality when viewed from Microsoft Outlook clients.
- To develop a body of knowledge about the most popular groupware
protocols in use commercially today in order to promote development
of a documented and unencumbered standard, with all the benefits that
standards bring.
<h2>More information</h2>
Visit the <a href="http://www.openchange.org">OpenChange web site</a> for
other useful information.
*/