summaryrefslogtreecommitdiffstats
path: root/examples/imapresource/imapresource.cpp
Commit message (Collapse)AuthorAge
...
* Fixed new diagnostics errorsChristian Mollekopf2016-07-13
|
* A new debug system.Christian Mollekopf2016-07-07
| | | | | | | | | | | | | | | Instead of a single #define as debug area the new system allows for an identifier for each debug message with the structure component.area. The component is a dot separated identifier of the runtime component, such as the process or the plugin. The area is the code component, and can be as such defined at compiletime. The idea of this system is that it becomes possible to i.e. look at the output of all messages in the query subsystem of a specific resource (something that happens in the client process, but in the resource-specific subcomponent). The new macros are supposed to be less likely to clash with other names, hence the new names.
* More debug outputChristian Mollekopf2016-06-30
|
* Fixed buildChristian Mollekopf2016-06-30
|
* Share special purpose preprocessor implementation.Christian Mollekopf2016-06-25
|
* Use username instead of just userChristian Mollekopf2016-06-23
|
* Made the log-level output a lot less noisyChristian Mollekopf2016-06-20
|
* Detect and skip noselect foldersChristian Mollekopf2016-06-20
|
* Only one commit per folder and skip folders that we fail to sync.Christian Mollekopf2016-06-20
|
* Commit all databases in the same intervalChristian Mollekopf2016-06-20
|
* Moved mailpreprocessors to a shared locationChristian Mollekopf2016-06-19
|
* We no longer care about folder changes for this.Christian Mollekopf2016-06-17
|
* Move to trashChristian Mollekopf2016-06-15
|
* Get folder moves to work, and fix the mime message moving.Christian Mollekopf2016-06-13
|
* Moving of mails between foldersChristian Mollekopf2016-06-12
|
* Move the mime messages to their place.Christian Mollekopf2016-06-11
|
* Use the new api for the property extractorChristian Mollekopf2016-06-11
|
* FixupChristian Mollekopf2016-06-10
|
* Create the drafts folder if necessary and merge it with the sourceChristian Mollekopf2016-06-10
| | | | version
* Less hardcoded assumptions and a new RID schemeChristian Mollekopf2016-06-08
| | | | | By using (folder local id:imap uid) for mails, we don't have to change mail rid's on folder renames.
* These checks are no longer necessaryChristian Mollekopf2016-06-05
|
* Track modified properties to detect necessary replay changesChristian Mollekopf2016-06-03
|
* Implemented imap flag changes.Christian Mollekopf2016-06-03
|
* The imap resource can write-back changesChristian Mollekopf2016-06-03
|
* IMAP folder writebackChristian Mollekopf2016-06-02
|
* Always return jobs, not futures.Christian Mollekopf2016-06-02
| | | | Otherwise the calls are not composable.
* Fixed property extraction in imap resourceChristian Mollekopf2016-05-31
|
* ImapResource cleanupChristian Mollekopf2016-05-31
|
* Open a valid database also in the NullChangeReplay and skip internal keysChristian Mollekopf2016-05-31
|
* The imap resource is backChristian Mollekopf2016-05-29
|
* Validate subject and mime messageChristian Mollekopf2016-05-24
|
* Message removalsChristian Mollekopf2016-05-23
|
* Support for folder hierarchiesChristian Mollekopf2016-05-22
|
* ImapResource prototypeChristian Mollekopf2016-05-22