summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2002-11-13Updatedver-0-1-2-with-cmu-sieveSergey Poznyakoff1
2002-11-13Modified to reflect changes in the API.Sergey Poznyakoff1
2002-11-13Implemented conditional blocks. The grammar is completeSergey Poznyakoff1
2002-11-13(sieve_op_t): New member `pc'.Sergey Poznyakoff1
(struct sieve_machine): New members: errbuf,mailbox,msgno, msg,parse_error_printer. (sieve_error,sieve_debug): Removed prototype. (sieve_compile_error,instr_branch,instr_brz): New function.
2002-11-13Verbose debugging.Sergey Poznyakoff1
(instr_branch, instr_brz): New functions. (sieve_get_data,sieve_get_message,sieve_get_message_num) (sieve_get_debug_level,sieve_disass,sieve_mailbox): New functions(sieve_vprintf_t): Removed.
2002-11-13Use sieve_compile_error() to report parse errors.Sergey Poznyakoff3
2002-11-13(sieve_code_command): Implemented implicit typecast from string to string-list.Sergey Poznyakoff1
2002-11-13(fileinto_args): Fileinto takes string, not string-list.Sergey Poznyakoff1
2002-11-13Replaced BNZ with BZ.Sergey Poznyakoff1
2002-11-13(sieve_vprintf_t): Removed.Sergey Poznyakoff1
(sieve_parse_error_t): New data type. (sieve_compile): Changed prototype declaration. (sieve_get_data,sieve_get_message,sieve_get_message_num) (sieve_get_debug_level,sieve_mailbox,sieve_disass) (sieve_machine_init,sieve_machine_set_error) (sieve_machine_set_parse_error): New functions.
2002-11-13UpdatedSergey Poznyakoff1
2002-11-13(util_do_command): Interpret empty line as "next" command only when inSergey Poznyakoff1
interactive mode.
2002-11-12UpdatedSergey Poznyakoff1
2002-11-12Short overview of the sieve runtime machineSergey Poznyakoff1
2002-11-12Added basic code generation and debuggingSergey Poznyakoff9
2002-11-12Added prog.c and runtime.cSergey Poznyakoff1
2002-11-12Runtime support.Sergey Poznyakoff1
2002-11-12Code generator functionsSergey Poznyakoff1
2002-11-08UpdatedSergey Poznyakoff1
2002-11-08Fixed indentationSergey Poznyakoff1
2002-11-08Added new files.Sergey Poznyakoff1
2002-11-08New file. Contains the sieve namespace functions.Sergey Poznyakoff1
2002-11-08New file. Handles "require" statementSergey Poznyakoff1
2002-11-08New file. Provides standard sieve actions (all noops, so far).Sergey Poznyakoff1
2002-11-08New file. Provides standard sieve tests (all noops, so far)Sergey Poznyakoff1
2002-11-08(sieve_slist_destroy, sieve_value_create): New(sieve_slist_destroy, ↵Sergey Poznyakoff1
sieve_value_create): New functions.
2002-11-08Fixed grammar. Added union, types and the basic actions.Sergey Poznyakoff2
2002-11-08Moved publicly available declarations to <mailutils/libsieve.h>Sergey Poznyakoff1
2002-11-08Added libsieve.hSergey Poznyakoff2
2002-11-07UpdatedSergey Poznyakoff2
2002-11-07Removed ylwrapSergey Poznyakoff1
2002-11-07Added ylwrapSergey Poznyakoff1
2002-11-07Moved from /sieveSergey Poznyakoff1
2002-11-07Moved to scriptsSergey Poznyakoff1
2002-11-07Avoid unnecessary memory allocation.Sergey Poznyakoff1
2002-11-07Fixed comment.Sergey Poznyakoff1
2002-11-07Added to the repositorySergey Poznyakoff7
2002-11-07Fix memory leak. Patch provided by Frederic Gobry <frederic.gobry@smartdata.ch>Sergey Poznyakoff2
2002-11-07UpdatedSergey Poznyakoff1
2002-11-07(msgset_member,msgset_negate): New functions.Sergey Poznyakoff1
2002-11-07Added negation of message sets.Sergey Poznyakoff1
`from ! subject:/daily/' outputs all messages whose subject does not contain the word 'daily'.
2002-11-07Fixed behaviour of z. when the total number of messages is less than the ↵Sergey Poznyakoff1
number of line per page of output.
2002-11-05UpdatedSergey Poznyakoff1
2002-11-05(make_tmp): Initialize auth to NULL.Sergey Poznyakoff1
2002-11-05UpdatedSergey Poznyakoff1
2002-11-05Added MU_HEADER_REFERENCES.Sergey Poznyakoff1
2002-11-05Changed to reflect new reply behaviour.Sergey Poznyakoff1
2002-11-05Use MSG_.* macros in calls to util_get_message.Sergey Poznyakoff12
2002-11-05(mail_from0): New function.Sergey Poznyakoff1
(MSG_ALL,MSG_NODELETED,MSG_SILENT): New macros.
2002-11-05(util_get_message): Expanded semantics of the lastSergey Poznyakoff1
argument. It now contains flags that control how util_get_message operates. Flags are a bitwise sum of the following: MSG_ALL Return any message (deleted or not) MSG_NODELETED Do not return deleted messages. MSG_SILENT Do not output warnings about deleted messages.

Return to:

Send suggestions and report system problems to the System administrator.