summaryrefslogtreecommitdiffstats
path: root/imap/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'imap/ChangeLog')
-rw-r--r--imap/ChangeLog123
1 files changed, 123 insertions, 0 deletions
diff --git a/imap/ChangeLog b/imap/ChangeLog
index 2eeece4..d011c22 100644
--- a/imap/ChangeLog
+++ b/imap/ChangeLog
@@ -1,3 +1,126 @@
+2020-11-04 Sam Varshavchik <mrsam@courier-mta.com>
+
+ * spec file: add BuildRequires: %{__make} (will be required in F34).
+
+2020-10-27 Sam Varshavchik <mrsam@courier-mta.com>
+
+ * waitlib: fix testwait.c failure with LTO enabled on F33.
+
+ * pop3login.c: fflush before STARTLS.
+
+5.0.11
+
+2020-05-18 Sam Varshavchik <mrsam@courier-mta.com>
+
+ * courier-authlib API update.
+
+2020-04-21 Sam Varshavchik <mrsam@courier-mta.com>
+
+ * Add AC_PROG_CC_C99 to configure
+5.0.10
+
+2020-02-25 FlorianMickler <florian@mickler.org>
+
+ * tcpd/starttls.c (dossl): Start client after negotiating SSL,
+ in order to allow EXTERNAL client certificate authentication.
+
+2019-12-05 Sam Varshavchik <mrsam@courier-mta.com>
+
+ * Fix virtual IP and hostname handling when using GnuTLS for SSL.
+
+2019-09-05 Sam Varshavchik <mrsam@courier-mta.com>
+
+ * imap, pop3: include remote port TCP port number together with the
+ IP address, in log messages.
+
+5.0.8
+
+2019-08-28 Sam Varshavchik <mrsam@courier-mta.com>
+
+ * Update documentation in the imapd and pop3d ssl config flies.
+
+ * Fix the RPM spec file for CentOS 7
+
+5.0.7
+
+2019-02-24 Sam Varshavchik <mrsam@courier-mta.com>
+
+ * pop3dserver.c (do_retr): Use the new MIME_UNICODE_MESSAGE_TYPE
+ setting to set the type of the wrapped MIME attachment.
+
+5.0.6
+
+2019-01-30 Sam Varshavchik <mrsam@courier-mta.com>
+
+ * pop3dserver.c: Fix parsing of pop3d file cache, on some
+ architectures.
+
+2019-01-08 Sam Varshavchik <mrsam@courier-mta.com>
+
+ * tcpd/libcouriertls.c: Ignore unreadable cert files.
+
+5.0.5
+
+2018-12-09 Sam Varshavchik <mrsam@courier-mta.com>
+
+ * fetch.c: Send an alert about a Unicode messages to a non-Unicode
+ client at most once per IMAP session.
+
+5.0.4
+
+2018-11-28 Hideki SAKAMOTO <hsakamt@tsnr.com>
+
+ * pop3dserver.c: Deal with MS Outlook's broken implementation of
+ RFC 6856.
+
+5.0.3
+
+2018-11-17 Sam Varshavchik <mrsam@courier-mta.com>
+
+ * pop3dserver.c (calcsize): Fix spurious flagging of non-UTF8
+ messages as UTF-8.
+
+ To fix existing mailboxes with erroneously-flagged messages. In
+ each mailbox, if its existing courierpop3dsizelist file starts with
+
+ /3 [followed by additional data]
+
+ Only if the first line in courierpop3dsizelist starts with /3, then
+ execute:
+
+ perl -p -i -e 's/:\d+$/:0/' courierpop3dsizelist
+
+2018-11-16 Sam Varshavchik <mrsam@courier-mta.com>
+
+ * pop3dserver.c (readpop3dlist): Be able to update
+ courierpop3dsizelist from version 2 to 3 in place.
+ (do_retr): Instead of returning an ERR to a non-Unicode client,
+ handle Unicode messages by wrapping them as an attachment.
+
+5.0.2
+
+2018-10-27 Sam Varshavchik <mrsam@courier-mta.com>
+
+ * configure.ac: Additional changes to how Unicode messages are
+ handled with non-Unicode clients: disclaim all warranties, still
+ report an error, but provide the raw message content, as is.
+
+5.0.1
+
+2018-09-26 Sam Varshavchik <mrsam@courier-mta.com>
+
+ * Provide an substitute message to IMAP clients that did not enable
+ UTF-8.
+
+2018-09-24 Sam Varshavchik <mrsam@courier-mta.com>
+
+ * couriertls: additional fixes.
+
+2018-09-24 Yoshinari Takaoka <mumumu@mumumu.org>
+
+ * couriertls: option to use a separate file for the SSL certificate's
+ private key, as an alternative to the combined keyfile+certificate.
+
5.0.0
2018-07-21 Sam Varshavchik <mrsam@courier-mta.com>