Updated
Showing
1 changed file
with
20 additions
and
0 deletions
1 | 2002-11-08 Sergey Poznyakoff | ||
2 | |||
3 | * include/mailutils/libsieve.h: New file. | ||
4 | * include/mailutils/Makefile.am: Added libsieve.h | ||
5 | * libsieve/sieve.h: Moved publicly available declarations to | ||
6 | <mailutils/libsieve.h> | ||
7 | * libsieve/sieve.y: Fixed the grammar. Added union, types and the | ||
8 | basic actions. | ||
9 | * libsieve/sieve.l: Likewise. | ||
10 | * libsieve/Makefile.am: Added new files. | ||
11 | * libsieve/util.c (sieve_slist_destroy, sieve_value_create): New | ||
12 | functions. | ||
13 | * libsieve/tests.c: New file. Provides standard sieve tests (all | ||
14 | noops, so far). | ||
15 | * libsieve/actions.c: New file. Provides standard sieve actions (all | ||
16 | noops, so far). | ||
17 | * libsieve/require.c: New file. Handles "require" statement. | ||
18 | * libsieve/register.c: New file. Contains the sieve namespace | ||
19 | functions. | ||
20 | |||
1 | 2002-11-07 Sergey Poznyakoff | 21 | 2002-11-07 Sergey Poznyakoff |
2 | 22 | ||
3 | * mailbox/stream.c: Fix memory leak. Patch provided by | 23 | * mailbox/stream.c: Fix memory leak. Patch provided by | ... | ... |
-
Please register or sign in to post a comment