summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2001-07-06 12:37:17 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2001-07-06 12:37:17 +0000
commitbb67c666f07a1ab7eac3d5f65623ac672e5d640a (patch)
tree77d6278ff0576a32d281ce5aa8f2e69317d7ea34 /ChangeLog
parentc2efce5e3991890c028397d5c38dc04f194490b0 (diff)
downloadmailutils-bb67c666f07a1ab7eac3d5f65623ac672e5d640a.tar.gz
mailutils-bb67c666f07a1ab7eac3d5f65623ac672e5d640a.tar.bz2
changes to imap4d/ and mail/
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03754d941..86901a5df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2001-07-06 Sergey Poznyakoff
+ * imap4d/fetch.c: imap4d_fetch0(): return RESP_OK on success.
+ * imap4d/bye.c: split imap4d_bye() into imap4d_bye() and imap4d_bye0().
+ * imap4d/logout.c: call imap4d_bye0() instead of imap4d_bye().
+ Reason: rfc 2060 requires that the server send a BYE untagged response
+ before the (tagged) OK response. With our implementation it was
+ vice-versa.
+ * imap4d/imap4d.h: proto for imap4d_bye0().
+ * mail/mail.c: changed startup banner.
+ * mail/mailline.c: handle SIGWINCH.
+ * mail/util.c: Include <termios.h> when present.
+ * configure.in: test for the presence of <termios.h>
+
2001-07-05 Alain Magloire
* mail/send.c(mail_send0): Put the mailer in debug mode

Return to:

Send suggestions and report system problems to the System administrator.