ProtonMail / go-proton-api

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

feat: Enable sorting by specific field in GetMessageMetadata #122

Open jarmani opened 10 months ago

jarmani commented 10 months ago

In commit https://github.com/ProtonMail/go-proton-api/commit/ca6c1de96bc5cab8890e54823de61d1ab4f2d307 sorting order was added, but it is still impossible to sort by anything other than the ID.

This change allows it.