Home | History | Annotate | Download | only in python2.7

Lines Matching full:decode

695     def getbodytext(self, decode = 1):
702 if not decode or encoding in ('', '7bit', '8bit', 'binary'):
709 mimetools.decode(self.fp, output, encoding)
749 self.bodyencoded = Message.getbodytext(self, decode=0)
757 def getbodytext(self, decode = 1):
758 if not decode: