From f64eb6655e5c6a15dfa0818a3c96096305a6015a Mon Sep 17 00:00:00 2001 From: Steffen Nurpmeso Date: Thu, 2 Nov 2017 22:01:08 +0100 Subject: [PATCH] config.h: change MIME_DEFAULT_ENCODING to MIMEE_8B --- config.h | 2 +- nail.1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index 861ecb38..6bf5f277 100644 --- a/config.h +++ b/config.h @@ -64,7 +64,7 @@ #define n_MEMORY_POOL_TYPE_SIZEOF (7 * sizeof(void*)) /* Default *mime-encoding* as enum mime_enc */ -#define MIME_DEFAULT_ENCODING MIMEE_B64 +#define MIME_DEFAULT_ENCODING MIMEE_8B /* Maximum allowed line length in a mail before QP folding is necessary), and * the real limit we go for */ diff --git a/nail.1 b/nail.1 index 9f26bb7f..ca1e660f 100644 --- a/nail.1 +++ b/nail.1 @@ -9536,6 +9536,7 @@ unchanged, but may cause problems when transferring mail messages over channels that are not ESMTP (RFC 1869) compliant. Also, several input data constructs are not allowed by the specifications and may cause a different transfer-encoding to be used. +It is the default encoding. .It Ql quoted-printable .Pf (Or\0 Ql qp . ) Quoted-printable encoding is 7-bit clean and has the property that ASCII @@ -9547,8 +9548,7 @@ sets: e.g., it will require up to twelve (12) bytes to encode a single UTF-8 character of four (4) bytes. .It Ql base64 .Pf (Or\0 Ql b64 . ) -The default encoding, it is 7-bit clean and will always be used for -binary data. +This encoding is 7-bit clean and will always be used for binary data. This encoding has a constant input:output ratio of 3:4, regardless of the character set of the input data it will encode three bytes of input to four bytes of output. -- 2.11.4.GIT