Changeset 2141
- Timestamp:
- 06/13/07 08:55:06
- Files:
-
- trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c (modified) (2 diffs)
- trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c (modified) (1 diff)
- trunk/libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-folder.c (modified) (1 diff)
- trunk/libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-store.c (modified) (1 diff)
- trunk/libtinymail-tp (modified) (1 prop)
- trunk/libtinymail-tp/.svnignore (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c
r2128 r2141 1 1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ 2 2 /* camel-imap-folder.c: class for an imap folder 3 *4 * This is the mmap version of camel-imap-folder.c which has a memory5 * consumption reduced imap_update_summary implementation that will6 * periodically instruct the mmap CamelFolderSummary instance to sync7 * headers to disk.8 3 * 9 4 * Authors: … … 11 6 * Jeffrey Stedfast <fejj@ximian.com> s 12 7 * Philip Van Hoof <pvanhoof@gnome.org> 8 * 9 * This is the mmap version of camel-imap-folder.c which has a memory consumption 10 * reduced imap_update_summary implementation that will periodically instruct 11 * the mmap CamelFolderSummary instance to sync headers to disk. 12 * 13 * It has support for CONDSTORE, BINARY and IMAP IDLE. This implementation will 14 * write received information to disk as soon as possible, and will try recover 15 * the state using this information as much as possible. 13 16 * 14 17 * Copyright (C) 2000, 2001 Ximian, Inc. trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c
r2128 r2141 6 6 * Dan Winship <danw@ximian.com> 7 7 * Jeffrey Stedfast <fejj@ximian.com> 8 * Philip Van Hoof <pvanhoof@gnome.org> 9 * 10 * This is camel-lite's version of CamelImapStore. Take a look at camel-imap-folder.c 11 * for more information on what differs from Camel's upstream version. 8 12 * 9 13 * Copyright 2000, 2003 Ximian, Inc. trunk/libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-folder.c
r2138 r2141 6 6 * Dan Winship <danw@ximian.com> 7 7 * Michael Zucchi <notzed@ximian.com> 8 * Philip Van Hoof <pvanhoof@gnome.org> 9 * 10 * This is CamelPop3Store for camel-lite that implements CamelDiscoFolder and 11 * has support for CamelFolderSummary. Its implementation is significantly 12 * different from Camel's upstream version (being used by Evolution): this 13 * version supports offline and online modes. 8 14 * 9 15 * Copyright (C) 2002 Ximian, Inc. (www.ximian.com) trunk/libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-store.c
r2137 r2141 6 6 * Dan Winship <danw@ximian.com> 7 7 * Michael Zucchi <notzed@ximian.com> 8 * Philip Van Hoof <pvanhoof@gnome.org> 8 9 * 10 * This is CamelPop3Store for camel-lite that implements CamelDiscoStore. Its 11 * implementation is significantly different from Camel's upstream version 12 * (being used by Evolution): this version supports offline and online modes. 13 * 9 14 * Copyright (C) 2000-2002 Ximian, Inc. (www.ximian.com) 10 15 * trunk/libtinymail-tp
- Property svn:ignore set to Makefile.in libtinymail-tp-1.0.pc libtinymail-tp.pc .libs .deps Makefile
