Youssuf ElKalay
Youssuf ElKalay
Although not all RESTful web services generate [WADL](http://en.wikipedia.org/wiki/Web_Application_Description_Language) files it would be nice to have a feature developed to generate client libs based on this document format. A number of...
Hello @appleboy Would it be possible for you to report breaking changes to the core API before releasing newer versions? A small mention in your release notes would go a...
Hello, Love the project - fantastic idea. Would it possible to modify the API such that a [HAR](http://www.softwareishard.com/blog/har-12-spec/) file can be generated after the Chromeless run has completed? There's a...
[Gmail](https://developers.google.com/gmail/xoauth2_protocol) supports XOAuth2 authentication. They also rate limit users from sending mass emails into a mailbox. XOAuth2 should be implemented in GreenMail so that tests can be written without having...
None of the GreenMail services (IMAP,POP3,SMTP) support the STARTTLS command as specified in [RFC 2487](https://tools.ietf.org/html/rfc2487) (SMTP) and [RFC 2595](https://tools.ietf.org/html/rfc2595) (IMAP&POP3) At the very least we should respond stating that the...
GreenMail-Webapp should have a RESTful API to allow non Java API users to use GreenMail. The following should be included: - Deployable WAR - Clean RESTful API following [HATEOAS](https://en.wikipedia.org/wiki/HATEOAS) -...
GreenMail currently uses a bogus hard coded keystore via [DummySSLServerSocketFactory](https://github.com/greenmail-mail-test/greenmail/blob/master/greenmail-core/src/main/java/com/icegreen/greenmail/util/DummySSLServerSocketFactory.java). If the user supplies a keystore in the classpath with a filename of greenmail.jks - this keystore will be loaded....
The Sonar link referenced in the README is invalid. SonarCloud has introduced [GitHub integration](https://about.sonarcloud.io/get-started/) which requires auth tokens to be generated for a project. Sonar analysis hasn't been run against...
@mark2b Opening this up as an issue more for documentation purposes in case anyone else runs into this. I ran into this issue while developing a Go service using your...
Building a Valhalla Docker container from source fails due to the replacement of autoconf with cmake done in the core valhalla repo - https://github.com/valhalla/valhalla/commit/9d3f5a5db47be8b9e6a1d518f5cf9bd8af657f6f The [scripts/install_from_source.sh](https://github.com/buildscientist/docker/blob/master/scripts/install_from_source.sh) should probably be replaced...