Skip to content

Commit

Permalink
Prepare for GAL sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ork committed May 9, 2014
1 parent 9def48c commit 2975e60
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
Empty file added gal
Empty file.
2 changes: 2 additions & 0 deletions muttrc
Expand Up @@ -64,6 +64,8 @@ set editor="vim"
# Adress book handling
set sort_alias=alias
set reverse_alias=yes
set alias_file="~/.mutt/aliases"
source "~/.mutt/gal"
source "~/.mutt/aliases"
source "~/.mutt/mailing_lists"

Expand Down
17 changes: 17 additions & 0 deletions request.xml
@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<RequestServerVersion Version="Exchange2013" xmlns="http://schemas.microsoft.com/exchange/services/2006/types" />
</soap:Header>
<soap:Body>
<FindPeople xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
<PersonaShape>
<BaseShape xmlns="http://schemas.microsoft.com/exchange/services/2006/types">Default</BaseShape>
</PersonaShape>
<IndexedPageItemView MaxEntriesReturned="10000" Offset="0" BasePoint="Beginning" />
<ParentFolderId>
<AddressListId Id="edit_yourself_i_will_autodetect_later" xmlns="http://schemas.microsoft.com/exchange/services/2006/types" />
</ParentFolderId>
</FindPeople>
</soap:Body>
</soap:Envelope>

0 comments on commit 2975e60

Please sign in to comment.