-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
23 lines (22 loc) · 1.19 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[02/22/2020] [email protected]:
The first public alpha release
Known issues at the moment:
- TLS clean up deprecated calls, refine the high security options
- MIME content type message/rfc822 handling (nested messages)
- IMAP fetch very large messages (double pass instead of buffering?)
- IMAP SASL client (only LOGIN cmd is used now, works fine with all major servers)
- SMTP MAIL TO: AUTH extension (does any client use it?)
- Internal daemonizer (needed to run on non-server platforms)
- TLS option for the server - starttls|persistent|none
- Server inactivity timeout needed
- Drop connection to a server with specific capabilities (XVES)
- Hide specific IMAP server capabilities (COMPRESS)
[12/30/2020] [email protected]:
Pre-production release:
- Streamed encryption/decryption for any RFC2822 MIME messages
- Transparent IMAP4rev1 Proxy
- Transparent ESMTP Proxy
- Threaded daemonizer with a redundant guard process option
- Complete SNI support on TLS connections
- Synchronous muli-pass operations for large IMAP messages
- Safety limits to prevent OOM