root/tags/forwarder-0_51/email/README

Revision 780, 3.3 kB (checked in by graham, 9 years ago)

Updated for icq forwarding

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1Licq ICQ Forwarder Plugin
2___________________________
3
4
5QUICK INSTALLATION
6
7To get up and running quickly (assuming you are familiar with loading
8plugins for Licq), simple run
9
10configure
11make
12make install
13
14And then move licq_email.conf to ~/.licq/licq_email.conf and edit this
15file appropriately.
16
17
18DESCRIPTION
19
20This program is an ICQ forwarder.  It is a plugin for the Licq
21daemon and can run either on it's own on along with an interface plugin
22(such as the Qt-gui or console plugins).
23This program is distributed under the GPL, see the accompanying COPYING
24file for more information.
25Any events (messages, urls...) received while the plugin is enabled will
26be forwarded either via standard SMTP to a given email account or via ICQ
27to a given UIN.  The resulting message will appear as follows if sent via
28email:
29
30-----------------------------------------------------------
31Date: Sat Nov 13 14:07:08 1999
32From: HackICQ <8562000@pager.mirabilis.com>
33Reply-To: Foo Bar <hackers@uwaterloo.ca>
34To: Apotheosis <graham@localhost.localdomain>
35Subject: Message [This is a regular message sent from...]
36
37This is a regular message sent from HackICQ
38to Apotheosis.
39
40-----------------------------------------------------------
41
42The From field will contain the Alias of the user who sent the message,
43along with their ICQ pager email address (any email sent to that address
44will be forwarded to their icq account).  The Reply-To field contains
45the full name and real email address of the sender.
46The subject field will contain the type of event (message, url,
47chat request...) and the first 20 characters of the message.
48
49
50RUNNING
51
52Loading and running the plugin is simply a matter of adding a "-p forwarder"
53to your Licq command line arguments.  Remember that if any plugins are
54loaded from the command line then all plugins must be specified.  In other
55words if you are using the qt-gui plugin and also wish to start the forwarder
56plugin, run:
57licq [options] -p qt-gui -p forwarder -- [ qt-gui options ] -- [ forwarder options ]
58
59The forwarder plugin starts in an inactive state, and must be turned on from
60the plugin interface to start forwarding messages.  In this manner it can be
61turned on and off without having to exit Licq.
62Optionally, or if the only plugin desired is the forwarder, it can
63be started enabled by using the "-e" parameter on the command line.  Remember
64that all plugin options must come after a "--" on the command line.
65The "-l <status>" option will tell the plugin to automatically log on in the
66given status at startup.  This is equivalent (and uses the same status strings as)
67the fifo command "status" (see the FAQ under FIFO).
68
69For example, to start Licq using only the forwarder and have it start in
70enabled mode and logon, run:
71licq -f -p email -- -e -l online
72
73The "-f" option to Licq tells it to fork into the background, thus running Licq
74in true daemon mode.  This is optional in any case.
75Another useful option in this case is "-o <filename>" which will redirect the Licq
76log messages to a file (or device, such as /dev/tty9).
77
78
79CONFIGURING
80
81The plugin uses a small configuration file (~/.licq/licq_forwarder.conf) which must
82be set up by hand.  A sample is included with the source, and includes help on
83the various settings.
84
85
86PROBLEMS
87
88If there are any problems, report them to graham@licq.org.
89
90
Note: See TracBrowser for help on using the browser.