bennn / racket-mutt

Racket API for the Mutt email client
Other
3 stars 1 forks source link

gmail rate limits #10

Closed bennn closed 4 years ago

bennn commented 8 years ago

Once we're sending through gmail's smtp....

gmail has some rate limits. racket-mutt should help enforce these. (From https://support.google.com/a/answer/166852?hl=en

I'd like to handle the limits automatically (user code should make N calls immediately, the library will block until it can legally send through gmail), but Leif is arguing the caller should care.

bennn commented 8 years ago

The blocking should only happen when using gmail and users must be able to opt out of the blocking

(@LeifAndersen is that ok?)

bennn commented 4 years ago

Don't worry about it