| Commit message (Expand) | Author | Age | Files | Lines |
* | some initial bits of the POP3 provider, to make Matt happy. Incomplete, | Dan Winship | 2000-03-22 | 4 | -0/+460 |
* | 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 |
* | chuuuut. | Mathieu Lacage | 2000-02-26 | 2 | -1/+8 |
* | update for CamelFolder changes | Dan Winship | 2000-02-25 | 1 | -6/+11 |
* | another typo | Dan Winship | 2000-02-25 | 1 | -1/+1 |
* | Add CamelTransport abstract class and CamelSendmailTransport | Dan Winship | 2000-02-25 | 5 | -1/+344 |
* | 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 |
* | Make md5_final take the MD5Context first, like md5_init and md5_update. | Dan Winship | 2000-02-17 | 1 | -1/+1 |
* | fix minor typos | Dan Winship | 2000-02-16 | 1 | -1/+1 |
* | this routine replaces the _read_part routine and does not store the part | bertrand | 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 |
* | part of the mbox provider. | bertrand | 1999-12-22 | 1 | -0/+1 |
* | documented. | bertrand | 1999-12-18 | 1 | -1/+2 |
* | Added corba-like exception system to CamelFolder. The exception system is | Bertrand Guiheneuf | 1999-09-24 | 5 | -90/+90 |
* | Preliminary subfolder support for maildirs. | Jukka Zitting/evolution | 1999-09-21 | 3 | -31/+87 |
* | forgotten files | Bertrand Guiheneuf | 1999-09-09 | 2 | -0/+323 |
* | Summary files are here and work !!! | bertrand | 1999-09-09 | 3 | -67/+91 |
* | impemented. | bertrand | 1999-09-08 | 3 | -1/+67 |
* | More work on UID list in Mh provider. | bertrand | 1999-09-08 | 2 | -19/+47 |
* | oops | Bertrand Guiheneuf | 1999-09-07 | 2 | -0/+80 |
* | correct parameter decl (const) | bertrand | 1999-09-07 | 5 | -36/+171 |
* | camel/md5-utils.c Documented all funcs. | bertrand | 1999-09-07 | 1 | -0/+2 |
* | raw routines are declared public now. Md5 use has to be versatile. | bertrand | 1999-09-07 | 3 | -2/+100 |
* | use folder summary instead of opening all messages. | bertrand | 1999-09-06 | 2 | -170/+253 |
* | started summary implementation. (_open): correct use of open. | bertrand | 1999-09-05 | 1 | -23/+65 |
* | Added (experimental) maildir provider written by Jukka Zitting | bertrand | 1999-09-03 | 8 | -1/+1038 |
* | Address update | Bertrand Guiheneuf | 1999-08-30 | 5 | -5/+5 |
* | text parameter declared const | bertrand | 1999-08-29 | 1 | -0/+1 |
* | new class. Will handle all sort of information media (Mime mail messages, | bertrand | 1999-08-25 | 2 | -31/+37 |
* | Now has a popup menu on mailbox tree to allow easier tests. Implemented | bertrand | 1999-08-16 | 1 | -26/+240 |
* | new method. | bertrand | 1999-08-16 | 1 | -0/+17 |
* | moved the active list readjustment code here. Much saner, providers won't | bertrand | 1999-08-16 | 1 | -56/+17 |
* | Implemented deletion/expunge mechanism. | bertrand | 1999-08-15 | 1 | -8/+112 |
* | default implementation to be called first by providers methods. It looks | bertrand | 1999-08-14 | 1 | -0/+5 |
* | compilation and runtime fixes. | bertrand | 1999-08-12 | 1 | -2/+2 |
* | new file. MH provider registration stuff. | bertrand | 1999-08-12 | 2 | -0/+47 |
* | some test files | Bertrand Guiheneuf | 1999-08-10 | 1 | -0/+66 |
* | fix. In MH, message number is not related to message position in folder. | bertrand | 1999-08-09 | 1 | -50/+68 |
* | util func. (_get_message_count): implemented. | bertrand | 1999-08-09 | 1 | -1/+66 |
* | updated some autogen doc stuff. Still don't understand warnings :( | bertrand | 1999-08-07 | 1 | -1/+1 |
* | stat was not testing the good file. Fixed. | bertrand | 1999-08-06 | 1 | -1/+4 |
* | add debug information (_list_subfolders): test if first char in folder | bertrand | 1999-08-06 | 2 | -15/+95 |
* | test mh provider. | bertrand | 1999-08-06 | 1 | -2/+45 |
* | Some notes. | bertrand | 1999-08-06 | 1 | -3/+3 |
* | implemented. | bertrand | 1999-08-05 | 1 | -0/+50 |
* | finshed implementation (_delete_messages): implemented. | bertrand | 1999-08-05 | 1 | -10/+91 |
* | Started implementing mh store/folder as a test provider. Next will be pop3. | bertrand | 1999-08-04 | 1 | -4/+98 |
* | new public functions (_set_name): set full_path. | Bertrand Guiheneuf | 1999-08-03 | 4 | -21/+19 |
* | message number funcs. | bertrand | 1999-05-18 | 1 | -0/+3 |
* | admin cvs work | Bertrand Guiheneuf | 1999-05-07 | 2 | -0/+8 |
* | more test implementation. | bertrand | 1999-04-22 | 5 | -8/+212 |
* | start test provider. | bertrand | 1999-04-22 | 4 | -0/+167 |