Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up
Cannot retrieve the latest commit at this time.
Permalink
| Failed to load latest commit information. | |||
|
|
compat |
|
|
|
|
examples |
|
|
|
|
.cvsignore |
|
|
|
|
.gitignore |
|
|
|
|
CHANGES |
|
|
|
|
MANUAL |
|
|
|
|
Makefile.am |
|
|
|
|
README |
|
|
|
|
TODO |
|
|
|
|
array.h |
|
|
|
|
attach.c |
|
|
|
|
autogen.sh |
|
|
|
|
buffer.c |
|
|
|
|
cache-op.c |
|
|
|
|
child-deliver.c |
|
|
|
|
child-fetch.c |
|
|
|
|
child.c |
|
|
|
|
cleanup.c |
|
|
|
|
command.c |
|
|
|
|
configure.ac |
|
|
|
|
connect.c |
|
|
|
|
db-tdb.c |
|
|
|
|
deliver-add-header.c |
|
|
|
|
deliver-add-to-cache.c |
|
|
|
|
deliver-drop.c |
|
|
|
|
deliver-imap.c |
|
|
|
|
deliver-keep.c |
|
|
|
|
deliver-maildir.c |
|
|
|
|
deliver-mbox.c |
|
|
|
|
deliver-pipe.c |
|
|
|
|
deliver-remove-from-cache.c |
|
|
|
|
deliver-remove-header.c |
|
|
|
|
deliver-rewrite.c |
|
|
|
|
deliver-smtp.c |
|
|
|
|
deliver-stdout.c |
|
|
|
|
deliver-tag.c |
|
|
|
|
deliver-write.c |
|
|
|
|
deliver.h |
|
|
|
|
fdm-sanitize |
|
|
|
|
fdm.1 |
|
|
|
|
fdm.c |
|
|
|
|
fdm.conf.5 |
|
|
|
|
fdm.h |
|
|
|
|
fetch-imap.c |
|
|
|
|
fetch-imappipe.c |
|
|
|
|
fetch-maildir.c |
|
|
|
|
fetch-mbox.c |
|
|
|
|
fetch-nntp.c |
|
|
|
|
fetch-pop3.c |
|
|
|
|
fetch-pop3pipe.c |
|
|
|
|
fetch-stdin.c |
|
|
|
|
fetch.h |
|
|
|
|
file.c |
|
|
|
|
imap-common.c |
|
|
|
|
io.c |
|
|
|
|
io.h |
|
|
|
|
lex.c |
|
|
|
|
log.c |
|
|
|
|
lookup-passwd.c |
|
|
|
|
lookup.c |
|
|
|
|
mail-state.c |
|
|
|
|
mail-time.c |
|
|
|
|
mail.c |
|
|
|
|
match-account.c |
|
|
|
|
match-age.c |
|
|
|
|
match-all.c |
|
|
|
|
match-attachment.c |
|
|
|
|
match-command.c |
|
|
|
|
match-in-cache.c |
|
|
|
|
match-matched.c |
|
|
|
|
match-regexp.c |
|
|
|
|
match-size.c |
|
|
|
|
match-string.c |
|
|
|
|
match-tagged.c |
|
|
|
|
match-unmatched.c |
|
|
|
|
match.h |
|
|
|
|
netrc.c |
|
|
|
|
parent-deliver.c |
|
|
|
|
parent-fetch.c |
|
|
|
|
parse-fn.c |
|
|
|
|
parse.y |
|
|
|
|
pcre.c |
|
|
|
|
pop3-common.c |
|
|
|
|
privsep.c |
|
|
|
|
re.c |
|
|
|
|
replace.c |
|
|
|
|
shm-mmap.c |
|
|
|
|
strb.c |
|
|
|
|
timer.c |
|
|
|
|
xmalloc.c |
|
|
README
fdm is a program designed to fetch mail from POP3 or IMAP servers, or receive local mail from stdin, and deliver it in various ways. As of fdm 0.9, the caching has been changed, so Berkeley DB is no longer required. As of fdm 1.4, TDB is a required dependency. See the included MANUAL file and the fdm(1) and fdm.conf(5) man pages for installation and usage instructions. Some example configurations are included in the examples directory. Feedback, bug reports, suggestions, etc, are welcome. Nicholas Marriott <nicholas.marriott@gmail.com>