freebsd-dev/usr.bin/bintrans
Baptiste Daroussin 83e8c23178 bintrans: replace the quoted printable encoder/decoder
Replace the quoted printable code with one that respects RFC2045
Add tests about this parsers and encoders, using examples from the
wikipedia page.

Reviewed by:	pstef
Differential Revision: https://reviews.freebsd.org/D36314
2022-08-25 09:29:18 +02:00
..
tests bintrans: replace the quoted printable encoder/decoder 2022-08-25 09:29:18 +02:00
bintrans.1 Add a quoted-printable encoder/decoder 2022-04-24 08:20:27 +02:00
bintrans.c base64: ignore -i as promised 2022-04-24 08:23:27 +02:00
Makefile bintrans: replace the quoted printable encoder/decoder 2022-08-25 09:29:18 +02:00
Makefile.depend
qp.c bintrans: replace the quoted printable encoder/decoder 2022-08-25 09:29:18 +02:00
uudecode.c Add the base64 command using b64encode and b64decode 2022-04-18 13:53:59 +02:00
uuencode.c Add the base64 command using b64encode and b64decode 2022-04-18 13:53:59 +02:00
uuencode.format.5