Lines Matching full:shortest
24 SHORTEST = 3 # the shorter of QP and base64, but only for headers variable
60 'utf-8': (SHORTEST, BASE64, 'utf-8'),
115 quoted-printable, Charset.BASE64 for base64 encoding, Charset.SHORTEST for
116 the shortest of qp or base64 encoding, or None for no encoding. SHORTEST
131 if body_enc == SHORTEST:
132 raise ValueError('SHORTEST not allowed for body_enc')
178 base64 encoding), or Charset.SHORTEST for the shortest of
183 header encoding. Charset.SHORTEST is not allowed for
224 (SHORTEST, BASE64, None))
262 assert self.body_encoding != SHORTEST
340 elif self.header_encoding == SHORTEST:
368 elif self.header_encoding == SHORTEST: