Home
last modified time | relevance | path

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

/third_party/python/Lib/email/
Dpolicy.py89 refold_source = 'long' variable in EmailPolicy
209 refold = (self.refold_source == 'all' or
210 self.refold_source == 'long' and
/third_party/python/Lib/test/test_email/
Dtest_generator.py112 g = self.genclass(s, policy=self.policy.clone(refold_source='none',
120 g = self.genclass(s, policy=self.policy.clone(refold_source='all',
/third_party/python/Doc/library/
Demail.policy.rst397 .. attribute:: refold_source
483 Header folding is controlled by the :attr:`refold_source` policy setting.
496 regardless of the ``refold_source`` setting, which causes the binary data
Demail.generator.rst279 :attr:`~email.policy.Policy.refold_source` must be ``none``, which is
/third_party/python/Doc/whatsnew/
D3.3.rst1268 refold_source Controls whether or not headers parsed by a