tvl-depot/third_party
sterni 1f5e1383f5 fix(3p/lisp/mime4cl): make MIME-BODY-STREAM always return characters
Because OPEN-DECODED-FILE-PORTION only knows about transfer encodings it
would only return a character stream for 7bit encoded bodies. This
causes inconsistent behavior where some bodies would return binary and
some character streams. To fix this, we specialize MIME-BODY-STREAM for
MIME-TEXT parts which may or may not be a good enough solution.

We may actually want to make MIME-BODY-STREAM binary always and let the
user handle decoding?! This may be a good idea to take care after yet
another stream machinery redesign.

Since the mime4cl test suite doesn't test MIME-BODY-STREAM (much), add a
message generated by notemap that hits this issue to the mblog golden
test suite.

Change-Id: Ie340c42ced6c693af9b3c84b177408d6b6d2c9c4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12913
Reviewed-by: sterni <sternenseemann@systemli.org>
Autosubmit: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
2024-12-26 12:59:03 +00:00
..
agenix chore(3p/agenix): add target for cli atribute 2024-01-16 19:06:18 +00:00
bat_syntaxes
cgit chore(3p/sources): bump to OpenSSH vulnerability hotfix 2024-07-01 17:42:30 +00:00
chicago95 feat(3p/chicago95): package chicago95 theme for GTK/Qt/etc. 2024-09-07 11:40:09 +00:00
clj2nix chore(depot): update OWNERS files for aspen 2023-12-20 18:35:58 +00:00
elmPackages_0_18
emacs/rcirc
exwm subtree(3p/exwm): update to EXWM 0.30 2024-06-10 10:51:47 +03:00
gerrit chore(3p/sources): bump channels & overlays 2024-11-18 14:01:20 +00:00
gerrit_plugins chore(3p/sources): bump channels & overlays 2024-11-18 14:01:20 +00:00
git chore(3p/sources): bump to OpenSSH vulnerability hotfix 2024-07-01 17:42:30 +00:00
gitignoreSource feat(third_party/gitignoreSource): Get gitignore-nix from sources (niv) 2024-08-19 12:14:08 +00:00
gopkgs
hii
irccat
kernelPatches/trx40_usb_audio
lisp fix(3p/lisp/mime4cl): make MIME-BODY-STREAM always return characters 2024-12-26 12:59:03 +00:00
naersk
napalm
nixpkgs chore(3p/sources): bump channels & overlays (2024-09-01) 2024-09-05 20:56:31 +00:00
nsfv
overlays chore(3p/overlays/tvl): drop obsolete niri override 2024-12-23 21:40:06 +00:00
prometheus-fail2ban-exporter
public-inbox
python/broadlink
radicle-explorer fix(3p/radicle-explorer): remove dependency on plausible 2024-09-15 00:25:02 +00:00
rust-crates chore(users/Profpatsch): remove git-db & rust deps 2024-09-13 12:06:12 +00:00
rustsec-advisory-db
smtprelay
sources chore(3p/sources): bump channels & overlays 2024-11-18 14:01:20 +00:00
teleirc chore(3p/teleirc): use TVL fork temporarily 2024-05-27 12:47:08 +00:00
terraform-provider-glesys chore(3p/terraform-provider-glesys): 0.3.2 -> 0.9.0 2023-06-20 12:21:10 +00:00
default.nix
README.md

Third-Party Code

Code under this folder is one of the following:

  1. Externally developed dependencies which have been imported ("vendored") into this repository. These dependencies come with their own licenses and whatever else.

  2. Code that is developed inside of this repository, but released to an external repository via Copybara.