[Spambayes-checkins] spambayes/Outlook2000 msgstore.py,1.25,1.26

Tim Peters tim_one@users.sourceforge.net
Tue Nov 12 23:19:35 2002


Update of /cvsroot/spambayes/spambayes/Outlook2000
In directory usw-pr-cvs1:/tmp/cvs-serv3198/Outlook2000

Modified Files:
	msgstore.py 
Log Message:
GetEmailPackageObject():  Removed comments that no longer made sense, at
least not here.


Index: msgstore.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/msgstore.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** msgstore.py	12 Nov 2002 22:56:24 -0000	1.25
--- msgstore.py	12 Nov 2002 23:19:33 -0000	1.26
***************
*** 422,430 ****
      def GetEmailPackageObject(self):
          import email
-         # XXX If this was originally a MIME msg, we're hosed at this point --
-         # the boundary tag in the headers doesn't exist in the body, and
-         # the msg is simply ill-formed.  The miserable hack here simply
-         # squashes the text part (if any) and the HTML part (if any) together,
-         # and strips MIME info from the original headers.
          text = self._GetMessageText()
          try:
--- 422,425 ----





More information about the Spambayes-checkins mailing list