Commit 5983f6f8 5983f6f81e150e5529d96034e27d8e1a0c531460 by Sergey Poznyakoff

Updated

1 parent 7b066136
Showing 1 changed file with 46 additions and 0 deletions
1 2002-08-05 Sergey Poznyakoff
2
3 * imap4d/version.c: New file. Support for X-VERSION command
4 * imap4d/Makefile.am: Added version.c
5
6 * imap4d/imap4d.c (main): Imply debug mode if the input stream is
7 connected to a tty. Don't try to switch to "mail" group id in
8 debug mode.
9 (imap4d_mainloop): Do not reveal our version. One may issue
10 X-VERSION command in authenticated state to get it.
11 * imap4d/imap4d.h (imap4d_version): New function.
12
13 * imap4d/list.c (imap4d_list): Remove state check. Bugfix:
14 allow a meta-closure (*) in any position of the word.
15
16 * imap4d/util.c (util_finish): Do not allow to switch to
17 a higher state in case of command failure.
18 (util_do_command): Run the command only if it is allowed in
19 the current state.
20
21 * imap4d/commands.c: Added entry for X-VERSION
22 * imap4d/capability.c: Indicate X-VERSION capability.
23 * imap4d/append.c: Remove state check.
24 * imap4d/authenticate.c: Likewise.
25 * imap4d/check.c: Likewise.
26 * imap4d/close.c: Likewise.
27 * imap4d/copy.c: Likewise.
28 * imap4d/create.c: Likewise.
29 * imap4d/delete.c: Likewise.
30 * imap4d/examine.c: Likewise.
31 * imap4d/expunge.c: Likewise.
32 * imap4d/fetch.c: Likewise.
33 * imap4d/login.c: Likewise.
34 * imap4d/logout.c: Likewise.
35 * imap4d/lsub.c: Likewise.
36 * imap4d/namespace.c: Likewise.
37 * imap4d/noop.c: Likewise.
38 * imap4d/rename.c: Likewise.
39 * imap4d/search.c: Likewise.
40 * imap4d/select.c: Likewise.
41 * imap4d/status.c: Likewise.
42 * imap4d/store.c: Likewise.
43 * imap4d/subscribe.c: Likewise.
44 * imap4d/uid.c: Likewise.
45 * imap4d/unsubscribe.c: Likewise.
46
1 2002-08-03 Sergey Poznyakoff 47 2002-08-03 Sergey Poznyakoff
2 48
3 Use of attributes made consistent throughout the package: 49 Use of attributes made consistent throughout the package:
......