Commit 6a4f2577 6a4f2577480e5541e34ce41ef967ba860f1e1e0c by Sergey Poznyakoff

Updated

1 parent 46036003
Showing 1 changed file with 21 additions and 0 deletions
1 2003-08-29 Sergey Poznyakoff
2
3 * imap4d/bye.c: Do not attempt to write to the output
4 stream if a signal was caught.
5 * imap4d/signal.c (imap4d_signal): Minor fix
6 * pop3d/extra.c (pop3d_abquit): Flush and close the mailbox
7 only unless we're not in the AUTHORIZATION state.
8 Do not attempt to write to the output stream if a signal was
9 caught.
10 * include/mailutils/errno.h (MU_ERR_NOUSERNAME)
11 (MU_ERR_NOPASSWORD): New error codes.
12 * mailbox/muerrno.c: Likewise.
13 * mailbox/mailbox.c (mailbox_flush): Test the first argument.
14 * mailbox/ticket.c (ticket_pop): Fallback to command line
15 prompt if _pop() failed and stdin is connected to a terminal.
16 * mailbox/imap/folder.c: Provide a better diagnostics.
17 * mailbox/pop/mbox.c (_pop_user): Send QUIT before dropping
18 the connection. Provide a better diagnostics.
19 * sieve/sieve.c: Destroy the mailbox if the attempt to open it has
20 failed.
21
1 2003-08-29 Wojciech Polak 22 2003-08-29 Wojciech Polak
2 23
3 * mailbox/pop/mbox.c (pop_capa): New function. 24 * mailbox/pop/mbox.c (pop_capa): New function.
......