Commit bb67c666 bb67c666f07a1ab7eac3d5f65623ac672e5d640a by Sergey Poznyakoff

changes to imap4d/ and mail/

1 parent c2efce5e
Showing 1 changed file with 13 additions and 0 deletions
1 2001-07-06 Sergey Poznyakoff
2 * imap4d/fetch.c: imap4d_fetch0(): return RESP_OK on success.
3 * imap4d/bye.c: split imap4d_bye() into imap4d_bye() and imap4d_bye0().
4 * imap4d/logout.c: call imap4d_bye0() instead of imap4d_bye().
5 Reason: rfc 2060 requires that the server send a BYE untagged response
6 before the (tagged) OK response. With our implementation it was
7 vice-versa.
8 * imap4d/imap4d.h: proto for imap4d_bye0().
9 * mail/mail.c: changed startup banner.
10 * mail/mailline.c: handle SIGWINCH.
11 * mail/util.c: Include <termios.h> when present.
12 * configure.in: test for the presence of <termios.h>
13
1 2001-07-05 Alain Magloire 14 2001-07-05 Alain Magloire
2 15
3 * mail/send.c(mail_send0): Put the mailer in debug mode 16 * mail/send.c(mail_send0): Put the mailer in debug mode
......