| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill. Folders are now always open, and handle "closing" sorts of | Dan Winship | 2000-06-16 | 1 | -21/+5 |
* | fix a bug. (don't expunge deleted messages if called with expunge == | Dan Winship | 2000-06-16 | 1 | -1/+1 |
* | Fix to previous change: make sure the "seek" variable ends up with the | Dan Winship | 2000-06-16 | 2 | -7/+14 |
* | if the mbox doesn't end with a '\n', write one before appending the new | Dan Winship | 2000-06-14 | 1 | -4/+12 |
* | Updated: a separator is now a char* rather than a single char because IMAP | Jeffrey Stedfast | 2000-06-14 | 2 | -13/+7 |
* | Renamed from camel_mbox_summary_expunge. Takes a gboolean saying whether | Dan Winship | 2000-06-14 | 3 | -25/+32 |
* | don't pass a second (incorrect) -rpath in addition to the (correct) one | Dan Winship | 2000-06-13 | 1 | -1/+1 |
* | Remove exists, create, delete. A CamelFolder now always references an | Dan Winship | 2000-06-07 | 2 | -312/+117 |
* | Fun with purify. | Dan Winship | 2000-06-02 | 1 | -0/+2 |
* | Init filter_from to NULL, for exception case. (mbox_get_message_by_uid): | Not Zed | 2000-05-31 | 2 | -4/+4 |
* | diff -r1.206 ChangeLog | Michael Zucci | 2000-05-30 | 1 | -2/+2 |
* | Make sure we copy messages which are still intact to the new folder. | Not Zed | 2000-05-30 | 2 | -4/+18 |
* | Add a domain field to CamelProvider, to say what kind of data it provides. | Dan Winship | 2000-05-29 | 1 | -0/+2 |
* | > searchpart = strchr(namepart, '?'); | NotZed | 2000-05-20 | 1 | -18/+14 |
* | remove message_number_capability and require uid capatibility. | Dan Winship | 2000-05-19 | 1 | -159/+27 |
* | Guess! | NotZed | 2000-05-19 | 1 | -1/+2 |
* | All this basically to support user flags in the summary. They are not yet | NotZed | 2000-05-18 | 2 | -1/+8 |
* | Implement. | NotZed | 2000-05-17 | 2 | -6/+26 |
* | > * providers/mbox/camel-mbox-folder.c (message_changed): Indicate | Michael Zucci | 2000-05-12 | 2 | -3/+24 |
* | Big bunch o memleaks fixed. | NotZed | 2000-05-12 | 1 | -10/+22 |
* | Free summary items and charset filters. | 1 | 2000-05-12 | 1 | -4/+7 |
* | one more refcounting fix I missed before. | Dan Winship | 2000-05-09 | 1 | -2/+1 |
* | Use CamelException to signal failure. (camel_stream_write_strings): | Dan Winship | 2000-05-09 | 1 | -18/+28 |
* | Merged NEW_SUMMARY branch back to trunk, and resolved conflicts. | NotZed | 2000-05-08 | 3 | -1504/+686 |
* | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 1 | -3/+1 |
* | And same here ... | NotZed | 2000-05-05 | 1 | -2/+10 |
* | Maxcount is minimum of the max and the requested count, not the maximum :) | NotZed | 2000-05-05 | 1 | -1/+1 |
* | No, we're not going to have g_strcasecmp for no good reason, | NotZed | 2000-05-04 | 1 | -5/+5 |
* | s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael's | Jacob Leach | 2000-05-03 | 1 | -5/+5 |
* | REmove gmime-utils.h from here. | NotZed | 2000-05-03 | 5 | -372/+28 |
* | Set G_LOG_DOMAIN in following files. | Matthew Loper | 2000-05-03 | 1 | -1/+2 |
* | > * providers/mbox/camel-mbox-search.c | Michael Zucci | 2000-05-03 | 2 | -5/+0 |
* | > * gmime-utils.[ch]: What the hell, remove it. This will break the | Michael Zucci | 2000-05-03 | 1 | -1/+0 |
* | Fix the offset for the summary when an item is expunged to take account of | NotZed | 2000-05-03 | 1 | -1/+1 |
* | Deleted messages properly get removed from the index. | Michael Zucci | 2000-05-02 | 2 | -4/+4 |
* | > (func_header_contains): Debug out some search stuff. | Michael Zucci | 2000-05-02 | 2 | -3/+3 |
* | Removed search_id. | Michael Zucci | 2000-05-02 | 4 | -63/+16 |
* | More message cleanup. Flags now work, are saved, and the delete | NotZed | 2000-05-02 | 3 | -46/+318 |
* | Tweak the definition of CamelProvider. Among other things, a provider may | Dan Winship | 2000-04-30 | 3 | -19/+14 |
* | Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces, | NotZed | 2000-04-26 | 2 | -5/+12 |
* | ref (and sink) the message stream if we're going to unref it later. | Dan Winship | 2000-04-25 | 1 | -0/+2 |
* | Big fixes for the last commit which broke the message creation entirely. | Michael Zucci | 2000-04-24 | 1 | -2/+18 |
* | No longer call data_wrapper_repository_init. | NotZed | 2000-04-24 | 1 | -13/+3 |
* | Whole swag of changes. Still lots of cleanup remaining ... | NotZed | 2000-04-23 | 2 | -19/+15 |
* | Ref the folder after setting it in the new message. | NotZed | 2000-04-22 | 2 | -8/+10 |
* | Removed. | NotZed | 2000-04-22 | 6 | -1531/+2 |
* | Trim leading/trailing spaces off the raw headers. | NotZed | 2000-04-21 | 1 | -3/+19 |
* | MERGE NEW_PARSER branch into HEAD, fixed conflicts. | NotZed | 2000-04-21 | 7 | -845/+1469 |
* | kill camel-log | Dan Winship | 2000-04-19 | 7 | -119/+0 |
* | Remove the "session" field from CamelMimeMessage. Nothing uses it, about | Dan Winship | 2000-04-18 | 2 | -2/+2 |
* | Fix switch statement. | Christopher James Lahey | 2000-04-15 | 1 | -3/+3 |
* | Clarify what provider.protocol, provider.name, and provider.description | Dan Winship | 2000-04-11 | 1 | -2/+6 |
* | implement get_message_by_number for the mail fetch code. | Dan Winship | 2000-04-10 | 1 | -2/+24 |
* | Reorganize the folder-fetching methods and implement a folder cache so | Dan Winship | 2000-04-07 | 1 | -8/+18 |
* | the URL RFC says the port must be numeric, so we don't want to do | Dan Winship | 2000-04-06 | 1 | -2/+2 |
* | fix a warning | Dan Winship | 2000-04-06 | 1 | -1/+0 |
* | Compare mbox_file_size and mbox_modtime to the results of stat()ing the | Dan Winship | 2000-04-02 | 3 | -50/+71 |
* | fix warnings | Dan Winship | 2000-03-29 | 1 | -4/+3 |
* | Make this work when the inbox file doesn't yet exist. | Dan Winship | 2000-03-29 | 1 | -24/+34 |
* | uncomment the call to unlink the temp file: there's no way to tell | Dan Winship | 2000-03-28 | 1 | -1/+1 |
* | Unref the output_stream when done, close doesn't do it. (_append_message): | NotZed | 2000-03-28 | 6 | -41/+247 |
* | fix previous commit: this file wasn't using | Dan Winship | 2000-03-28 | 1 | -0/+1 |
* | Remove CamelStreamBufferedFs, since CamelStreamBuffer makes it redundant. | Dan Winship | 2000-03-28 | 1 | -1/+0 |
* | include in.h to quiet compiler | Seth Alves | 2000-03-27 | 1 | -0/+1 |
* | change the CamelFolderSummary interfaces to allow partial summary queries | Dan Winship | 2000-03-25 | 6 | -458/+466 |
* | Added flag to provider initialisation, to match changed structure. | NotZed | 2000-03-24 | 1 | -0/+1 |
* | Added async search api. | NotZed | 2000-03-24 | 4 | -34/+106 |
* | display message size | bertrand | 2000-03-21 | 3 | -4/+6 |
* | documented all functions. | bertrand | 2000-03-21 | 1 | -1/+65 |
* | name change and new fields. | bertrand | 2000-03-21 | 2 | -2/+2 |
* | fix the name of "Helix Code, Inc." in all the copyrights | Dan Winship | 2000-03-10 | 2 | -2/+2 |
* | Tons of fixes to fix things | Bertrand Guiheneuf | 2000-03-05 | 2 | -2/+2 |
* | Ref the summary after we have got it. | NotZed | 2000-03-05 | 1 | -0/+10 |
* | bonobo-goad-id is the good key to look for. (get_bonobo_tag_for_object): | bertrand | 2000-03-04 | 1 | -1/+0 |
* | use set_input_stream instead of construct_from_stream to feed the message | bertrand | 2000-03-04 | 1 | -2/+4 |
* | Make sure we open with create with a creation mask. | NotZed | 2000-03-04 | 1 | -2/+3 |
* | in the case of images, put the content object output stream in the url. | bertrand | 2000-03-04 | 1 | -1/+1 |
* | Various building fixes. At least, now it builds for me. | Ettore Perazzoli | 2000-03-02 | 1 | -3/+7 |
* | Fix a bunch of serious small bugs. | NotZed | 2000-02-29 | 2 | -77/+27 |
* | No, its not a fatal error to search on a non-searchable folder, you just | NotZed | 2000-02-29 | 1 | -9/+7 |
* | Fixed a typo. | NotZed | 2000-02-29 | 2 | -41/+41 |
* | update for CamelFolder changes | Dan Winship | 2000-02-25 | 1 | -6/+11 |
* | Move "separator" from camel-store to camel-folder, since it can vary from | Dan Winship | 2000-02-25 | 2 | -11/+10 |
* | Fix an exception error message. | Bertrand Guiheneuf | 2000-02-24 | 1 | -3/+5 |
* | Dont compile by default. | NotZed | 2000-02-23 | 2 | -1/+14 |
* | fix to show a sample correct implementation. | bertrand | 2000-02-22 | 2 | -4/+14 |
* | added a reset method. Thanks message-browser to find so much bugs :) | bertrand | 2000-02-22 | 1 | -1/+1 |
* | Uh, fixed LIBADD again. What was there was never ever going to work, | NotZed | 2000-02-22 | 1 | -7/+1 |
* | add CamelExceptions to several functions. Use camel_session_new to | Dan Winship | 2000-02-22 | 3 | -52/+12 |
* | add libibex back to libcamelmbox_la_LIBADD | Dan Winship | 2000-02-21 | 1 | -2/+1 |
* | clean up warnings | Dan Winship | 2000-02-21 | 1 | -12/+8 |
* | Added exception to call, and fixed caller. | NotZed | 2000-02-19 | 4 | -708/+179 |
* | Statically link with ibex | Miguel de Icaza | 2000-02-19 | 1 | -2/+2 |
* | New header with the typedefs for all camel classes. Now the class headers | Dan Winship | 2000-02-19 | 3 | -0/+5 |
* | Modification in the automake/libtool building process so that | Bertrand Guiheneuf | 2000-02-18 | 1 | -1/+1 |
* | libraries come from $(top_builddir)/..., not $(top_srcdir)/... | Dan Winship | 2000-02-18 | 1 | -3/+3 |
* | use camel_stream_reset instead of seek. The formatter should be able to | bertrand | 2000-02-18 | 3 | -5/+10 |
* | revamped so that it uses the output stream of the data wrapper | bertrand | 2000-02-17 | 1 | -1/+2 |
* | don't seek the begining of the substream. (_eos): fix eos condition | bertrand | 2000-02-17 | 1 | -1/+0 |
* | fix minor typos | Dan Winship | 2000-02-16 | 1 | -1/+1 |
* | Add the unicode libraries as well. | Miguel de Icaza | 2000-02-16 | 2 | -5/+7 |
* | include gmime-base64.h various compilation and runtime fixes. | bertrand | 2000-02-15 | 1 | -1/+1 |
* | New file, implements the search api for mbox folders. | NotZed | 2000-02-14 | 6 | -29/+898 |
* | various typo fixes in the ctree construction. | bertrand | 2000-02-10 | 3 | -4/+12 |
* | renamed mbox_folder->summary to mbox_folder->internal_summary to avoid | bertrand | 2000-01-26 | 4 | -31/+92 |
* | converted all gint64 variables into guint32. | bertrand | 2000-01-25 | 1 | -1/+1 |
* | add recipient_list to the recipients, not recipients_list. I don't know | bertrand | 2000-01-24 | 4 | -9/+82 |
* | use the real summary file path instead of a stupid hardcoded one. Fixes | bertrand | 2000-01-23 | 5 | -20/+50 |
* | implemented. A lot of fixes too. Works now. | bertrand | 2000-01-23 | 4 | -31/+90 |
* | test the mbox provider. | bertrand | 2000-01-22 | 1 | -0/+1 |
* | add exception handling everywhere in the store related functions | bertrand | 2000-01-22 | 3 | -13/+13 |
* | added camel-mbox-provider.c to the mbox provider sources. | bertrand | 2000-01-22 | 9 | -42/+260 |
* | implemented. | bertrand | 2000-01-20 | 6 | -116/+223 |
* | tests for summary and parsing process of mbox files. | bertrand | 2000-01-19 | 4 | -18/+30 |
* | Ah zut alors. Missing files | Bertrand Guiheneuf | 2000-01-19 | 2 | -0/+267 |
* | summary file read/write routines. | bertrand | 2000-01-19 | 9 | -23/+105 |
* | test for the mbox utils. (copy_file_chunk): fixed a nasty bug. | bertrand | 2000-01-17 | 3 | -16/+40 |
* | A bunch of new funcs to handle x-evolution private header field. | bertrand | 2000-01-17 | 6 | -14/+412 |
* | eof is true when no more chars are available, not when we've read the | bertrand | 2000-01-14 | 1 | -19/+104 |
* | Added the prototype of camel_mbox_parse_file. | bertrand | 2000-01-13 | 2 | -1/+11 |
* | corrected a bunch of bugs | bertrand | 2000-01-13 | 2 | -47/+286 |
* | Backup of the first clean and working mbox file parser. It both find the | bertrand | 2000-01-12 | 4 | -41/+442 |
* | sync before Boston | Bertrand Guiheneuf | 2000-01-05 | 3 | -6/+175 |
* | Updated my e-mail address to reflect my new employment | Bertrand Guiheneuf | 2000-01-04 | 4 | -4/+4 |
* | chkouink chkouink | Bertrand Guiheneuf | 2000-01-04 | 1 | -0/+6 |
* | detects netscape ".sdb" folders as well as simple non-suffixed folders (as | bertrand | 2000-01-04 | 1 | -2/+14 |
* | sync. Does not compile | Bertrand Guiheneuf | 2000-01-03 | 2 | -4/+12 |
* | Backup sync. | Bertrand Guiheneuf | 1999-12-27 | 1 | -6/+241 |
* | Work in progress. Missing files | Bertrand Guiheneuf | 1999-12-22 | 5 | -0/+832 |