[Spambayes-checkins] spambayes imapfilter.py,1.34,1.35

Tony Meyer anadelonbrin at users.sourceforge.net
Sun Apr 27 16:33:45 EDT 2003


Update of /cvsroot/spambayes/spambayes
In directory sc8-pr-cvs1:/tmp/cvs-serv10042

Modified Files:
	imapfilter.py 
Log Message:
Finished a comment in imapfilter.

Fixed a bug in Options.py that stopped Tim's config file
converting correctly.

Index: imapfilter.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/imapfilter.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** imapfilter.py	25 Apr 2003 04:12:00 -0000	1.34
--- imapfilter.py	27 Apr 2003 22:33:13 -0000	1.35
***************
*** 64,68 ****
        much nicer.
      o IMAP over SSL would be nice.  imaplib in Python 2.3 has an SSL class
!       that we could inherit from
      o Develop a test script, like testtools/pop3proxytest.py that runs
        through some tests (perhaps with a *real* imap server, rather than
--- 64,75 ----
        much nicer.
      o IMAP over SSL would be nice.  imaplib in Python 2.3 has an SSL class
!       that we could inherit from.  This idea would be that SSL is available
!       if the SSL class is available (so those using Python 2.2 can't use
!       imapfilter with SSL, but 2.3ers can).  It's easy enough to do the
!       enabling/disabling of the options (don't forget to wipe it from the
!       UI list), but I'm not quite sure how to handle the inheritance.  We
!       don't actually use the IMAP4 class, we use our own class that inherits
!       from that.  How can we dynamically select which class to inherit from?
!       (This is probably where my lack of Python expertise shows up...)
      o Develop a test script, like testtools/pop3proxytest.py that runs
        through some tests (perhaps with a *real* imap server, rather than





More information about the Spambayes-checkins mailing list