ProtonMail / proton-python-client

Python Proton client module
GNU General Public License v3.0
356 stars 62 forks source link

Respect retries #2

Closed kaplun closed 3 years ago

kaplun commented 4 years ago

Proton API might return 429, with a retry-after header. This should be respected.

calexandru2018 commented 3 years ago

Done