Lines Matching full:shortest
25 SHORTEST = 3 # the shorter of QP and base64, but only for headers variable
63 'utf-8': (SHORTEST, BASE64, 'utf-8'),
116 quoted-printable, Charset.BASE64 for base64 encoding, Charset.SHORTEST for
117 the shortest of qp or base64 encoding, or None for no encoding. SHORTEST
132 if body_enc == SHORTEST:
133 raise ValueError('SHORTEST not allowed for body_enc')
189 base64 encoding), or Charset.SHORTEST for the shortest of
194 header encoding. Charset.SHORTEST is not allowed for
230 (SHORTEST, BASE64, None))
263 assert self.body_encoding != SHORTEST
365 elif self.header_encoding == SHORTEST: