Simon Ser
Simon Ser
The RFC says: > The "sub" claim SHOULD include a contact URI for the application > server as either a "mailto:" (email) [RFC6068] or an "https:" > [RFC2818] URI. However...
wl_drm is a legacy protocol, and wlroots is getting rid of it [1]. Use the newer and standard linux-dmabuf protocol if available to get the DRM device. [1]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4397
A common use-case is to read the header, set/add header fields, and pass-through the body. We don't make this very easy at the moment.
This multipart media type changes the default `Content-Type` for its children to `message/rfc822`.
Similar to https://github.com/ircdocs/modern-irc/pull/230
Recommend servers to reject nicknames such as `/quit`, in the section about nickname string restrictions. The protocol doesn't require it, but accepting nicknames starting with a `/` would be dangerous...
A common pain point when using go-sqlite3 is that enabling optional features requires adding a build tag to all `go` command invocations. For instance, when a program depends on FTS5,...
- [ ] The nested encrypted part may still contain a `Mime-Version` header field Closes: https://github.com/emersion/go-pgpmail/issues/14