imaplib and smtplib

2009-04-19 Thread Vistro
I want to download a message from my Gmail inbox with imaplib, then forward (basically resend it) with smtplib. I can log in with both. I just need to know how to download a message with imaplib, and what needs to be converted into what to be able to send it with smtplib.

for blackberry?

2009-04-18 Thread Vistro
Is there any good way of getting python to run on a blackberry 8830 world edition? -- -- http://mail.python.org/mailman/listinfo/python-list

PIL, and Parts of tuples

2009-04-13 Thread Vistro
I have two problems, and I can't find anything about either of them. The first is that PIL does not seem to have any way to search each and every pixel for a value, like for pixel in img: if pixel = ((60, 30), (58, 23), (87 57)): # Get out of the for loop # Also, save the

Re: PIL, and Parts of tuples

2009-04-13 Thread Vistro
, Chris Rebert c...@rebertia.com wrote: On Mon, Apr 13, 2009 at 1:34 PM, Vistro vis...@vistro.net wrote: I have two problems, and I can't find anything about either of them. The first is that PIL does not seem to have any way to search each and every pixel for a value, like for pixel in img

Re: Pythoncom and pywintypes

2008-08-28 Thread Vistro
A Reinstall seems to have done nothing... On Thu, Aug 28, 2008 at 4:49 AM, Gabriel Genellina [EMAIL PROTECTED]wrote: En Wed, 27 Aug 2008 21:17:22 -0300, Vistro [EMAIL PROTECTED] escribi�: Hey, there. I've been coding in python for about three weeks now. I have made basic games, tools

Re: Sending e-mail

2008-08-28 Thread Vistro
I used that code before, and it did not do what it needed to do. If you are just sending text, this usually works for me. def sendMail(): ## Parameters for SMTP session port=587 SMTPserver= 'smtp.gmail.com' SMTPuser= 'gmail username, which is your gmail address' pw= 'your

Pythoncom and pywintypes

2008-08-27 Thread Vistro
Hey, there. I've been coding in python for about three weeks now. I have made basic games, tools to check forum PMs for me, and other general utilities with python, but I'm now encountering problems. http://ubuntuforums.org/archive/index.php/t-511211.html I want to do that, and I have installed

Fwd: no string.downer() ?

2008-08-27 Thread Vistro
-- Forwarded message -- From: Vistro [EMAIL PROTECTED] Date: Wed, Aug 27, 2008 at 7:43 PM Subject: Re: no string.downer() ? (Hopefully this one makes its way to the list...) I usually use this If take the string that needs to be converted to lowercase, (should have a variable