summaryrefslogtreecommitdiff
path: root/guimb/scm/sieve-core.scm
AgeCommit message (Collapse)AuthorFiles
2002-08-29(sieve-expand-filename): Do not attempt to expand meta-characters understood ↵Sergey Poznyakoff1
by mailbox_create_default.
2002-08-13Switched to the new authentication/authorization functions.Sergey Poznyakoff1
2002-05-16(sieve-expand-filename): New function. Expands ~ in the given pathname,Sergey Poznyakoff1
using geteuid. (action-fileinto): Use sieve-expand-filename. Be more robust in error handling.
2002-05-02Changed runtime error reporting.Sergey Poznyakoff1
2001-12-28Introduced sieve-daemon-email variable. Removed sieve-message-bounce,Sergey Poznyakoff1
since recent modifications to mailer_send_message() and mu-message-send provide all the required functionality.
2001-10-23Use mu-username->email to initialize sieve-my-email.Sergey Poznyakoff1
2001-08-18New function sieve-message-bounce.Sergey Poznyakoff1
2001-08-05Use sieve-mailbox-open instead of mu-mailbox-open. The former searchesSergey Poznyakoff1
the list of open mailboxes and returns one if found. All the mailboxes get closed at once when the sieve program finishes execution. This saves memory and speeds up the execution (fewer calls to gc, if any). sieve-regexp-to-posix: escape special characters. action-reject: Use ports instead of mu-body- interface.
2001-08-04Changed action-keep: it couldn't be just #f.Sergey Poznyakoff1
Fixed and tested action-stop, action-redirect and test-exists. Fixed handling of null-length keys in sieve-str-str. test-address and test-header: use mu-message-get-header-fields to speed the things up. Implemented "envelope" test.
2001-08-03Sieve core functions for scripts generated by sieve.scm.Sergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.