• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepimlibs API Reference
  • KDE Home
  • Contact Us
 

akonadi/kmime

  • sources
  • kde-4.12
  • kdepimlibs
  • akonadi
  • kmime
specialmailcollections.h
1 /*
2  Copyright (c) 2009 Constantin Berzan <exit3219@gmail.com>
3 
4  This library is free software; you can redistribute it and/or modify it
5  under the terms of the GNU Library General Public License as published by
6  the Free Software Foundation; either version 2 of the License, or (at your
7  option) any later version.
8 
9  This library is distributed in the hope that it will be useful, but WITHOUT
10  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
12  License for more details.
13 
14  You should have received a copy of the GNU Library General Public License
15  along with this library; see the file COPYING.LIB. If not, write to the
16  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17  02110-1301, USA.
18 */
19 
20 #ifndef AKONADI_SPECIALMAILCOLLECTIONS_H
21 #define AKONADI_SPECIALMAILCOLLECTIONS_H
22 
23 #include "akonadi-kmime_export.h"
24 
25 #include "akonadi/specialcollections.h"
26 
27 namespace Akonadi {
28 
29 class SpecialMailCollectionsPrivate;
30 
67 class AKONADI_KMIME_EXPORT SpecialMailCollections : public SpecialCollections
68 {
69  Q_OBJECT
70 
71  public:
78  enum Type
79  {
80  Invalid = -1,
81  Root = 0,
82  Inbox,
83  Outbox,
84  SentMail,
85  Trash,
86  Drafts,
87  Templates,
88  LastType
89  };
90 
94  static SpecialMailCollections *self();
95 
100  bool hasCollection( Type type, const AgentInstance &instance ) const;
101 
106  Akonadi::Collection collection( Type type, const AgentInstance &instance ) const;
107 
113  static Type specialCollectionType(const Akonadi::Collection &collection);
114 
124  bool registerCollection( Type type, const Akonadi::Collection &collection );
125 
132  bool unregisterCollection( const Collection &collection );
133 
138  bool hasDefaultCollection( Type type ) const;
139 
144  Akonadi::Collection defaultCollection( Type type ) const;
145 
146  void verifyI18nDefaultCollection( Type type );
147 private Q_SLOTS:
148  void slotCollectionModified(KJob*);
149  private:
150  //@cond PRIVATE
151  friend class SpecialMailCollectionsPrivate;
152 
153 #if 1 // TODO do this only if building tests:
154  friend class SpecialMailCollectionsTesting;
155  friend class LocalFoldersTest;
156 #endif
157 
158  SpecialMailCollections( SpecialMailCollectionsPrivate *dd );
159 
160  SpecialMailCollectionsPrivate *const d;
161  //@endcond
162 };
163 
164 } // namespace Akonadi
165 
166 #endif // AKONADI_SPECIALMAILCOLLECTIONS_H
Akonadi::SpecialMailCollections::Trash
The trash collection.
Definition: specialmailcollections.h:85
Akonadi::SpecialMailCollections::Templates
The templates collection.
Definition: specialmailcollections.h:87
Akonadi::SpecialMailCollections::Inbox
The inbox collection.
Definition: specialmailcollections.h:82
Akonadi::SpecialMailCollections::Outbox
The outbox collection.
Definition: specialmailcollections.h:83
Akonadi::SpecialMailCollections::SentMail
The sent-mail collection.
Definition: specialmailcollections.h:84
Akonadi::SpecialMailCollections
Interface to special mail collections such as inbox, outbox etc.
Definition: specialmailcollections.h:67
Akonadi::SpecialMailCollections::Type
Type
Describes the possible types of special mail collections.
Definition: specialmailcollections.h:78
Akonadi::SpecialMailCollectionsTesting
Definition: specialmailcollectionstesting_p.h:33
Akonadi::SpecialMailCollections::Drafts
The drafts collection.
Definition: specialmailcollections.h:86
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

akonadi/kmime

Skip menu "akonadi/kmime"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Members
  • File List
  • Related Pages

kdepimlibs API Reference

Skip menu "kdepimlibs API Reference"
  • akonadi
  •   contact
  •   kmime
  •   socialutils
  • kabc
  • kalarmcal
  • kblog
  • kcal
  • kcalcore
  • kcalutils
  • kholidays
  • kimap
  • kldap
  • kmbox
  • kmime
  • kpimidentities
  • kpimtextedit
  • kresources
  • ktnef
  • kxmlrpcclient
  • microblog

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal