/*! * @mainpage KTNEF - an API for handling TNEF data. * * @section purpose Purpose * * The ktnef library contains an API for the handling of TNEF data. * * The API permits access to the actual attachments, the message * properties (TNEF/MAPI), and allows one to view/extract message formatted * text in Rich Text Format format. * * @section desc Description * * To quote Wikipedia: * * "Transport Neutral Encapsulation Format or @acronym TNEF is a * proprietary format of e-mail attachment used by Microsoft Outlook and * Microsoft Exchange Server. An attached file with TNEF encoding is most * usually called winmail.dat or win.dat. * * Within the Outlook email client TNEF encoding cannot be explicitly enabled * or disabled. Selecting RTF * (Rich Text Format) as the format for sending an e-mail implicitly enables * TNEF encoding, using it in preference to the more common and widely * compatible @acronym MIME standard. When sending plain-text or @acronym * HTML format messages, Outlook uses MIME. * * Some TNEF files only contain information used by Outlook to generate a * richly formatted view of the message, embedded (@acronym OLE) documents * or Outlook-specific features such as forms, voting buttons, and meeting * requests. Other TNEF files may contain files which have been attached to * an e-mail message." * * @authors * The major authors of this library are:\n * Michael Goffioul \, * Bo Thorsen \ * * @maintainers * Michael Goffioul \, * Allen Winter \ * * @licenses * @lgpl */ // DOXYGEN_PROJECTNAME=KTNEF Library // DOXYGEN_REFERENCES=kcal kdecore