• Skip to content
  • Skip to link menu
KDE 4.3 API Reference
  • KDE API Reference
  • KDE-PIM Libraries
  • Sitemap
  • Contact Us
 

KMIME Library

kmime_newsarticle.h

00001 /*
00002     kmime_newsarticle.h
00003 
00004     KMime, the KDE internet mail/usenet news message library.
00005     Copyright (c) 2001 the KMime authors.
00006     See file AUTHORS for details
00007 
00008     This library is free software; you can redistribute it and/or
00009     modify it under the terms of the GNU Library General Public
00010     License as published by the Free Software Foundation; either
00011     version 2 of the License, or (at your option) any later version.
00012 
00013     This library is distributed in the hope that it will be useful,
00014     but WITHOUT ANY WARRANTY; without even the implied warranty of
00015     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00016     Library General Public License for more details.
00017 
00018     You should have received a copy of the GNU Library General Public License
00019     along with this library; see the file COPYING.LIB.  If not, write to
00020     the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00021     Boston, MA 02110-1301, USA.
00022 */
00023 #ifndef __KMIME_NEWSARTICLE_H__
00024 #define __KMIME_NEWSARTICLE_H__
00025 
00026 #include "kmime_export.h"
00027 #include "kmime_message.h"
00028 #include <kpimutils/supertrait.h>
00029 
00030 namespace KMime {
00031 
00032 class NewsArticlePrivate;
00033 
00034 class KMIME_EXPORT NewsArticle : public Message
00035 {
00036   public:
00040     typedef boost::shared_ptr<NewsArticle> Ptr;
00041 
00042     NewsArticle();
00043     ~NewsArticle();
00044 
00045     virtual void parse();
00046     virtual void clear();
00047 
00049     virtual KDE_DEPRECATED KMime::Headers::Base * getHeaderByType( const char *type );
00051     virtual KMime::Headers::Base * headerByType( const char *type );
00052     virtual void setHeader( KMime::Headers::Base *h );
00053     virtual bool removeHeader( const char *type );
00054 
00055     virtual KMime::Headers::Control *control( bool create = true );
00056     virtual KMime::Headers::Supersedes *supersedes( bool create = true );
00057     virtual KMime::Headers::MailCopiesTo *mailCopiesTo( bool create = true );
00058     virtual KMime::Headers::Newsgroups *newsgroups( bool create = true );
00059     virtual KMime::Headers::FollowUpTo *followUpTo( bool create = true );
00060     virtual KMime::Headers::Lines *lines( bool create = true );
00061 
00062   protected:
00063     virtual QByteArray assembleHeaders();
00064 
00065   private:
00066     Q_DECLARE_PRIVATE( NewsArticle )
00067 
00068 }; // class NewsArticle
00069 
00070 } // namespace KMime
00071 
00072 
00073 //@cond PRIVATE
00074 // super class trait specialization
00075 namespace KPIMUtils {
00076   template <> struct SuperClass<KMime::NewsArticle> : public SuperClassTrait<KMime::Message>{};
00077 }
00078 //@endcond
00079 
00080 #endif // __KMIME_NEWSARTICLE_H__

KMIME Library

Skip menu "KMIME Library"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

KDE-PIM Libraries

Skip menu "KDE-PIM Libraries"
  • akonadi
  • kabc
  • kblog
  • kcal
  • kholidays
  • kimap
  • kioslave
  •   imap4
  •   mbox
  • kldap
  • kmime
  • kpimidentities
  • kpimtextedit
  •   richtextbuilders
  • kpimutils
  • kresources
  • ktnef
  • kxmlrpcclient
  • mailtransport
  • microblog
  • qgpgme
  • syndication
  •   atom
  •   rdf
  •   rss2
Generated for KDE-PIM Libraries by doxygen 1.5.8
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal