Olivier Michaud
Olivier Michaud
When maildev is used in a CI environment, and multiples tests are run in parrallel, it's rather difficult to clean all emails sent by one test without perturbing other tests....
Add the support of email favicon. They are displayed in the item list on the left of subject and recipient addresses. It's using colorscheme to keep same address email with...
if this PR is merge it will: - allow integration in symfony 6.0 projects
Hello, In the following code : ```php
First of all, thanks for your project, i was exactly searching one like this. According to your main README, logging was to be done. Feel free for any comments or...
this PR to avoid the dynamic attribution of port by `net.createServer()` but rather by a range specified on the server command line. An internal pool is maintained to distribute ports
In order to have a secured server, an option is available on server side to authenticate client with a pre-shared JWT shared key. This PR is related to https://github.com/localtunnel/localtunnel/pull/408 PR...
- Add an option to send a JWT token along with subdomain request to secure tunnel creations - Add an option to specify local_address of local server which can be...