nmh-workers
[Top][All Lists]
Advanced

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

Re: [Nmh-workers] nmh + fdm


From: Anthony J. Bentley
Subject: Re: [Nmh-workers] nmh + fdm
Date: Sun, 15 May 2016 00:09:36 -0600

Hi David,

David Kennedy writes:
> Does anyone here use fdm to fetch mail for nmh? I'm able to use fdm to fetch
> from an IMAP server to a local maildir, but nmh claims there are no messages 
> in
> the folder.

I use fdm to fetch mail over pop. Something like the following; the
filtering is kind of ugly, but it works...

set maximum-size 1G
set verify-certificates
account "mail" pop3s server "email.example.com" user "address@hidden" pass 
"hunter2"

action "blah" pipe "/usr/local/libexec/rcvstore +blah"
action "inbox" pipe "/usr/local/libexec/rcvstore +inbox"

match "address@hidden" in headers action "blah"
match all action "inbox"

-- 
Anthony J. Bentley



reply via email to

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