Server limits FindItem to 1000 results. https://msdn.microsoft.com/en-us/library/office/dn592093(v=exchg.150).aspx shows how to implement paged searches to get all items or a particular subset. I (already) create a PR for this.