The branch "master" has been updated. The following is a summary of the commits.
from: caea6e745cbea7b4d780951c788bfcabb4b37a49 199448a [mms] Use standardized 'imap4flags' sieve extension (RFC 5232) by default instead of deprecated 'imapflags' extension (Request #8784). f027799 [mms] Use standardized 'enotify' sieve extension (RFC 5435) by default instead of deprecated 'notify' extension (Request #8784). Summary: http://github.com/horde/horde/compare/caea6e745cbea7b4d780951c788bfcabb4b37a49...f02779988d2e0bae25286b62f0440071389837c2 ----------------------------------------------------------------------- commit 199448a47e4be0f41a3c36db006a59d92ec8e872 Author: Michael M Slusarz <[email protected]> Date: Mon Apr 14 17:28:51 2014 -0600 [mms] Use standardized 'imap4flags' sieve extension (RFC 5232) by default instead of deprecated 'imapflags' extension (Request #8784). ingo/config/backends.php | 5 ++ ingo/docs/CHANGES | 2 + ingo/docs/UPGRADING | 8 ++++ ingo/lib/Script/Sieve.php | 57 ++++++++++++++++++++----- ingo/lib/Script/Sieve/Action/Flag.php | 72 +++++++++++++++++---------------- ingo/package.xml | 1 + ingo/test/Ingo/Unit/SieveTest.php | 2 +- 7 files changed, 99 insertions(+), 48 deletions(-) http://github.com/horde/horde/commit/199448a47e4be0f41a3c36db006a59d92ec8e872 ----------------------------------------------------------------------- commit f02779988d2e0bae25286b62f0440071389837c2 Author: Michael M Slusarz <[email protected]> Date: Mon Apr 14 17:49:34 2014 -0600 [mms] Use standardized 'enotify' sieve extension (RFC 5435) by default instead of deprecated 'notify' extension (Request #8784). ingo/config/backends.php | 4 ++++ ingo/docs/CHANGES | 2 ++ ingo/docs/UPGRADING | 8 ++++++-- ingo/lib/Script/Sieve.php | 6 +++++- ingo/lib/Script/Sieve/Action/Notify.php | 26 +++++++++++++++++++------- ingo/package.xml | 1 + 6 files changed, 37 insertions(+), 10 deletions(-) http://github.com/horde/horde/commit/f02779988d2e0bae25286b62f0440071389837c2 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
