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

Re: [Semi-OT] Accessing gmail from Python



On 05/06/2010 07:19 PM, Cousin Stanley wrote:

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 ....


I already know how to use the "regular" POP3 class, which I use on a semi-regular basis for examining/zapping mails which fetchmail barfs on. I've Googled my fingers off, but there are no hints as to what the keyfile and certfile are.

--
Dissent is patriotic, remember?


Reply to: