Commit a2868695 a2868695237cb5a3f831a57d1579a0774f1d2edc by Sergey Poznyakoff

Updated

1 parent cd8eed24
Showing 1 changed file with 17 additions and 0 deletions
1 2003-01-28 Sergey Poznyakoff 1 2003-01-28 Sergey Poznyakoff
2 2
3 * auth/gsasl.c (_gsasl_get_fd): New function.
4 (gsasl_stream_create): Install _get_fd method
5 * auth/tls.c (_tls_get_fd): New function.
6 (tls_stream_create): Install _get_fd method
7 * imap4d/idle.c: New file. Implements IDLE command
8 (rfc 2177)
9 * imap4d/Makefile.am: Added imap4d/idle.c
10 * imap4d/capability.c (imap4d_capability_init): Announce
11 IDLE capability.
12 * imap4d/commands.c: Added entry for IDLE command.
13 * imap4d/imap4d.h (imap4d_idle, util_wait_input): New functions.
14 * imap4d/util.c (util_wait_input): New function.
15 * imap4d/noop.c: Removed misleading comment.
16 * imap4d/testsuite/imap4d/anystate.exp: Reflect IDLE capability.
17
18 2003-01-28 Sergey Poznyakoff
19
3 * comsat/comsat.c: Removed unneded colon in the argument to perror. 20 * comsat/comsat.c: Removed unneded colon in the argument to perror.
4 * imap4d/imap4d.c: Likewise. 21 * imap4d/imap4d.c: Likewise.
5 * guimb/main.c: Fixed help output. 22 * guimb/main.c: Fixed help output.
......