Git commit 9d969c4d6948eb19be876df01ffd76982af24015 by Burkhard L?ck. Committed on 31/05/2013 at 07:51. Pushed by lueck into branch 'master'.
doc update to 4.11 M +36 -3 doc/ktnef/index.docbook A +- -- doc/ktnef/mainwindow.png A +- -- doc/ktnef/winmail.dat.png http://commits.kde.org/kdepim/9d969c4d6948eb19be876df01ffd76982af24015 diff --git a/doc/ktnef/index.docbook b/doc/ktnef/index.docbook index cfe7d7a..8a04a7e 100644 --- a/doc/ktnef/index.docbook +++ b/doc/ktnef/index.docbook @@ -28,13 +28,17 @@ <year>2000</year> <holder>Michael Goffioul</holder> </copyright> +<copyright> +<year>2012</year> +<holder>Allen Winter</holder> +</copyright> <legalnotice>&FDLNotice;</legalnotice> -<date>2004-03-04</date> -<releaseinfo>1.0</releaseinfo> +<date>2013-05-31</date> +<releaseinfo>4.11 pre (4.11)</releaseinfo> -<abstract><para>The TNEF File Viewer is an application for TNEF mail attachments.</para></abstract> +<abstract><para>The TNEF File Viewer is an application for <ulink url="http://en.wikipedia.org/wiki/TNEF">TNEF</ulink> mail attachments.</para></abstract> <keywordset> <keyword>KDE</keyword> @@ -50,14 +54,42 @@ <para>The TNEF File Viewer allows to handle easily mail attachments using the TNEF format. Those attachments 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>An attachment in TNEF format is most often named <filename>winmail.dat</filename> + or <filename>win.dat</filename>.</para> +<screenshot> +<screeninfo>TNEF Main Window</screeninfo> +<mediaobject> +<imageobject> +<imagedata fileref="mainwindow.png" format="PNG" /> +</imageobject> +<textobject> +<phrase>TNEF Main Window</phrase> +</textobject> +</mediaobject> +</screenshot> <para>This utility program allows to perform various operations on those attachments:</para> <itemizedlist> + <listitem><para>View/open attachments with associated applications.</para></listitem> <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> +<para>&kmail; automatically shows the content of a TNEF attachment. +You can open or save the attachments using the actions in the context menu.</para> +<screenshot> +<screeninfo>TNEF attachment in &kmail;</screeninfo> +<mediaobject> +<imageobject> +<imagedata fileref="winmail.dat.png" format="PNG" /> +</imageobject> +<textobject> +<phrase>TNEF attachment in &kmail;</phrase> +</textobject> +</mediaobject> +</screenshot> + </chapter> <chapter id="credits"> @@ -66,6 +98,7 @@ <para>TNEF File Viewer (KTnef)</para> <para>Program copyright 2000 Michael Goffioul <email>kde-print at kde.org</email>.</para> + <para>Program copyright 2012 Allen Winter <email>winter at kde.org</email>.</para> &underFDL; &underGPL; diff --git a/doc/ktnef/mainwindow.png b/doc/ktnef/mainwindow.png new file mode 100644 index 0000000..165f404 Binary files /dev/null and b/doc/ktnef/mainwindow.png differ diff --git a/doc/ktnef/winmail.dat.png b/doc/ktnef/winmail.dat.png new file mode 100644 index 0000000..15019f3 Binary files /dev/null and b/doc/ktnef/winmail.dat.png differ
