summaryrefslogtreecommitdiffstats
path: root/examples/mailtransportresource
Commit message (Collapse)AuthorAge
...
* Shorten the types to be more distinctive.Christian Mollekopf2016-07-08
| | | | | The org.kde prefix is useless and possibly misleading. Simply prefixing with sink is more unique and shorter.
* Control debugoutput during tests with sinksh.Christian Mollekopf2016-07-08
|
* 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.
* Catch errorsChristian Mollekopf2016-06-21
|
* Use shared preprocessors in mailtransport.Christian Mollekopf2016-06-19
|
* A working mailtransport resourceChristian Mollekopf2016-06-17
|
* Initial version of the mailtransport resourceChristian Mollekopf2016-06-17
|
* A central place to generate uuid'sChristian Mollekopf2016-06-05
|
* Protect against resources we can't instantiate.Christian Mollekopf2016-04-28
|
* Added a mailtransport resource for smtpChristian Mollekopf2016-04-10