Simon Ser

Results 572 issues of Simon Ser

In feeds and XRD resources. The `Backend` shouldn't have to generate links itself.

enhancement
xdr
activitystream

enhancement
pubsubhubbub

How to support IMAP extensions?

enhancement

See https://github.com/emersion/go-sasl/pull/27#issuecomment-2051341706 Applies to both `Server.Next` and `Client.Start`.

See https://tools.ietf.org/html/rfc4752

enhancement

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...

- [ ] ANONYMOUS - [ ] EXTERNAL - [x] LOGIN - [x] PLAIN

enhancement

- 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

enhancement

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...