duesee / duesee/imap-proxy

feat: Read `{Client,Server}::Options` from `config.toml`

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
Rust
Stars
7
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Question: Should we enable relaxed CRLF handling by default?

This would be mainly to lower the burden to try out the proxy. Essentially it allows to use more tools without having to specify -C (netcat) or --crlf (openssl s_client).

Currently, we get ...

```
ERROR Discard client message role="c2p" error=Expected `\r\n`, got `\n` discarded_bytes=[97, 32, 110, 111, 111, 112, 10]
```

Maybe this is enough.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.