summaryrefslogtreecommitdiffstats
path: root/examples/imapresource/imapserverproxy.cpp
Commit message (Collapse)AuthorAge
...
* Avoid calling back into destroyed objectsChristian Mollekopf2016-07-11
|
* 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
|
* Use username instead of just userChristian Mollekopf2016-06-23
|
* Catch errorsChristian Mollekopf2016-06-21
|
* Detect and skip noselect foldersChristian Mollekopf2016-06-20
|
* Moving of mails between foldersChristian Mollekopf2016-06-12
|
* 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.
* Fixed build of imapserverproxyChristian Mollekopf2016-06-06
|
* Implemented imap flag changes.Christian Mollekopf2016-06-03
|
* The imap resource can write-back changesChristian Mollekopf2016-06-03
|
* Always return jobs, not futures.Christian Mollekopf2016-06-02
| | | | Otherwise the calls are not composable.
* Convenience fetch overloadChristian Mollekopf2016-05-25
|
* Message removalsChristian Mollekopf2016-05-23
|
* Support for folder hierarchiesChristian Mollekopf2016-05-22
|
* ImapResource prototypeChristian Mollekopf2016-05-22