31 #ifndef FOLDERDIAQUOTA_H
32 #define FOLDERDIAQUOTA_H
34 #include "kmfolderdia.h"
35 #include "kmfoldertype.h"
36 #include "quotajobs.h"
46 class ImapAccountBase;
62 virtual AccepStatus
accept();
64 static bool supports(
KMFolder* refFolder );
67 void initializeWithValuesFromFolder(
KMFolder* folder );
68 void showQuotaWidget();
71 void slotConnectionResult(
int,
const TQString& );
72 void slotReceivedQuotaInfo(
KMFolder*, TDEIO::Job*,
const KMail::QuotaInfo& );
78 KMail::QuotaWidget* mQuotaWidget;
79 TQWidgetStack* mStack;
80 ImapAccountBase* mImapAccount;
85 KMFolderType mFolderType;
Dialog for handling the properties of a mail folder.
This is the base class for tabs in the folder dialog.
"Quota" tab in the folder dialog Internal class, only used by KMFolderDialog
virtual AccepStatus accept()
Called when clicking OK.
virtual bool save()
Unlike ConfigModuleTab, we return a bool from save.