Commit f775702b f775702b17dde3e9b4ceb2a60ec605fc8304283b by Sergey Poznyakoff

Updated

1 parent 513a5c4f
1 2003-08-18 Sergey Poznyakoff 1 2003-08-18 Sergey Poznyakoff
2 2
3 * mail/mail.h (ml_readline_with_intr): New function.
4 * mail/mailline.c: Likewise.
5 * mail/send.c: Use ml_readline_with_intr() when prompting
6 for header fields.
7
8 2003-08-18 Sergey Poznyakoff
9
3 * pop3d/extra.c (pop3d_abquit): Flush message headers. 10 * pop3d/extra.c (pop3d_abquit): Flush message headers.
4 * NEWS: Updated. 11 * NEWS: Updated.
5 * mail/mail.c (main): If the send mode was interrupted by 12 * mail/mail.c (main): If the send mode was interrupted by
......
...@@ -36,6 +36,9 @@ ANYOF ...@@ -36,6 +36,9 @@ ANYOF
36 36
37 *** more extensive diagnostics for APOP authentications 37 *** more extensive diagnostics for APOP authentications
38 38
39 *** Save headers even if the session was aborted. This ensures
40 the persistence of message unique-ids as required by RFC 1939.
41
39 *** popauth: new option --create. 42 *** popauth: new option --create.
40 43
41 ** mail 44 ** mail
......