Changeset 674
- Timestamp:
- 07/31/06 21:41:41
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/devel/reference/libtinymail-docs.sgml
r671 r674 67 67 <book id="index"> 68 68 <bookinfo> 69 <title> libtinymail Reference Manual</title>69 <title>Reference Manual of the tinymail framework</title> 70 70 </bookinfo> 71 71 72 72 <preface> 73 73 <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> 79 81 </preface> 80 82 … … 86 88 <reference> 87 89 <title>API Reference</title> 88 89 <chapter id="tinymail">90 <title>tinymail</title>91 </chapter>92 90 93 91 <chapter id="libtinymail"> … … 134 132 </chapter> 135 133 134 <chapter id="libtinymail-gnomevfs"> 135 <title>libtinymail-gnomevfs</title> 136 &libtinymail-gnomevfs-TnyVfsStream; 137 </chapter> 138 136 139 <chapter id="libtinymailui-mozembed"> 137 140 <title>libtinymailui-mozembed</title> … … 163 166 </chapter> 164 167 165 <chapter id="libtinymail-gnomevfs">166 <title>libtinymail-gnomevfs</title>167 &libtinymail-gnomevfs-TnyVfsStream;168 </chapter>169 170 168 </reference> 171 169
