The branch "master" has been updated. The following is a summary of the commits.
from: e36344226b16cd2233ca503d9ae31f15d2e12987 70b7828... Unneeded addslashes 1c6c67a... Initial work on rewriting IMAP support in ingo. ----------------------------------------------------------------------- commit 70b78284567d2aa4512befaeb89d1df21b31e7ee Author: Michael M Slusarz <[email protected]> Date: Wed Jun 3 11:32:59 2009 -0600 Unneeded addslashes imp/templates/javascript_defs.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/diff.php/imp/templates/javascript_defs.php?rt=horde-hatchery&r1=2ea274eddb56da98fc5af2bcf21f01dc8dda0970&r2=70b78284567d2aa4512befaeb89d1df21b31e7ee ----------------------------------------------------------------------- commit 1c6c67afbf3529bda3e2b32f2a991d32ec34ad28 Author: Michael M Slusarz <[email protected]> Date: Tue Jun 2 22:05:02 2009 -0600 Initial work on rewriting IMAP support in ingo. This is 100% guaranteed not to work yet (I don't have setup to test at the moment), although it is a start. The 'mock' driver is guaranteed never to work since I have no idea what the hell it does and there is absolutely zero documentation on it. Unless someone comes forward to fix it, it will get the ax here very soon. imp/lib/Filter.php | 1 - imp/lib/api.php | 185 ++++++++++++++++++++++++++++++- imp/lib/prefs.php | 2 +- ingo/filters.php | 4 +- ingo/lib/Script/imap.php | 243 ++++++++++++++++++++--------------------- ingo/lib/Script/imap/live.php | 82 ++++++-------- ingo/lib/Script/imap/mock.php | 86 +++++++++------ 7 files changed, 389 insertions(+), 214 deletions(-) http://git.horde.org/diff.php/imp/lib/Filter.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=1c6c67afbf3529bda3e2b32f2a991d32ec34ad28 http://git.horde.org/diff.php/imp/lib/api.php?rt=horde-hatchery&r1=8d0e368e6f5d24173fef4347e25de53c3e4f7087&r2=1c6c67afbf3529bda3e2b32f2a991d32ec34ad28 http://git.horde.org/diff.php/imp/lib/prefs.php?rt=horde-hatchery&r1=2ea274eddb56da98fc5af2bcf21f01dc8dda0970&r2=1c6c67afbf3529bda3e2b32f2a991d32ec34ad28 http://git.horde.org/diff.php/ingo/filters.php?rt=horde-hatchery&r1=82c209c8e71b9473af38085588bda376ab370f98&r2=1c6c67afbf3529bda3e2b32f2a991d32ec34ad28 http://git.horde.org/diff.php/ingo/lib/Script/imap.php?rt=horde-hatchery&r1=82c209c8e71b9473af38085588bda376ab370f98&r2=1c6c67afbf3529bda3e2b32f2a991d32ec34ad28 http://git.horde.org/diff.php/ingo/lib/Script/imap/live.php?rt=horde-hatchery&r1=82c209c8e71b9473af38085588bda376ab370f98&r2=1c6c67afbf3529bda3e2b32f2a991d32ec34ad28 http://git.horde.org/diff.php/ingo/lib/Script/imap/mock.php?rt=horde-hatchery&r1=82c209c8e71b9473af38085588bda376ab370f98&r2=1c6c67afbf3529bda3e2b32f2a991d32ec34ad28 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
