|
|
This is just a small class to facilitate accessing e-mail settings in a sane way, and allowing any program to manage multiple e-mail profiles effortlessly
enum |
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.
See also: getExtendedSetting., setExtendedSetting.
enum |
The various extensions allowed.
|
Default constructor, just sets things up.
|
Default destructor, nothing to see here.
QStringList |
[const]
List of profiles available.
QString |
[const]
Returns: what profile we're currently using
void |
Change the current profile.
QString |
[const]
Returns: the name of the one that's currently default QString::null if none
void |
New default..
QString |
Get a "basic" setting, one that I've already thought of..
void |
QString |
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.
void |
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.