#include <kemailsettings.h>
Public Types | |
| enum | Setting |
| enum | Extension |
Public Methods | |
| KEMailSettings () | |
| ~KEMailSettings () | |
| QStringList | profiles () const |
| QString | currentProfileName () const |
| void | setProfile (const QString &) |
| QString | defaultProfileName () const |
| void | setDefault (const QString &) |
| QString | getSetting (KEMailSettings::Setting s) |
| QString | getExtendedSetting (KEMailSettings::Extension e, const QString &s) |
| void | setExtendedSetting (KEMailSettings::Extension e, const QString &s, const QString &v) |
Definition at line 45 of file kemailsettings.h.
|
|
The various extensions allowed. Definition at line 78 of file kemailsettings.h. |
|
|
The list of settings that I thought of when I wrote this class. Any extra settings thought of later can be accessed easily with getExtendedSetting and setExtendedSetting.
Definition at line 54 of file kemailsettings.h. |
|
|
Default constructor, just sets things up. |
|
|
Default destructor, nothing to see here. |
|
|
|
|
|
|
|
||||||||||||
|
Use this when trying to get at currently unimplemented settings such as POP3 authentication methods, or mail specific TLS settings or something I haven't already thought of. |
|
|
Get a "basic" setting, one that I've already thought of.. |
|
|
List of profiles available. |
|
|
New default.. |
|
||||||||||||||||
|
Use this when trying to get at currently unimplemented settings such as POP3 authentication methods, or mail specific TLS settings or something I haven't already thought of. |
|
|
Change the current profile. |
1.2.18