Top | ![]() |
![]() |
![]() |
![]() |
enum | EMdnResponsePolicy |
enum | EProxyMethod |
enum | ESourceAuthenticationResult |
enum | ETrustPromptResponse |
enum | ESourceConnectionStatus |
enum | ESourceCredentialsReason |
enum | ESourceLDAPAuthentication |
enum | ESourceLDAPScope |
enum | ESourceLDAPSecurity |
enum | ESourceWeatherUnits |
enum | ESourceMailCompositionReplyStyle |
enum | EThreeState |
enum | EConflictResolution |
Policy for responding to Message Disposition Notification requests (i.e. a Disposition-Notification-To header) when receiving messages. See RFC 2298 for more information about MDN requests.
Since: 3.6
Network proxy configuration methods.
Use the default GProxyResolver (see |
||
Use the FTP/HTTP/HTTPS/SOCKS settings defined in ESourceProxy. |
||
Use the autoconfiguration URL defined in ESourceProxy. |
||
Direct connection; do not use a network proxy. |
Since: 3.12
Status codes used by the EBackend authentication wrapper.
Unknown error occurred while authenticating. Since: 3.26 |
||
An error occurred while authenticating. |
||
An SSL certificate check failed. Since: 3.16. |
||
Server requesting authentication accepted password. |
||
Server requesting authentication rejected password. |
||
Server requesting authentication, but none was given. |
Since: 3.6
Connection status codes used by the ESource to indicate its connection state. This is used in combination with authentication of the ESource. For example, if there are multiple clients asking for a password and a user enters the password in one of them, then the status will change into 'connecting', which is a signal do close the password prompt in the other client, because the credentials had been already provided.
The source is currently disconnected from its (possibly remote) data store. |
||
The source asked for credentials with a 'credentials-required' signal and is currently awaiting for them. |
||
A user rejected SSL certificate trust for the connection. |
||
The source is currently connecting to its (possibly remote) data store. |
||
The source is currently connected to its (possibly remote) data store. |
Since: 3.16
An ESource's authentication reason, used by an ESource::CredentialsRequired method.
A return value when there was no 'credentials-required' signal emitted yet, or a pair 'authenticate' signal had been received. This value should not be used in the call of 'credentials-required'. |
||
This is the first attempt to get credentials for the source. It's usually used right after the source is opened and the authentication continues with a stored credentials, if any. |
||
The previously used credentials had been rejected by the server. That usually means that the user should be asked to provide/correct the credentials. |
||
A secured connection failed due to some server-side certificate issues. |
||
The server returned an error. It is not possible to connect to it at the moment usually. |
Since: 3.16
Defines what connection security should be used for LDAP sources.
Since: 3.18
Set of preferred reply styles for an ESourceMailComposition extension.
Use default reply style. |
||
Use quoted reply style. |
||
Do not quote anything in replies. |
||
Attach original message in replies. |
||
Use Outlook reply style. |
Since: 3.20
Describes a three-state value, which can be either Off, On or Inconsistent.
Since: 3.26
Defines what to do when a conflict between the locally stored and remotely stored object versions happen during object modify or remove.
Fail when a write-conflict occurs. |
||
Use newer version of the object, which can be either the server version or the local version of it. |
||
Keep server object on conflict. |
||
Write local version of the object on conflict. |
||
Create a new copy of the object on conflict. |
Since: 3.26