]> granicus.if.org Git - python/commit
Patch by Lars Wirzenius:
authorGuido van Rossum <guido@python.org>
Wed, 24 Feb 1999 16:25:17 +0000 (16:25 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 24 Feb 1999 16:25:17 +0000 (16:25 +0000)
commit4fe6caaaf082429e778a09043f6dce78b253b701
tree721d8005f71a91bde7dbbe2eaf16bd658199bf7d
parent72b715d979151e4f1d0439bc922e0afc3eb770cc
Patch by Lars Wirzenius:

o the initial comment is wrong: creating messages is already
  implemented

o Message.getbodytext: if the mail or it's part contains an
  empty content-transfer-encoding header, the code used to
  break; the change below treats an empty encoding value the same
  as the other types that do not need decoding

o SubMessage.getbodytext was missing the decode argument; the
  change below adds it; I also made it unconditionally return
  the raw text if decoding was not desired, because my own
  routines needed that (and it was easier than rewriting my
  own routines ;-)
Lib/mhlib.py