00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef AKONADI_SPECIALMAILCOLLECTIONSTESTING_P_H
00021 #define AKONADI_SPECIALMAILCOLLECTIONSTESTING_P_H
00022
00023 #include "akonadi-kmime_export.h"
00024 #include "specialmailcollections.h"
00025
00026 namespace Akonadi {
00027
00033 class AKONADI_KMIME_TEST_EXPORT SpecialMailCollectionsTesting
00034 {
00035 public:
00036 static SpecialMailCollectionsTesting *_t_self();
00037 void _t_setDefaultResourceId( const QString &resourceId );
00038 void _t_forgetFoldersForResource( const QString &resourceId );
00039 void _t_beginBatchRegister();
00040 void _t_endBatchRegister();
00041 int _t_knownResourceCount() const;
00042 int _t_knownFolderCount() const;
00043 };
00044
00045 }
00046
00047 #endif // AKONADI_SPECIALMAILCOLLECTIONSTESTING_H