diff --git a/docs/CHANGELOG b/docs/CHANGELOG new file mode 100644 index 0000000..508c4a4 --- /dev/null +++ b/docs/CHANGELOG @@ -0,0 +1,16 @@ +v0.3 + + * FIX: ensure connection process is cleaned up when the client closes the socket or errors out before the imap connection is not terminated + * FEATURE: implicit SSL on listeners supported with { implicit_tls, true } + * FEATURE: transparent STARTTLS to imap backends partially supported with { tls, starttls} in imap-servers config + * FEATURE: a listener can be bound to a specific network interface with { host, } + * FEATURE: listeners may specify which imap-servers entry to use with { imap_server, } + * DOCUMENTATION: added basic deployment documentation + + +v0.2 + * IMPROVEMENT: Use the 'native' Erlang SSL config for tls_config; more flexible, less custom documentation/knowledge + * FEATURE: STARTTLS supported between client and guam + +v0.1 + * Initial release with basic rulesets and filtering of groupware folders