View Issue Details

IDProjectCategoryView StatusLast Update
0004605SOGoActiveSyncpublic2018-11-29 19:10
Reporterrbicelli Assigned Toludovic  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.0.4 
Fixed in Version4.0.5 
Summary0004605: Activesync Search doesn't work in Outlook App
Description

Whatever search you try with outlook App it shows no result.
Is probably because it passes

<CollectionId xmlns="AirSync:">0</CollectionId>

in the activesync request.

Request:
<!DOCTYPE ActiveSync PUBLIC "-//MICROSOFT//DTD ActiveSync//EN" "http://www.microsoft.com/&quot;>
<Search xmlns="Search:">
<Store>
<Name>Mailbox</Name>
<Query>
<And>
<Class xmlns="AirSync:">Email</Class>
<CollectionId xmlns="AirSync:">0</CollectionId>
<FreeText>something</FreeText>
</And>
</Query>
<Options>
<BodyPreference xmlns="AirSyncBase:">
<Type>2</Type>
<TruncationSize>1048576</TruncationSize>
</BodyPreference>
<RightsManagementSupport xmlns="RightsManagement:">1</RightsManagementSupport>
<RebuildResults/>
<DeepTraversal/>
<Range>0-49</Range>
</Options>
</Store>
</Search>

Response:

<!DOCTYPE ActiveSync PUBLIC "-//MICROSOFT//DTD ActiveSync//EN" "http://www.microsoft.com/&quot;>
<Search xmlns="Search:">
<Status>1</Status>
<Response>
<Store>
<Status>1</Status>
<Range>0-0</Range>
<Total>0</Total>
</Store>
</Response>
</Search>

Steps To Reproduce

Install Outlook App on iOS or Android and then perform a Search.

TagsNo tags attached.

Issue History

Date Modified Username Field Change
2018-11-23 08:22 rbicelli New Issue
2018-11-29 19:10 ludovic Note Added: 0013200
2018-11-29 19:10 ludovic Status new => resolved
2018-11-29 19:10 ludovic Fixed in Version => 4.0.5
2018-11-29 19:10 ludovic Resolution open => fixed
2018-11-29 19:10 ludovic Assigned To => ludovic