28 #ifndef _KEMAILSETTINGS_H 29 #define _KEMAILSETTINGS_H 32 #include <tqstringlist.h> 34 #include <kdelibs_export.h> 36 class KEMailSettingsPrivate;
101 TQStringList profiles()
const;
107 TQString currentProfileName()
const;
113 void setProfile (
const TQString &s);
119 TQString defaultProfileName()
const;
125 void setDefault(
const TQString &def);
144 KEMailSettingsPrivate *p;
Setting
The list of settings that I thought of when I wrote this class.
Extension
The various extensions allowed.
This is just a small class to facilitate accessing e-mail settings in a sane way, and allowing any pr...