Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
ea09d596
...
ea09d5968982bc8da30d19593df984133e2a4e5e
authored
2005-02-25 11:20:47 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
bf77e1c1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
0 deletions
ChangeLog
NEWS
po/POTFILES.in
ChangeLog
View file @
ea09d59
2005-02-25 Sergey Poznyakoff
* NEWS: Updated
* include/mailutils/libsieve.h (sieve_get_identifier): New
function.
(sieve_arg_error): New function.
* libsieve/actions.c: Removed spurions indications of action
names in diagnostic messages. Sieve_error prepends them
automatically now.
* libsieve/tests.c: Likewise.
* libsieve/extensions/list.c: Likewise.
* libsieve/extensions/timestamp.c: Likewise.
* libsieve/extensions/vacation.c: Likewise.
* libsieve/runtime.c (instr_action,instr_test): Update
mach->identifier.
* libsieve/sieve.h (struct sieve_machine.identifier): New
field.
* libsieve/util.c (sieve_value_create): Bugfix.
(sieve_error): Prepend action or test identifier to the diagnostic
message.
(sieve_arg_error): New function.
* po/POTFILES.in: Updated
2005-02-24 Sergey Poznyakoff
Update by gnulib-sync.
...
...
NEWS
View file @
ea09d59
...
...
@@ -8,8 +8,19 @@ Version 0.6.1:
* libsieve: New action 'vacation'
* imap4d: Implemented SASL authentication using LOGIN and PLAIN mechanisms.
* New SQL driver: odbc
* Ukrainian localization
* Bugfixes
** Fixed possible mailbox corruption in imap4d
** imap4d subscribe/unsubscribe was not working
** Fixed displaying mail headers in different languages (mail,frm,from)
** SQL authentication: prevent sql injection attacks
Version 0.6:
...
...
po/POTFILES.in
View file @
ea09d59
...
...
@@ -47,6 +47,10 @@ libsieve/sieve.l
libsieve/sieve.y
libsieve/tests.c
libsieve/util.c
libsieve/extensions/vacation.c
libsieve/extensions/list.c
libsieve/extensions/spamd.c
libsieve/extensions/timestamp.c
mail/alias.c
mail/alt.c
...
...
Please
register
or
sign in
to post a comment