v1.0.0.dev5: Protocol Support for POP3 and IMAP
·
236 commits
to master
since this release
IMAP4rev2 and POP3 server implementation according to RFC9051 and RFC1939. Both servers support the following SASL mechanisms:
- PLAIN
- LOGIN
- NTLM
Other updates
- NTLM hashes are now reported via a central method:
NTLM_report_auth - SMTP Downgrade Attack also works for POP3 and IMAP (example updated)
- Configuration module now split into multiple files for better organization
- Generic TOML attributes:
NTLM_ESS.NTLM_CHALLENGE,TLS,TLS_KEYandTLS_CERT. Those will be added in existing configuration sections in future releases - Broken SMTP server for IPv6 interface bind fixed (current workaround is to bind to all interfaces)
Full Changelog: v1.0.0.dev4...v1.0.0.dev5