Simon Ser
Simon Ser
In feeds and XRD resources. The `Backend` shouldn't have to generate links itself.
See https://github.com/emersion/go-sasl/pull/27#issuecomment-2051341706 Applies to both `Server.Next` and `Client.Start`.
We discussed with @foxcpp on IRC and agreed that we'd prefer to remove all legacy mechanisms: LOGIN and XOAUTH2. It's not a lot of code to copy-paste into your own...
- Official website: http://srp.stanford.edu/ - SRP RFC: https://tools.ietf.org/html/rfc2945 - SRP SASL RFC: https://tools.ietf.org/html/draft-burdis-cat-srp-sasl-08
Right now we need to guess the filename from a key for each operation. This could be improved with a new API: ```go type Message struct { filename string key...