From: Ron Johnson on
On 05/06/2010 09:01 PM, Umarzuki Mochlis wrote:
>>
>>
>>>
>> 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.
>>
>>
> maybe this link can help
> http://www.andrews-corner.org/mutt.html
>

No. Another site demonstrated how to configure fetchmail. It works
perfectly accessing gmail.

If I knew more about SSL, then I'd have already figured out what
keyfile and certfile were.

--
Dissent is patriotic, remember?


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/4BE39E81.1010002(a)cox.net
From: Hugo Vanwoerkom on
Ron Johnson wrote:
> Does anyone have an example of how to do this? Google hasn't helped,
> specifically at telling me what the keyfile and certfile should be.
>
> Google *did*, though, help me with fetchmail, so now I have the relevant
> pem files.
>
> $ dir .certs/
> total 48
> drwxr-xr-x 2 me me 4096 2010-05-06 15:13:16 ./
> drwxr-xr-x 205 me me 36864 2010-05-06 15:10:01 ../
> lrwxrwxrwx 1 me me 9 2010-05-06 11:11:20 34ceaf75.0 -> gmail.pem
> lrwxrwxrwx 1 me me 11 2010-05-06 11:11:20 594f1775.0 -> equifax.pem
> -rw-r--r-- 1 me me 1162 2009-05-04 18:56:06 equifax.pem
> -rw-r--r-- 1 me me 1224 2010-05-06 10:51:08 gmail.pem
>

I just set up getmail do do this.
That seemed a lot simpler than fetchmail withh the certificates.
Looking at the getmail source?

Hugo


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/hs1prb$53o$1(a)dough.gmane.org
From: Ron Johnson on
On 05/07/2010 02:32 PM, Hugo Vanwoerkom wrote:
> Ron Johnson wrote:
>> Does anyone have an example of how to do this? Google hasn't helped,
>> specifically at telling me what the keyfile and certfile should be.
>>
>> Google *did*, though, help me with fetchmail, so now I have the
>> relevant pem files.
>>
>> $ dir .certs/
>> total 48
>> drwxr-xr-x 2 me me 4096 2010-05-06 15:13:16 ./
>> drwxr-xr-x 205 me me 36864 2010-05-06 15:10:01 ../
>> lrwxrwxrwx 1 me me 9 2010-05-06 11:11:20 34ceaf75.0 -> gmail.pem
>> lrwxrwxrwx 1 me me 11 2010-05-06 11:11:20 594f1775.0 -> equifax.pem
>> -rw-r--r-- 1 me me 1162 2009-05-04 18:56:06 equifax.pem
>> -rw-r--r-- 1 me me 1224 2010-05-06 10:51:08 gmail.pem
>>
>
> I just set up getmail do do this.
> That seemed a lot simpler than fetchmail withh the certificates.

Maybe the certificates are already somewhere in /usr/share?

> Looking at the getmail source?
>

Since getmail is written in Python? Good idea!

--
Dissent is patriotic, remember?


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/4BE47CD7.4030408(a)cox.net
From: Andrew Malcolmson on
On Thu, May 6, 2010 at 4:34 PM, Jordan Metzmeier <titan8990(a)gmail.com> wrote:
> On Thu, May 6, 2010 at 4:14 PM, Ron Johnson <ron.l.johnson(a)cox.net> wrote:
>> Does anyone have an example of how to do this?  Google hasn't helped,
>> specifically at telling me what the keyfile and certfile should be.
>>
>> Google *did*, though, help me with fetchmail, so now I have the relevant pem
>> files.

Don't know about the method you're trying, and this may be total
overkill, but you can do anything with Google from Python using the
Python Client Library:

http://pypi.python.org/pypi/gdata/2.0.4

Here's a Getting Started Guide for using the library:

http://code.google.com/apis/gdata/articles/python_client_lib.html

Here's an overview of authorization to Google services:

http://code.google.com/apis/accounts/docs/GettingStarted.html


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/AANLkTimOYM4mWdnQ3LPMmwPLIJWrRzBV2xthIaV48FGR(a)mail.gmail.com
From: Andrew Malcolmson on
Follow-up to my message above: Sorry, I take it all back. Looks like
Gmail is the one and only Google service that you can't access through
the GData API.


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/AANLkTilJhYTeSeUHKc_OJbXoWTNEouc9-PYeOF5_cXZH(a)mail.gmail.com