nmh-workers
[Top][All Lists]
Advanced

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

Re: [Nmh-workers] Request for help: nmh with Gmail


From: Michael Richardson
Subject: Re: [Nmh-workers] Request for help: nmh with Gmail
Date: Fri, 07 Sep 2012 13:23:56 -0400

I use fetchmail. 
My .fetchmailrc contains:

poll pop.gmail.com with proto POP3
        user 'address@hidden' there with password 'a-two-factor-auth-key' is 
'address@hidden' here options fetchall ssl

and:

cat ~/bin/gmail
#!/bin/sh

# fetch from google
fetchmail --proto POP3 --mda "/usr/lib/mh/rcvstore -sequence gmail +inbox" 
--logfile /var/tmp/gmail.log pop.gmail.com

scan gmail

===



reply via email to

[Prev in Thread] Current Thread [Next in Thread]