Enumeration

CamelProviderFlags

Declaration

flags Camel.ProviderFlags

Description

No description available.

Members

Name Description
CAMEL_PROVIDER_IS_REMOTE

Provider works with remote data.

CAMEL_PROVIDER_IS_LOCAL

Provider can be used as a backend for local folder tree folders. (Not just the opposite of #CAMEL_PROVIDER_IS_REMOTE.)

CAMEL_PROVIDER_IS_EXTERNAL

Provider appears in the folder tree but is not created by the mail component.

CAMEL_PROVIDER_IS_SOURCE

Mail arrives there, so it should be offered as an option in the mail config dialog.

CAMEL_PROVIDER_IS_STORAGE

Mail is stored there. It will appear in the folder tree.

CAMEL_PROVIDER_SUPPORTS_SSL

Provider supports SSL/TLS connections.

CAMEL_PROVIDER_HAS_LICENSE

Provider configuration first needs the license to be accepted. (No longer used.)

CAMEL_PROVIDER_DISABLE_SENT_FOLDER

Provider requests to not use the Sent folder when sending with it.

CAMEL_PROVIDER_ALLOW_REAL_TRASH_FOLDER

Provider may use a real trash folder instead of a virtual folder.

CAMEL_PROVIDER_ALLOW_REAL_JUNK_FOLDER

Provider may use a real junk folder instead of a virtual folder.

CAMEL_PROVIDER_SUPPORTS_MOBILE_DEVICES

Download limited set of emails instead of operating on full cache.

CAMEL_PROVIDER_SUPPORTS_BATCH_FETCH

Support to fetch messages in batch.

CAMEL_PROVIDER_SUPPORTS_PURGE_MESSAGE_CACHE

Support to remove oldest downloaded messages to conserve space.