Home | History | Annotate | Download | only in email

Lines Matching defs:as_string

137         return self.as_string()
139 def as_string(self, unixfrom=False, maxheaderlen=0, policy=None):
956 def as_string(self, unixfrom=False, maxheaderlen=None, policy=None):
970 return super().as_string(maxheaderlen=maxheaderlen, policy=policy)
973 return self.as_string(policy=self.policy.clone(utf8=True))