$Id: README,v 1.2 1999/01/07 10:04:31 lord Exp $

ICQMAIL - Simple ICQ->Email gateway.
Author: Vadim Zaliva <lord@crocodile.org>
=============================================================

INSTALLATION:
=============

To compile you need 'icqlib' which can be found at:

Home page:
      http://www.cn.ua/~denis/kde/icqlib.html
Direct download:
      http://www.cn.ua/~denis/kde/icqlib-0.1.3.tar.gz
      ftp://ftp.kde.org/pub/kde/unstable/apps/network/icqlib-0.1.3.tar.gz

Once you have icqlib installed, rest of installation
is pretty straightforward. You might need to edit
Makefile in src directory.

USAGE:
======

You need to create configuration file. You can find sample one
in the distribution named 'sample.cfg'.
Here is is list of allowed options:

Server          - name of ICQ server host.
Port            - port number of ICQ serve.
UIN             - your UIN.
Password        - your password. Sorry it is stored in clear text.
ForwardTo       - email address where all you messages are forwarded.
MTA             - name of the program, which will be used to deliver email.
                  If should accept name(s) of recepients(s) on command line,
                  and RFC822 message on standard input. 'sendmail' is good choice.
Subject         - subject under which all ICQ messages will arrive to your mail box.
LogLevel        - if this number not 0 you well see some low level protocol messages
                  on the screen. Useful for troubleshooting.
ReturnAddressSuffix - this would be added after UIN in From: field of all messages.

ABOUT
=====

I wrote this primary for myself. This is one day (one night to be more
accurate project) so please be patient.

Feel free to write me to request new features or correct bugs.  Check
TODO file for things I am already going to implement.

Author: Vadim Zaliva <lord@crocodile.org>
http://www.crocodile.org/

primary ftp site:

ftp://ftp.crocodile.org/


LEGAL
=====

  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.

