summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-10-22 23:10:28 +0000
committerLennart Poettering <lennart@poettering.net>2003-10-22 23:10:28 +0000
commite6e0d1498b01a3842f712011a5eba2b693670bb2 (patch)
treee6471c9bdceefc462653a55dca01a6d1d212b469
parentf507edf2917fd39ba7d66eea0ff9b16c8d5ffa56 (diff)
documentation update
git-svn-id: file:///home/lennart/svn/public/libnewmail/trunk@32 2d4e79f2-dfba-0310-a9f4-9628e67fcdf4
-rw-r--r--doc/README.html.in21
1 files changed, 15 insertions, 6 deletions
diff --git a/doc/README.html.in b/doc/README.html.in
index 129a6c9..7553146 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -44,7 +44,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</p>
<h2><a name="news">News</a></h2>
-<div class="news-date">Wed Oct 22 2003: </div> <p class="news-text"><a
+<div class="news-date">Thu Oct 23 2003: </div> <p class="news-text"><a
href="libnewmail-0.3.tar.gz">Version 0.3</a> released; changes
include: add new tool <tt>nm-spoolhack</tt> for emulating unix mail
spools, build fixes, added some <tt>const</tt>s to the headers,
@@ -71,10 +71,19 @@ your own mail checking plugins. Programs using <tt>libnewmail</tt> may
query for both the boolean availability and the number of available
mails. (The former is usually much faster than the latter) The library
is able to distuingish between new (unread) and old (read, current)
-mails. It includes two CLI tools <tt>nmail</tt> and
-<tt>nmail-async</tt> using the <tt>libnewmail</tt> API for mail
-checking. They are intended to be an example how to use the API with
-either the synchronous or the asynchronous interface.</p>
+mails. It includes four CLI tools <tt>easy</tt>, <tt>nmail</tt>,
+<tt>nmail-async</tt> and <tt>nm-spoolhack</tt>using the
+<tt>libnewmail</tt> API for mail checking. They are intended to be an
+example how to use the API with either the synchronous or the
+asynchronous interface. The utility <tt>nm-spoolhack</tt> serves a
+special purpose: mail checking applets using the <tt>stat()</tt> trick
+to check the status of Unix mail spools may be tought new tricks by
+pointing them to the emulated mail spool generated by this tool
+according to another (remote) mail spool. The emulated spool is at
+most a single byte in size but carries the right <tt>stat()</tt>
+attributes to fool the applets. This way you may use the Gnome mail
+check applet to query IMAPS mail spools, as an example. It's a hack,
+but it works quite well.</p>
<h2><a name="status">Status</a></h2>
@@ -207,7 +216,7 @@ L. Peter Deutsch. Thanks to him for this.</p>
<hr/>
<address>Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, October 2003</address>
-<div><i>$Id: README.html.in 43 2003-10-20 22:13:53Z lennart $</i></div>
+<div><i>$Id$</i></div>
</body>
</html>