[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Semi-OT] Accessing gmail from Python



> Does anyone have an example of how to do this?
> .... 

  You might start by .... 

    python

      import smtplib
      import email

      help( smtplib )
      help( email )

  The newsgroup comp.lang.python 
  can be very helpful especially
  if you've done a bit of prior
  research into your problem 
  and what you want to achieve .... 
  

-- 
Stanley C. Kitching
Human Being
Phoenix, Arizona


Reply to: