[Spambayes-checkins] spambayes/spambayes ImapUI.py,1.1,1.2

Tim Stone - Four Stones Expressions tim at fourstonesExpressions.com
Fri Apr 18 18:52:54 EDT 2003


Ah, I see, it's in the imapfilter... I'd forgotten that you'd sent me that for 
checkout.

4/18/2003 5:50:25 PM, Tim Stone - Four Stones Expressions 
<tim at fourstonesExpressions.com> wrote:

>Tony, how do you run this ImapUI?
>
>4/18/2003 5:49:00 PM, "Tony Meyer" <anadelonbrin at users.sourceforge.net> 
wrote:
>
>>Update of /cvsroot/spambayes/spambayes/spambayes
>>In directory sc8-pr-cvs1:/tmp/cvs-serv12138/spambayes
>>
>>Modified Files:
>>	ImapUI.py 
>>Log Message:
>>Syntax error in unused part of the code.
>>
>>Index: ImapUI.py
>>===================================================================
>>RCS file: /cvsroot/spambayes/spambayes/spambayes/ImapUI.py,v
>>retrieving revision 1.1
>>retrieving revision 1.2
>>diff -C2 -d -r1.1 -r1.2
>>*** ImapUI.py	18 Apr 2003 09:24:29 -0000	1.1
>>--- ImapUI.py	18 Apr 2003 22:48:57 -0000	1.2
>>***************
>>*** 135,139 ****
>>          on the server'''
>>          response = imap.list()
>>!         if response[0] != "OK" return ()
>>          all_folders = response[1]
>>          folders = []
>>--- 135,140 ----
>>          on the server'''
>>          response = imap.list()
>>!         if response[0] != "OK":
>>!             return ()
>>          all_folders = response[1]
>>          folders = []
>>
>>
>>
>>_______________________________________________
>>Spambayes-checkins mailing list
>>Spambayes-checkins at python.org
>>http://mail.python.org/mailman/listinfo/spambayes-checkins
>>
>>
>
>
>c'est moi - TimS
>http://www.fourstonesExpressions.com
>http://wecanstopspam.org
>
>There are 10 kinds of people in the world:
>  those who understand binary,
>  and those who don't.
>
>
>
>_______________________________________________
>Spambayes-checkins mailing list
>Spambayes-checkins at python.org
>http://mail.python.org/mailman/listinfo/spambayes-checkins
>
>


c'est moi - TimS
http://www.fourstonesExpressions.com
http://wecanstopspam.org

There are 10 kinds of people in the world:
  those who understand binary,
  and those who don't.





More information about the Spambayes-checkins mailing list