Camel.StoreSettings¶
- Subclasses:
Methods¶
- Inherited:
- Structs:
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/c/en |
Whether to filter new messages in Inbox |
||
r/w/c/en |
Interval, in seconds, to store folder changes |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Camel.StoreSettings(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Contains only private data that should be read and manipulated using the functions below.
New in version 3.2.
- get_filter_inbox()¶
- Returns:
whether to filter new messages in Inbox
- Return type:
Returns whether to automatically apply filters to newly arrived messages in the store’s Inbox folder (assuming it has an Inbox folder).
New in version 3.2.
- get_store_changes_interval()¶
- Returns:
the interval for automatic store of folder changes
- Return type:
Returns the interval, in seconds, for the changes in the folder being saved automatically. 0 means immediately, while -1 means turning off automatic folder change saving.
New in version 3.40.
Property Details¶
- Camel.StoreSettings.props.filter_inbox¶
- Name:
filter-inbox
- Type:
- Default Value:
- Flags:
Whether to filter new messages in Inbox