root/tags/email-0_20/email/README

Revision 347, 3.1 kB (checked in by graham, 9 years ago)

Initial revision

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