Re: IMAP Checking Folder Size

2006-03-20 Thread Donn Cave
In article <[EMAIL PROTECTED]>, Kevin F <[EMAIL PROTECTED]> wrote: > I'm trying to use the following code to get my remote server's folder > size information. Unfortunately, i'm getting the error: > > > > Traceback (most recent call last): >File "/Life/School/Homework/Spring 2006/OPIM >

Re: IMAP Checking Folder Size

2006-03-20 Thread Tim Williams (gmail)
On 20/03/06, Kevin F <[EMAIL PROTECTED]> wrote: Traceback (most recent call last):   File "/Life/School/ Homework/Spring 2006/OPIM 399/Tutorial/IMAP/mailboxsize.py", line 23, in -toplevel- number_of_messages_all += int(number_of_messages[0])ValueError: invalid literal for int(): The requested

IMAP Checking Folder Size

2006-03-20 Thread Kevin F
I'm trying to use the following code to get my remote server's folder size information. Unfortunately, i'm getting the error: Traceback (most recent call last): File "/Life/School/Homework/Spring 2006/OPIM 399/Tutorial/IMAP/mailboxsize.py", line 23, in -toplevel- number_of_messages_al