Changeset 674

Show
Ignore:
Timestamp:
07/31/06 21:41:41
Author:
pvanhoof
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/devel/reference/libtinymail-docs.sgml

    r671 r674  
    6767<book id="index"> 
    6868  <bookinfo> 
    69     <title>libtinymail Reference Manual</title> 
     69    <title>Reference Manual of the tinymail framework</title> 
    7070  </bookinfo> 
    7171 
    7272  <preface> 
    7373    <title>Introduction</title> 
    74     <para>libtinymail is a set of libraries that make building a lightweight  
    75         e-mail client more easy.</para> 
    76     <para>They are designed around reducing both memory and cpu usage. They 
    77         also try not to make to much strict dependencies or make a specific 
    78         technology dependency replaceable.</para> 
     74    <para>Tinymail is a development framework for both accessing E-mail services  
     75        and building a user interface for it.</para> 
     76    <para>It will make sure you, as a developer, can do this on devices with 
     77        few memory resources.</para> 
     78    <para>It supports IMAP, Exchange and NNTP. It can be used to send  
     79        messages over SMTP.</para> 
     80    <para>It's licensed as LGPL.</para> 
    7981  </preface> 
    8082 
     
    8688  <reference> 
    8789    <title>API Reference</title> 
    88  
    89         <chapter id="tinymail"> 
    90                 <title>tinymail</title> 
    91         </chapter> 
    9290 
    9391        <chapter id="libtinymail"> 
     
    134132        </chapter> 
    135133 
     134        <chapter id="libtinymail-gnomevfs"> 
     135                <title>libtinymail-gnomevfs</title> 
     136                &libtinymail-gnomevfs-TnyVfsStream; 
     137        </chapter> 
     138 
    136139        <chapter id="libtinymailui-mozembed"> 
    137140        <title>libtinymailui-mozembed</title> 
     
    163166        </chapter> 
    164167 
    165         <chapter id="libtinymail-gnomevfs"> 
    166                 <title>libtinymail-gnomevfs</title> 
    167                 &libtinymail-gnomevfs-TnyVfsStream; 
    168         </chapter> 
    169  
    170168  </reference> 
    171169