aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/mbox
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the folder-fetching methods and implement a folder cache soDan Winship2000-04-071-8/+18
* the URL RFC says the port must be numeric, so we don't want to doDan Winship2000-04-061-2/+2
* fix a warningDan Winship2000-04-061-1/+0
* Compare mbox_file_size and mbox_modtime to the results of stat()ing theDan Winship2000-04-023-50/+71
* fix warningsDan Winship2000-03-291-4/+3
* Make this work when the inbox file doesn't yet exist.Dan Winship2000-03-291-24/+34
* uncomment the call to unlink the temp file: there's no way to tellDan Winship2000-03-281-1/+1
* Unref the output_stream when done, close doesn't do it. (_append_message):NotZed2000-03-286-41/+247
* fix previous commit: this file wasn't usingDan Winship2000-03-281-0/+1
* Remove CamelStreamBufferedFs, since CamelStreamBuffer makes it redundant.Dan Winship2000-03-281-1/+0
* include in.h to quiet compilerSeth Alves2000-03-271-0/+1
* change the CamelFolderSummary interfaces to allow partial summary queriesDan Winship2000-03-256-458/+466
* Added flag to provider initialisation, to match changed structure.NotZed2000-03-241-0/+1
* Added async search api.NotZed2000-03-244-34/+106
* display message sizebertrand2000-03-213-4/+6
* documented all functions.bertrand2000-03-211-1/+65
* name change and new fields.bertrand2000-03-212-2/+2
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-102-2/+2
* Tons of fixes to fix thingsBertrand Guiheneuf2000-03-052-2/+2
* Ref the summary after we have got it.NotZed2000-03-051-0/+10
* bonobo-goad-id is the good key to look for. (get_bonobo_tag_for_object):bertrand2000-03-041-1/+0
* use set_input_stream instead of construct_from_stream to feed the messagebertrand2000-03-041-2/+4
* Make sure we open with create with a creation mask.NotZed2000-03-041-2/+3
* in the case of images, put the content object output stream in the url.bertrand2000-03-041-1/+1
* Various building fixes. At least, now it builds for me.Ettore Perazzoli2000-03-021-3/+7
* Fix a bunch of serious small bugs.NotZed2000-02-292-77/+27
* No, its not a fatal error to search on a non-searchable folder, you justNotZed2000-02-291-9/+7
* Fixed a typo.NotZed2000-02-292-41/+41
* update for CamelFolder changesDan Winship2000-02-251-6/+11
* Move "separator" from camel-store to camel-folder, since it can vary fromDan Winship2000-02-252-11/+10
* Fix an exception error message.Bertrand Guiheneuf2000-02-241-3/+5
* Dont compile by default.NotZed2000-02-232-1/+14
* fix to show a sample correct implementation.bertrand2000-02-222-4/+14
* added a reset method. Thanks message-browser to find so much bugs :)bertrand2000-02-221-1/+1
* Uh, fixed LIBADD again. What was there was never ever going to work,NotZed2000-02-221-7/+1
* add CamelExceptions to several functions. Use camel_session_new toDan Winship2000-02-223-52/+12
* add libibex back to libcamelmbox_la_LIBADDDan Winship2000-02-211-2/+1
* clean up warningsDan Winship2000-02-211-12/+8
* Added exception to call, and fixed caller.NotZed2000-02-194-708/+179
* Statically link with ibexMiguel de Icaza2000-02-191-2/+2
* New header with the typedefs for all camel classes. Now the class headersDan Winship2000-02-193-0/+5
* Modification in the automake/libtool building process so thatBertrand Guiheneuf2000-02-181-1/+1
* libraries come from $(top_builddir)/..., not $(top_srcdir)/...Dan Winship2000-02-181-3/+3
* use camel_stream_reset instead of seek. The formatter should be able tobertrand2000-02-183-5/+10
* revamped so that it uses the output stream of the data wrapperbertrand2000-02-171-1/+2
* don't seek the begining of the substream. (_eos): fix eos conditionbertrand2000-02-171-1/+0
* fix minor typosDan Winship2000-02-161-1/+1
* Add the unicode libraries as well.Miguel de Icaza2000-02-162-5/+7
* include gmime-base64.h various compilation and runtime fixes.bertrand2000-02-151-1/+1
* New file, implements the search api for mbox folders.NotZed2000-02-146-29/+898
* various typo fixes in the ctree construction.bertrand2000-02-103-4/+12
* renamed mbox_folder->summary to mbox_folder->internal_summary to avoidbertrand2000-01-264-31/+92
* converted all gint64 variables into guint32.bertrand2000-01-251-1/+1
* add recipient_list to the recipients, not recipients_list. I don't knowbertrand2000-01-244-9/+82
* use the real summary file path instead of a stupid hardcoded one. Fixesbertrand2000-01-235-20/+50
* implemented. A lot of fixes too. Works now.bertrand2000-01-234-31/+90
* test the mbox provider.bertrand2000-01-221-0/+1
* add exception handling everywhere in the store related functionsbertrand2000-01-223-13/+13
* added camel-mbox-provider.c to the mbox provider sources.bertrand2000-01-229-42/+260
* implemented.bertrand2000-01-206-116/+223
* tests for summary and parsing process of mbox files.bertrand2000-01-194-18/+30
* Ah zut alors. Missing filesBertrand Guiheneuf2000-01-192-0/+267
* summary file read/write routines.bertrand2000-01-199-23/+105
* test for the mbox utils. (copy_file_chunk): fixed a nasty bug.bertrand2000-01-173-16/+40
* A bunch of new funcs to handle x-evolution private header field.bertrand2000-01-176-14/+412
* eof is true when no more chars are available, not when we've read thebertrand2000-01-141-19/+104
* Added the prototype of camel_mbox_parse_file.bertrand2000-01-132-1/+11
* corrected a bunch of bugsbertrand2000-01-132-47/+286
* Backup of the first clean and working mbox file parser. It both find thebertrand2000-01-124-41/+442
* sync before BostonBertrand Guiheneuf2000-01-053-6/+175
* Updated my e-mail address to reflect my new employmentBertrand Guiheneuf2000-01-044-4/+4
* chkouink chkouinkBertrand Guiheneuf2000-01-041-0/+6
* detects netscape ".sdb" folders as well as simple non-suffixed folders (asbertrand2000-01-041-2/+14
* sync. Does not compileBertrand Guiheneuf2000-01-032-4/+12
* Backup sync.Bertrand Guiheneuf1999-12-271-6/+241
* Work in progress. Missing filesBertrand Guiheneuf1999-12-225-0/+832