Camel.ProviderFlags – camel-1.2 Reference Manual
ProviderFlags
Description:
[
CCode
( cprefix =
"CAMEL_PROVIDER_"
, type_id =
"camel_provider_flags_get_type ()"
) ]
[
Flags
]
public
enum
ProviderFlags
Namespace:
Camel
Package:
camel-1.2
Content:
Enum values:
ALLOW_REAL_JUNK_FOLDER
-
Provider may use a real junk folder instead of a virtual folder.
ALLOW_REAL_TRASH_FOLDER
-
Provider may use a real trash folder instead of a virtual folder.
DISABLE_SENT_FOLDER
-
Provider requests to not use the Sent folder when sending with it.
HAS_LICENSE
-
Provider configuration first needs the license to be accepted.
IS_EXTERNAL
-
Provider appears in the folder tree but is not created by the mail component.
IS_LOCAL
-
Provider can be used as a backend for local folder tree folders.
IS_REMOTE
-
Provider works with remote data.
IS_SOURCE
-
Mail arrives there, so it should be offered as an option in the mail config dialog.
IS_STORAGE
-
Mail is stored there.
SUPPORTS_BATCH_FETCH
-
Support to fetch messages in batch.
SUPPORTS_MOBILE_DEVICES
-
Download limited set of emails instead of operating on full cache.
SUPPORTS_PURGE_MESSAGE_CACHE
-
Support to remove oldest downloaded messages to conserve space.
SUPPORTS_SSL
-
Provider supports SSL/TLS connections.
2022 vala-language.org