Make this return a GPtrArray rather than a GList.
[platform/upstream/evolution-data-server.git] / camel / camel-folder.c
2000-07-07 Dan WinshipMake this return a GPtrArray rather than a GList.
2000-07-03 Dan WinshipNew functions to freeze and thaw a folder (to prevent...
2000-07-01 Jeffrey StedfastRenamed _by_uid methods. Since we no longer have get...
2000-07-01 Jeffrey StedfastNew function, to copy a message from one folder to...
2000-06-30 Dan WinshipNew function, to move a message from one folder to...
2000-06-16 Dan Winship Move flag handling from CamelMimeMessage to CamelFolde...
2000-06-16 Dan Winshipdocument camel_folder_search_by_expression
2000-06-15 Dan WinshipKill. Folders are now always open, and handle "closing...
2000-06-07 Jeffrey StedfastUpdated: a separator is now a char* rather than a singl...
2000-06-07 Dan WinshipRemove exists, create, delete. A CamelFolder now always...
2000-05-30 Jeffrey StedfastImplemented a few more imap functions in providers...
2000-05-19 NotZed> searchpart = strchr(namepart, '?');
2000-05-19 Dan Winshipremove message_number_capability and require uid capati...
2000-05-18 Dan WinshipRemove unused async open/close and copy_message_to...
2000-05-07 Dan Winship Make camel not leak like a sieve.
2000-05-04 NotZedNo, we're not going to have g_strcasecmp for no good...
2000-05-02 Michael Zucci> * gmime-utils.[ch]: What the hell, remove it. This...
2000-05-02 Michael ZucciDeleted messages properly get removed from the index.
2000-05-02 Michael Zucci> (camel_folder_expunge): Changed to only allow expung...
2000-05-01 Michael ZucciRemoved search_id.
2000-05-01 NotZedMore message cleanup. Flags now work, are saved, and...
2000-04-20 NotZedMERGE NEW_PARSER branch into HEAD, fixed conflicts.
2000-04-18 Dan Winshipkill camel-log
2000-04-06 Dan WinshipReorganize the folder-fetching methods and implement...
2000-03-28 Dan Winshipfix warnings
2000-03-28 Dan Winshipadd delete_message_by_{number,uid}.
2000-03-23 NotZedAdded async search api.
2000-03-09 Dan Winshipfix the name of "Helix Code, Inc." in all the copyrights
2000-02-28 NotZedNo, its not a fatal error to search on a non-searchable...
2000-02-24 Dan Winshipremove some camel_store_get_separators that I missed...
2000-02-24 Dan WinshipMove "separator" from camel-store to camel-folder,...
2000-02-24 Dan Winshipuse CamelExceptions for run-time errors, not incorrect...
2000-02-22 bertrandfix to show a sample correct implementation.
2000-02-19 Dan WinshipNew header with the typedefs for all camel classes...
2000-02-17 bertranduse camel_stream_reset instead of seek. The formatter...
2000-02-14 NotZedNew file, implements the search api for mbox folders.
2000-01-22 bertrandimplemented. A lot of fixes too. Works now.
2000-01-22 bertrandtest the mbox provider.
2000-01-22 bertrandadd exception handling everywhere in the store related...
2000-01-03 Bertrand GuiheneufUpdated my e-mail address to reflect my new employment
1999-12-21 bertrandpart of the mbox provider.
1999-12-18 bertranddocumented.
1999-12-18 bertrandupdated to take the change on append into account.
1999-12-18 bertranduse exception mechanism. (camel_folder_delete): idem...
1999-12-17 bertranduse exception mechanism. (camel_folder_set_name): idem.
1999-12-16 bertrandchanged the return value. Now returns the list of expun...
1999-12-15 bertrandimplemented. The routines in this file will be called...
1999-12-15 bertrandupdate (_get_message_by_number): Update to reflect...
1999-12-15 bertrandclean-ups.
1999-12-14 Bertrand GuiheneufFix copyright informations once again
1999-11-05 Ettore PerazzoliHere is my initial Evolution work: message composition...
1999-10-23 Bertrand GuiheneufCopyright change
1999-10-18 Bertrand Guiheneuflap sync
1999-10-13 bertrandA lot of changes. The thread proxy mechanism
1999-09-27 Bertrand Guiheneufredesign of the proxy/marshaling code. Uses GtkArg...
1999-09-23 Bertrand GuiheneufAdded corba-like exception system to CamelFolder. The...
1999-09-21 Bertrand Guiheneufmore work.
1999-09-21 Jukka Zitting/evol... camel_folder_get_full_name did not work. Fixed.
1999-09-08 bertrandSummary files are here and work !!!
1999-09-08 bertrandimpemented.
1999-09-08 bertrandDocumented UIDs.
1999-09-05 bertrandBasic UID framework.
1999-09-05 bertrandNew revision. Some fixes.
1999-09-05 bertranduse folder summary instead of opening all messages.
1999-09-04 bertrandstarted summary implementation. (_open): correct use...
1999-09-02 Bertrand Guiheneufsync again. Changelog comes tomorow
1999-09-01 bertrandWhen using g_free (obj) don't test if obj != NULL g_fre...
1999-08-29 Bertrand GuiheneufAddress update
1999-08-15 bertrandnew method.
1999-08-15 bertrandmoved the active list readjustment code here. Much...
1999-08-14 bertrandImplemented deletion/expunge mechanism.
1999-08-13 bertranddefault implementation to be called first by providers...
1999-08-13 bertrandNew field (message_list) which will hold a reference...
1999-08-13 bertrandnew method, returns the list of permanent flags support...
1999-08-11 bertrandMessage creation still consumes a lot of
1999-08-10 Bertrand Guiheneufsome test files
1999-08-06 bertrandupdated some autogen doc stuff. Still don't understand...
1999-08-06 bertrandadd debug information (_list_subfolders): test if first...
1999-08-05 bertrandtest mh provider.
1999-08-05 bertrandnew method. (camel_folder_get_message): corresponding...
1999-08-03 bertrandStarted implementing mh store/folder as a test provider...
1999-08-03 Bertrand Guiheneufnew public functions (_set_name): set full_path.
1999-08-01 Bertrand Guiheneufmerge a lot of work. Rough ChangeLog will follow
1999-07-15 Miguel de IcazaImplemented base64 encoder based on CamelStreams. Shoul...
1999-05-30 Bertrand Guiheneufremove leading and trailing spaces in recipient addresses.
1999-05-27 Bertrand Guiheneufsync
1999-05-11 bertrandstatic functions naming follows gnome coding style...
1999-05-04 bertrandnew method.
1999-05-03 bertrandtypo fix
1999-05-01 bertrandnew methods
1999-05-01 bertrandnew methods.
1999-05-01 Bertrand Guiheneufsync
1999-04-21 bertrandmore test implementation.
1999-04-21 Bertrand GuiheneufA first attempt at setting up the documentation system.
1999-04-18 bertrandstarted implementation typo uncommented the store relat...
1999-04-18 bertrandimplemented (partially) have to write CamelStore before...
1999-04-18 bertrandsome work log system for camel some utilities for GStri...
1999-04-18 Bertrand GuiheneufInitial revision