refactor(3p/lisp/mime4cl): use qbase64 for decoding FILE-PORTIONs
Porting over the rest of the decoding (RFC2047) and especially encoding over to qbase64 is still pending, as it is a little trickier. Change-Id: Id4740eb074a387aeea2cb94b781e204248530799 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8582 Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI
This commit is contained in:
parent
3d2e55ad53
commit
734cec2e3b
3 changed files with 3 additions and 3 deletions
1
third_party/lisp/mime4cl/default.nix
vendored
1
third_party/lisp/mime4cl/default.nix
vendored
|
|
@ -9,6 +9,7 @@ depot.nix.buildLisp.library {
|
|||
depot.third_party.lisp.flexi-streams
|
||||
depot.third_party.lisp.npg
|
||||
depot.third_party.lisp.trivial-gray-streams
|
||||
depot.third_party.lisp.qbase64
|
||||
];
|
||||
|
||||
srcs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue