feat(3p/lisp/mime4cl): search for first (default) mime text part
Adds a simple generic function find-mime-text-part which returns the first suitable text/* part in any MIME part it is given. Has no meaningful alternatives handling at the moment: It will pick the first text part and doesn't allow specifying a preference. Change-Id: Id9b113b3ef3ca1a575ce8f3582a4f85e30edfb43 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3379 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
62fa36c9c2
commit
7f31562acf
2 changed files with 25 additions and 0 deletions
1
third_party/lisp/mime4cl/package.lisp
vendored
1
third_party/lisp/mime4cl/package.lisp
vendored
|
|
@ -65,6 +65,7 @@
|
|||
#:mime=
|
||||
#:find-mime-part-by-path
|
||||
#:find-mime-part-by-id
|
||||
#:find-mime-text-part
|
||||
#:encode-mime-part
|
||||
#:encode-mime-body
|
||||
#:decode-quoted-printable-stream
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue