Config.in 776 B

123456789101112131415161718
  1. config BR2_PACKAGE_QPRINT
  2. bool "qprint"
  3. help
  4. qprint is a program that encodes and decodes binary data in
  5. the Quoted-Printable encoding, defined as a part of the MIME
  6. specification in RFC 1521. This encoding allows for efficient
  7. transfer of mostly ASCII data over transports that are only
  8. 7-bit clean, like SMTP without 8BITMIME or BINARYMIME
  9. extensions. It also allows the transfer of long lines of text
  10. by wrapping them every 76 characters.
  11. Usually, a sophisticated MUA will take care of automatically
  12. choosing the best encodings for an e-mail. Nevertheless, this
  13. utility may be useful when a MTA (e.g. msmtp) is used without
  14. a MUA, or if using this encoding for other purposes is
  15. desired.
  16. https://www.fourmilab.ch/webtools/qprint/