From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by speech.braille.uwo.ca (Postfix) with ESMTP id 0FAFD10CA3 for ; Tue, 27 Oct 2009 11:06:16 -0400 (EDT) Received: by qw-out-2122.google.com with SMTP id 9so85641qwb.23 for ; Tue, 27 Oct 2009 08:06:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:to:subject :in-reply-to:references:comments:date:from:message-id; bh=CqOh69EjNGLM+F3aX61hup6nwN777RhVveUbrSAce4w=; b=DgA3/F+KQSgZqcS5jW1ixvDXRH1Kbcyh4gfYrTC0yf5qg0FK9mr0thBxFU8Bp/q5F8 q9dTcpPcv2fDfw+kDHL4HdZT3CPL1Vpr2XGMGQYDmvQwU6WsIWDcWIowhdea8gRkg9E1 XY+3MBSUyTpCylNCjf8MfCf9Offy30ePHI084= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=to:subject:in-reply-to:references:comments:date:from:message-id; b=n4V2z3zcrfr+FxVZYQ+Agop4aT2n9gi9ME970YTWOh76k4qIOH/ynjn17Jap2YoYMm rgWIVueCBKTaLyx9CkeMmoQLrdxceY+Q9u/wjAdy90oSqE5rbykuV/GO3f9HckHUhKFT NTIIApQhO1ZK58FtuRo+T2rxivf6dLYZrzvdc= Received: by 10.224.87.197 with SMTP id x5mr810666qal.272.1256655975488; Tue, 27 Oct 2009 08:06:15 -0700 (PDT) Received: from tbsaunde (TREVTOP2W.WV.CC.CMU.EDU [128.237.242.29]) by mx.google.com with ESMTPS id 21sm17764ywh.1.2009.10.27.08.06.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 27 Oct 2009 08:06:14 -0700 (PDT) Received: from tbsaunde (helo=tbsaunde) by tbsaunde with local-esmtp (Exim 4.69) (envelope-from ) id 1N2nbT-0003Sz-Ks; Tue, 27 Oct 2009 11:04:55 -0400 To: "Speakup is a screen review system for Linux." , Cheryl Homiak Subject: Re: Fetching from gmail In-reply-to: <9B99D8DB-43C7-441C-822E-2BEF21689183@charter.net> References: <9B99D8DB-43C7-441C-822E-2BEF21689183@charter.net> Comments: In-reply-to Cheryl Homiak message dated "Tue, 27 Oct 2009 09:08:48 -0500." Date: Tue, 27 Oct 2009 11:04:55 -0400 From: Trevor Saunders Message-Id: X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.12 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2009 15:06:16 -0000 hi, no ssl cert is necessary, here is the relevant part of my fetchmailrc. then I usually then just do fetchmail -d 50 to have fetchmail poll gmail every 50 seconds. The site that says generating a ssl cert is incorrect all you need is to tell fetchmail to use ssl. poll pop.gmail.com with proto POP3 with options no dns user trev.saunders@gmail.com password ssl is tbsaunde mda procmail by the way if anyone uses fetchmail with imap and retrieves multiple folders I would be interested to know the syntax for this in my .fetchmailrc. Trev