Re: redoing libgmail interface to smtplib blah?

2009-08-16 Thread Dave Angel
Dennis Lee Bieber wrote: On Sat, 15 Aug 2009 23:14:39 -0600, John Haggerty bouncy...@gmail.com declaimed the following in gmane.comp.python.general: I did detect one problem thus far File test.py, line 152 if len(args) == 1 and args[0] = -c: Should have been fine,

redoing libgmail interface to smtplib blah?

2009-08-15 Thread John Haggerty
The following program is theoretically supposed to use a supported library. Issues have come up where the library is not working and now another interface is being requierd to be used. At this point I'm looking at just changing the send commands but don't feel confident in doing so. Wondering

Re: redoing libgmail interface to smtplib blah?

2009-08-15 Thread John Haggerty
I did detect one problem thus far File test.py, line 152 if len(args) == 1 and args[0] = -c: On Sat, Aug 15, 2009 at 7:23 PM, Dennis Lee Bieber wlfr...@ix.netcom.comwrote: On Sat, 15 Aug 2009 14:23:26 -0600, John Haggerty bouncy...@gmail.com declaimed the following in