Home
last modified time | relevance | path

Searched refs:refold_source (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/email/
Dpolicy.py89 refold_source = 'long' variable in EmailPolicy
210 refold = (self.refold_source == 'all' or
211 self.refold_source == 'long' and
/external/python/cpython3/Lib/test/test_email/
Dtest_generator.py113 g = self.genclass(s, policy=self.policy.clone(refold_source='none',
121 g = self.genclass(s, policy=self.policy.clone(refold_source='all',
157 g = self.genclass(s, policy=self.policy.clone(refold_source='all'))
173 g = self.genclass(s, policy=self.policy.clone(refold_source='all'))
311 g = self.genclass(s, policy=self.policy.clone(refold_source='all'))
/external/python/cpython3/Doc/library/
Demail.policy.rst415 .. attribute:: refold_source
501 Header folding is controlled by the :attr:`refold_source` policy setting.
514 regardless of the ``refold_source`` setting, which causes the binary data
Demail.generator.rst279 :attr:`~email.policy.EmailPolicy.refold_source` must be ``none``, which is
/external/python/cpython3/Doc/whatsnew/
D3.3.rst1271 refold_source Controls whether or not headers parsed by a