-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoc.go
More file actions
20 lines (20 loc) · 990 Bytes
/
Copy pathdoc.go
File metadata and controls
20 lines (20 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Package activesync is the umbrella documentation entry point for the
// go-activesync library, a pure-Go client for the Microsoft Exchange
// ActiveSync (EAS) protocol, revision 14.1.
//
// The library is split into focused subpackages:
//
// - [github.com/remdev/go-activesync/wbxml]: MS-ASWBXML / WBXML 1.3
// codec and EAS code page tables.
// - [github.com/remdev/go-activesync/eas]: typed request/response and
// domain models for the supported commands and PIM data classes.
// - [github.com/remdev/go-activesync/autodiscover]: POX Autodiscover
// client (MS-OXDISCO, MS-ASAB).
// - [github.com/remdev/go-activesync/client]: high level EAS client
// wiring transport, authentication, policy/sync state stores and
// command methods together.
//
// Implementation references the following Microsoft Open Specifications:
// MS-ASHTTP, MS-ASWBXML, MS-ASCMD, MS-ASEMAIL, MS-ASCAL, MS-ASCNTC, MS-ASTASK,
// MS-ASPROV, MS-OXDISCO, MS-ASAB.
package activesync