| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the camel-folder's thaw handler. Implement event forwarding into the main... | Peter Williams | 2000-08-12 | 1 | -1/+1 |
* | Implement. (mh_get_message_user_tag): Implement. | Not Zed | 2000-08-11 | 1 | -3/+55 |
* | Yay so lets fix an already fixed fix, again. (copy_message_to): and here | Not Zed | 2000-08-11 | 1 | -18/+13 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -251/+385 |
* | A better way to compress leading whitespace. The code is probably invalid | Not Zed | 2000-08-11 | 1 | -463/+301 |
* | Fix this to not require NULL-termination of the array. | Dan Winship | 2000-08-07 | 1 | -2/+5 |
* | Remove exceptions from a number of methods that work on what ought to be | Dan Winship | 2000-07-25 | 1 | -106/+49 |
* | Remove camel_folder_get_message_uid, which was not used, and not | Dan Winship | 2000-07-24 | 1 | -37/+0 |
* | Useful default implementations for free_{uids,subfolder_names,summary}. | Dan Winship | 2000-07-13 | 1 | -9/+62 |
* | Use mbox_set_message_flags () instead of setting the flags by hand. This | Jeffrey Stedfast | 2000-07-13 | 1 | -17/+2 |
* | Fix bug #378: last displayed message is still shown in an empty folder | Peter Williams | 2000-07-13 | 1 | -1/+6 |
* | Fix bug #394: Refiling messages does not update the view | Peter Williams | 2000-07-12 | 1 | -0/+10 |
* | Now takes a flags argument to specify the flags to be set on the message | Jeffrey Stedfast | 2000-07-12 | 1 | -5/+10 |
* | Implemented. | Jeffrey Stedfast | 2000-07-10 | 1 | -0/+25 |
* | Make this return a GPtrArray rather than a GList. | Dan Winship | 2000-07-08 | 1 | -4/+5 |
* | New functions to freeze and thaw a folder (to prevent message/folder | Dan Winship | 2000-07-03 | 1 | -2/+141 |
* | Renamed _by_uid methods. Since we no longer have get-by-number methods, no | Jeffrey Stedfast | 2000-07-01 | 1 | -29/+29 |
* | New function, to copy a message from one folder to another. The default | Jeffrey Stedfast | 2000-07-01 | 1 | -0/+50 |
* | New function, to move a message from one folder to another. The default | Dan Winship | 2000-07-01 | 1 | -0/+52 |
* | Move flag handling from CamelMimeMessage to CamelFolder. This | Dan Winship | 2000-06-17 | 1 | -0/+151 |
* | document camel_folder_search_by_expression | Dan Winship | 2000-06-16 | 1 | -3/+14 |
* | Kill. Folders are now always open, and handle "closing" sorts of | Dan Winship | 2000-06-16 | 1 | -111/+11 |
* | Updated: a separator is now a char* rather than a single char because IMAP | Jeffrey Stedfast | 2000-06-14 | 1 | -9/+14 |
* | Remove exists, create, delete. A CamelFolder now always references an | Dan Winship | 2000-06-07 | 1 | -225/+7 |
* | Implemented a few more imap functions in providers/imap/camel-imap-folder.c | Jeffrey Stedfast | 2000-05-31 | 1 | -2/+2 |
* | > searchpart = strchr(namepart, '?'); | NotZed | 2000-05-20 | 1 | -1/+1 |
* | remove message_number_capability and require uid capatibility. | Dan Winship | 2000-05-19 | 1 | -227/+151 |
* | Remove unused async open/close and copy_message_to functions. Rename | Dan Winship | 2000-05-18 | 1 | -681/+466 |
* | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 1 | -3/+3 |
* | No, we're not going to have g_strcasecmp for no good reason, | NotZed | 2000-05-04 | 1 | -0/+1 |
* | > * gmime-utils.[ch]: What the hell, remove it. This will break the | Michael Zucci | 2000-05-03 | 1 | -24/+13 |
* | Deleted messages properly get removed from the index. | Michael Zucci | 2000-05-02 | 1 | -0/+17 |
* | > (camel_folder_expunge): Changed to only allow expunge on an open | Michael Zucci | 2000-05-02 | 1 | -1/+1 |
* | Removed search_id. | Michael Zucci | 2000-05-02 | 1 | -23/+30 |
* | More message cleanup. Flags now work, are saved, and the delete | NotZed | 2000-05-02 | 1 | -13/+11 |
* | MERGE NEW_PARSER branch into HEAD, fixed conflicts. | NotZed | 2000-04-21 | 1 | -67/+83 |
* | kill camel-log | Dan Winship | 2000-04-19 | 1 | -76/+29 |
* | Reorganize the folder-fetching methods and implement a folder cache so | Dan Winship | 2000-04-07 | 1 | -30/+11 |
* | fix warnings | Dan Winship | 2000-03-29 | 1 | -1/+1 |
* | add delete_message_by_{number,uid}. | Dan Winship | 2000-03-28 | 1 | -0/+65 |
* | Added async search api. | NotZed | 2000-03-24 | 1 | -5/+23 |
* | fix the name of "Helix Code, Inc." in all the copyrights | Dan Winship | 2000-03-10 | 1 | -1/+1 |
* | No, its not a fatal error to search on a non-searchable folder, you just | NotZed | 2000-02-29 | 1 | -1/+8 |
* | remove some camel_store_get_separators that I missed before | Dan Winship | 2000-02-25 | 1 | -6/+5 |
* | Move "separator" from camel-store to camel-folder, since it can vary from | Dan Winship | 2000-02-25 | 1 | -16/+23 |
* | use CamelExceptions for run-time errors, not incorrect code. Don't bother | Dan Winship | 2000-02-25 | 1 | -731/+138 |
* | fix to show a sample correct implementation. | bertrand | 2000-02-22 | 1 | -5/+135 |
* | New header with the typedefs for all camel classes. Now the class headers | Dan Winship | 2000-02-19 | 1 | -0/+2 |
* | use camel_stream_reset instead of seek. The formatter should be able to | bertrand | 2000-02-18 | 1 | -3/+18 |
* | New file, implements the search api for mbox folders. | NotZed | 2000-02-14 | 1 | -0/+34 |
* | implemented. A lot of fixes too. Works now. | bertrand | 2000-01-23 | 1 | -1/+0 |
* | test the mbox provider. | bertrand | 2000-01-22 | 1 | -6/+37 |
* | add exception handling everywhere in the store related functions | bertrand | 2000-01-22 | 1 | -10/+10 |
* | Updated my e-mail address to reflect my new employment | Bertrand Guiheneuf | 2000-01-04 | 1 | -1/+1 |
* | part of the mbox provider. | bertrand | 1999-12-22 | 1 | -22/+31 |
* | documented. | bertrand | 1999-12-18 | 1 | -0/+11 |
* | updated to take the change on append into account. | bertrand | 1999-12-18 | 1 | -8/+19 |
* | use exception mechanism. (camel_folder_delete): idem. (_delete_messages): | bertrand | 1999-12-18 | 1 | -33/+318 |
* | use exception mechanism. (camel_folder_set_name): idem. | bertrand | 1999-12-18 | 1 | -15/+177 |
* | changed the return value. Now returns the list of expunged messages | bertrand | 1999-12-17 | 1 | -100/+65 |
* | implemented. The routines in this file will be called by providers to | bertrand | 1999-12-16 | 1 | -26/+72 |
* | update (_get_message_by_number): Update to reflect changes in CamelFolder | bertrand | 1999-12-15 | 1 | -13/+15 |
* | clean-ups. | bertrand | 1999-12-15 | 1 | -61/+164 |
* | Fix copyright informations once again | Bertrand Guiheneuf | 1999-12-15 | 1 | -1/+1 |
* | Here is my initial Evolution work: message composition widget and some | Ettore Perazzoli | 1999-11-06 | 1 | -2/+2 |
* | Copyright change | Bertrand Guiheneuf | 1999-10-23 | 1 | -1/+4 |
* | lap sync | Bertrand Guiheneuf | 1999-10-19 | 1 | -4/+17 |
* | A lot of changes. The thread proxy mechanism | bertrand | 1999-10-14 | 1 | -22/+46 |
* | redesign of the proxy/marshaling code. Uses GtkArg now. sync commit. | Bertrand Guiheneuf | 1999-09-28 | 1 | -6/+19 |
* | Added corba-like exception system to CamelFolder. The exception system is | Bertrand Guiheneuf | 1999-09-24 | 1 | -120/+120 |
* | more work. | Bertrand Guiheneuf | 1999-09-22 | 1 | -0/+1 |
* | camel_folder_get_full_name did not work. Fixed. | Jukka Zitting/evolution | 1999-09-21 | 1 | -0/+1 |
* | Summary files are here and work !!! | bertrand | 1999-09-09 | 1 | -1/+2 |
* | impemented. | bertrand | 1999-09-08 | 1 | -12/+12 |
* | Documented UIDs. | bertrand | 1999-09-08 | 1 | -0/+57 |
* | Basic UID framework. | bertrand | 1999-09-06 | 1 | -0/+80 |
* | New revision. Some fixes. | bertrand | 1999-09-06 | 1 | -1/+5 |
* | use folder summary instead of opening all messages. | bertrand | 1999-09-06 | 1 | -1/+12 |
* | started summary implementation. (_open): correct use of open. | bertrand | 1999-09-05 | 1 | -0/+6 |
* | sync again. Changelog comes tomorow | Bertrand Guiheneuf | 1999-09-03 | 1 | -0/+13 |
* | When using g_free (obj) don't test if obj != NULL g_free () already do | bertrand | 1999-09-01 | 1 | -6/+6 |
* | Address update | Bertrand Guiheneuf | 1999-08-30 | 1 | -1/+1 |
* | new method. | bertrand | 1999-08-16 | 1 | -0/+18 |
* | moved the active list readjustment code here. Much saner, providers won't | bertrand | 1999-08-16 | 1 | -34/+87 |
* | Implemented deletion/expunge mechanism. | bertrand | 1999-08-15 | 1 | -8/+19 |
* | default implementation to be called first by providers methods. It looks | bertrand | 1999-08-14 | 1 | -4/+23 |
* | New field (message_list) which will hold a reference on each message | bertrand | 1999-08-14 | 1 | -5/+27 |
* | new method, returns the list of permanent flags supported by the folder. | bertrand | 1999-08-13 | 1 | -1/+19 |
* | Message creation still consumes a lot of | bertrand | 1999-08-11 | 1 | -1/+19 |
* | some test files | Bertrand Guiheneuf | 1999-08-10 | 1 | -0/+15 |
* | updated some autogen doc stuff. Still don't understand warnings :( | bertrand | 1999-08-07 | 1 | -8/+34 |
* | add debug information (_list_subfolders): test if first char in folder | bertrand | 1999-08-06 | 1 | -36/+37 |
* | test mh provider. | bertrand | 1999-08-06 | 1 | -3/+10 |
* | new method. (camel_folder_get_message): corresponding public call | bertrand | 1999-08-06 | 1 | -0/+28 |
* | Started implementing mh store/folder as a test provider. Next will be pop3. | bertrand | 1999-08-04 | 1 | -27/+31 |
* | new public functions (_set_name): set full_path. | Bertrand Guiheneuf | 1999-08-03 | 1 | -22/+70 |
* | merge a lot of work. Rough ChangeLog will follow | Bertrand Guiheneuf | 1999-08-01 | 1 | -65/+74 |
* | Implemented base64 encoder based on CamelStreams. Should the | Miguel de Icaza | 1999-07-15 | 1 | -4/+9 |
* | remove leading and trailing spaces in recipient addresses. | Bertrand Guiheneuf | 1999-05-30 | 1 | -1/+1 |
* | sync | Bertrand Guiheneuf | 1999-05-28 | 1 | -1/+1 |
* | static functions naming follows gnome coding style guide. | bertrand | 1999-05-12 | 1 | -76/+76 |
* | new method. | bertrand | 1999-05-05 | 1 | -18/+52 |
* | typo fix | bertrand | 1999-05-03 | 1 | -4/+41 |
* | new methods | bertrand | 1999-05-01 | 1 | -48/+151 |
* | new methods. | bertrand | 1999-05-01 | 1 | -52/+172 |
* | sync | Bertrand Guiheneuf | 1999-05-01 | 1 | -20/+53 |
* | more test implementation. | bertrand | 1999-04-22 | 1 | -10/+33 |
* | A first attempt at setting up the documentation system. | Bertrand Guiheneuf | 1999-04-21 | 1 | -0/+1 |
* | started implementation typo uncommented the store related code. | bertrand | 1999-04-19 | 1 | -6/+7 |
* | implemented (partially) have to write CamelStore before finishing it. | bertrand | 1999-04-19 | 1 | -0/+86 |
* | some work log system for camel some utilities for GString objects | bertrand | 1999-04-18 | 1 | -2/+82 |
* | Initial revision | Bertrand Guiheneuf | 1999-04-18 | 1 | -0/+140 |