lib-sieve: Fixed writing address headers to outgoing messages.
It erroneously applied another layer of MIME header encoding. The problem is that existing Sieve scripts may rely on this behaviour; i.e. scripts may contain addresesses with literal UTF8 in the phrase part. Therefore, this change allows both behaviors.
Showing
- src/lib-sieve/plugins/enotify/mailto/ntfy-mailto.c 3 additions, 4 deletionssrc/lib-sieve/plugins/enotify/mailto/ntfy-mailto.c
- src/lib-sieve/plugins/notify/cmd-notify.c 1 addition, 1 deletionsrc/lib-sieve/plugins/notify/cmd-notify.c
- src/lib-sieve/plugins/vacation/cmd-vacation.c 1 addition, 1 deletionsrc/lib-sieve/plugins/vacation/cmd-vacation.c
- tests/extensions/enotify/mailto.svtest 57 additions, 0 deletionstests/extensions/enotify/mailto.svtest
- tests/extensions/vacation/utf-8.svtest 82 additions, 0 deletionstests/extensions/vacation/utf-8.svtest
Loading
Please register or sign in to comment