6 lines
288 B
Markdown
6 lines
288 B
Markdown
|
# EasyWKS Roadmap
|
||
|
|
||
|
- [ ] Don't rely on sendmail to send out responses. Use e.g. `smtplib`.
|
||
|
- [ ] Get rid of postfix-easywks wrapper script.
|
||
|
- [ ] LMTP server mode, e.g. using the `smtpd` module.
|
||
|
- [ ] Figure out whether file locking in the working directory is necessary to avoid races.
|