Lines Matching refs:email
1 """Policy framework for the email package.
7 from email import header
8 from email import charset as _charset
9 from email.utils import _has_surrogates
116 Most of the classes and many of the methods in the email package accept
181 The email package parsers always call it with Defect instances.
194 the defects attribute of obj. The objects used by the email package by
225 characters. The lines passed in by the email package may contain
241 header. The value passed in by the email package may contain
252 according to the policy controls. The value passed in by the email
265 email package may contain surrogateescaped binary data.
276 replicates the behavior of the email package version 5.1.