diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 (patch) | |
tree | 67208f7c145782a7e90b123b982ca78d88cc2c87 /doc/ktnef/index.docbook | |
download | tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.tar.gz tdepim-460c52653ab0dcca6f19a4f492ed2c5e4e963ab0.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/ktnef/index.docbook')
-rw-r--r-- | doc/ktnef/index.docbook | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/doc/ktnef/index.docbook b/doc/ktnef/index.docbook new file mode 100644 index 000000000..8e6e33943 --- /dev/null +++ b/doc/ktnef/index.docbook @@ -0,0 +1,75 @@ +<?xml version="1.0" ?> +<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY kappname "&ktnef;"> + <!ENTITY package "kdepim"> + <!ENTITY % addindex "IGNORE"> + <!ENTITY % English "INCLUDE" > <!-- change language only here --> +]> + +<book lang="&language;"> + +<bookinfo> +<title>The TNEF File Viewer Handbook</title> + +<authorgroup> +<author> +<firstname>Michael</firstname> +<surname>Goffioul</surname> +<affiliation> +<address><email>kde-print@kde.org</email></address> +</affiliation> +</author> + +<!-- TRANS:ROLES_OF_TRANSLATORS --> + +</authorgroup> + +<copyright> +<year>2000</year> +<holder>Michael Goffioul</holder> +</copyright> + +<legalnotice>&FDLNotice;</legalnotice> + +<date>2004-03-04</date> +<releaseinfo>1.0</releaseinfo> + +<abstract><para>The TNEF File Viewer is an application for TNEF mail attachments.</para></abstract> + +<keywordset> +<keyword>KDE</keyword> +<keyword>TNEF</keyword> + +</keywordset> + +</bookinfo> + +<chapter id="introduction"> + <title>Introduction</title> + + <para>The TNEF File Viewer allows to handle easily mail attachments using the TNEF format. Those attachements + are usually found in mails coming from <trademark class="registered">Microsoft</trademark> + mail servers and embed the mail properties as well as the actual attachments.</para> + + <para>This utility program allows to perform various operations on those attachements:</para> + <itemizedlist> + <listitem><para>Extract actual attachments</para></listitem> + <listitem><para>View message properties (TNEF/MAPI)</para></listitem> + <listitem><para>View/extract message formatted text (in RTF format)</para></listitem> + </itemizedlist> + +</chapter> + +<chapter id="credits"> + <title>Credits and License</title> + + <para>TNEF File Viewer (KTnef)</para> + + <para>Program copyright 2000 Michael Goffioul <email>kde-print@kde.org</email>.</para> + + &underFDL; + &underGPL; + +</chapter> + +</book> |