Pokerkoffer

Results 6 issues of Pokerkoffer

This PR adds a optional imprint at the bottom (below copyright) of the email.

Hi, first of all, thanks for this great library. Currently, the body can be customized via markdown, however this is not possible for copyright. As required by law, you need...

Hello, it would be neat to have the possibility to inform users via mail when a new announcement was published. Keep up the good work!

enhancement
module:announcements
module:messages

Hi, first of all nice work! I tried to deobfuscate an assenmbly and i got this: ![error](https://f.cloud.github.com/assets/770369/1413567/224304bc-3e3e-11e3-9ea8-bf1bd5748aa3.PNG) What is the problem? Thx and Greetings :)

The param is required to implement IDictionary, https://github.com/canton7/RestEase#url-encoded-bodies e.g. ```c# Task Collect([Body(BodySerializationMethod.UrlEncoded)] Dictionary data); ``` Refit can do this, see: https://github.com/paulcbetts/refit#form-posts e.g. ```c# Task Collect([Body(BodySerializationMethod.UrlEncoded)] Measurement measurement); // Serialized as:...

## Feature Request **Is your feature request related to a problem? Please describe:** Parser does not support `INSERT ... RETURNING` statement. See https://mariadb.com/kb/en/insertreturning/ Same goes for `{REPLACE|DELETE} ... RETURNING` **Describe...

type/new-feature