ProtonMail / go-proton-api

Proton API library used by Go-based clients and tools
MIT License
122 stars 16 forks source link

fix(GODT-3117): Improve Contact Info Retrieval #129

Closed LBeernaertProton closed 10 months ago

LBeernaertProton commented 10 months ago

Rather than only fetching the total in on request and discarding all the data, re-use the first page of data and then collect more of them if the data set exceeds the page size.

This patch also includes various fixes to the GPA server to mimic proton server behavior.