Home
last modified time | relevance | path

Searched refs:getbodytext (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dmhlib.py695 def getbodytext(self, decode = 1): member in Message
737 return self.getbodytext()
748 self.body = Message.getbodytext(self)
749 self.bodyencoded = Message.getbodytext(self, decode=0)
757 def getbodytext(self, decode = 1): member in SubMessage
/external/python/cpython2/Lib/test/
Dtest_mhlib.py335 eq(msg.getbodytext(), "Hullo, Mrs. Conclusion!\n\n")
336 eq(msg.getbodytext(0), "Hullo, Mrs. Conclusion!\n\n")
/external/python/cpython2/Misc/
DHISTORY10515 o Message.getbodytext: if the mail or it's part contains an
10520 o SubMessage.getbodytext was missing the decode argument; the