    fetch-to-cc-bcc: extracts mail addresses from mail header
    Copyright (C) 1998  Kai Puolamki <Kai.Puolamaki@iki.fi>

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

-------------------------------------------------------------------------

The program takes as an standard input mail message obeying RFC2047 and
RFC822 standards and extracts the mail addresses of every recipient
listed in To:, Cc: and Bcc: headers. The mail addresses are printed to
the standard output, one per line.

COMPILING:

Type "make" and that should do it.

FILES:

README        You are reading it
COPYING       GNU General Public Licence
Makefile      
fetchaddr.c
helpers.c
rfc2047.c
rfc822.c
helpers.h
rfc2047.h
rfc822.h

CREDITS:

The C-programs were essentially stolen from Thomas Roessler's
<roessler@guug.de> "The Little Brother's database v0.9"
<URL:ftp://riemann.iam.uni-bonn.de/pub/users/roessler/>, who in turn
stole most of the code from Michael Elkins' Mutt mail user agent
<URL:http://www.mutt.org/>. 
