aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/mbox
Commit message (Expand)AuthorAgeFilesLines
* 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