aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/mbox
Commit message (Expand)AuthorAgeFilesLines
* Implement. (mh_get_message_user_tag): Implement.Not Zed2000-08-111-0/+31
* Fixed some warnings.Christopher James Lahey2000-08-112-3/+5
* Removed unecessary change and fixed indenting.Michael Zucci2000-08-111-231/+214
* Merge with camel-async.Peter Williams2000-08-116-509/+533
* A better way to compress leading whitespace. The code is probably invalidNot Zed2000-08-114-554/+607
* New code to keep an on-disk cache of what UIDs have been seen in a folder.Dan Winship2000-08-091-1/+1
* Only retry another uid if we had a name clash, otherwise fail.Not Zed2000-08-081-2/+48
* Fix Makefile.am booboo.Peter Williams2000-07-281-2/+0
* Remove exceptions from a number of methods that work on what ought to beDan Winship2000-07-251-78/+42
* If the summary is for a smaller mbox, and rebuilding from the last-knownDan Winship2000-07-141-8/+7
* Useful default implementations for free_{uids,subfolder_names,summary}.Dan Winship2000-07-131-8/+3
* Use mbox_set_message_flags () instead of setting the flags by hand. ThisJeffrey Stedfast2000-07-131-2/+2
* fix %08x to %04xJeffrey Stedfast2000-07-121-1/+1
* Now takes a flags argument to specify the flags to be set on the messageJeffrey Stedfast2000-07-121-3/+3
* Implemented.Jeffrey Stedfast2000-07-101-0/+28
* Make this return a GPtrArray rather than a GList.Dan Winship2000-07-081-2/+2
* remove some non-error case debugging messages.Dan Winship2000-07-062-19/+1
* Suppress debugging messages from the mbox provider.Ettore Perazzoli2000-07-061-1/+6
* Fix the "clashing UIDs are not updated on disk" problem by syncingEttore Perazzoli2000-07-062-11/+5
* New functions to freeze and thaw a folder (to prevent message/folderDan Winship2000-07-031-13/+5
* New method, to return an end-user-friendly name corresponding to aDan Winship2000-07-021-0/+13
* Renamed _by_uid methods. Since we no longer have get-by-number methods, noJeffrey Stedfast2000-07-011-13/+9
* General cleanup (camel_mbox_summary_sync): Fixed a memory leak and addedJeffrey Stedfast2000-06-294-327/+388
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-4/+13
* UpdatedJeffrey Stedfast2000-06-231-1/+6
* When determining a mailboxe's folder_file_path et aluse its basename to preve...Peter Williams2000-06-221-4/+6
* Add some debugging printfs when rebulding summary to help figure out whyDan Winship2000-06-181-2/+8
* Move flag handling from CamelMimeMessage to CamelFolder. ThisDan Winship2000-06-171-38/+89
* Kill. Folders are now always open, and handle "closing" sorts ofDan Winship2000-06-161-21/+5
* fix a bug. (don't expunge deleted messages if called with expunge ==Dan Winship2000-06-161-1/+1
* Fix to previous change: make sure the "seek" variable ends up with theDan Winship2000-06-162-7/+14
* if the mbox doesn't end with a '\n', write one before appending the newDan Winship2000-06-141-4/+12
* Updated: a separator is now a char* rather than a single char because IMAPJeffrey Stedfast2000-06-142-13/+7
* Renamed from camel_mbox_summary_expunge. Takes a gboolean saying whetherDan Winship2000-06-143-25/+32
* don't pass a second (incorrect) -rpath in addition to the (correct) oneDan Winship2000-06-131-1/+1
* Remove exists, create, delete. A CamelFolder now always references anDan Winship2000-06-072-312/+117
* Fun with purify.Dan Winship2000-06-021-0/+2
* Init filter_from to NULL, for exception case. (mbox_get_message_by_uid):Not Zed2000-05-312-4/+4
* diff -r1.206 ChangeLogMichael Zucci2000-05-301-2/+2
* Make sure we copy messages which are still intact to the new folder.Not Zed2000-05-302-4/+18
* Add a domain field to CamelProvider, to say what kind of data it provides.Dan Winship2000-05-291-0/+2
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-18/+14
* remove message_number_capability and require uid capatibility.Dan Winship2000-05-191-159/+27
* Guess!NotZed2000-05-191-1/+2
* All this basically to support user flags in the summary. They are not yetNotZed2000-05-182-1/+8
* Implement.NotZed2000-05-172-6/+26
* > * providers/mbox/camel-mbox-folder.c (message_changed): IndicateMichael Zucci2000-05-122-3/+24
* Big bunch o memleaks fixed.NotZed2000-05-121-10/+22
* Free summary items and charset filters.12000-05-121-4/+7
* one more refcounting fix I missed before.Dan Winship2000-05-091-2/+1
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-091-18/+28
* Merged NEW_SUMMARY branch back to trunk, and resolved conflicts.NotZed2000-05-083-1504/+686
* Make camel not leak like a sieve.Dan Winship2000-05-081-3/+1
* And same here ...NotZed2000-05-051-2/+10
* Maxcount is minimum of the max and the requested count, not the maximum :)NotZed2000-05-051-1/+1
* No, we're not going to have g_strcasecmp for no good reason,NotZed2000-05-041-5/+5
* s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael'sJacob Leach2000-05-031-5/+5
* REmove gmime-utils.h from here.NotZed2000-05-035-372/+28
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-031-1/+2
* > * providers/mbox/camel-mbox-search.cMichael Zucci2000-05-032-5/+0
* > * gmime-utils.[ch]: What the hell, remove it. This will break theMichael Zucci2000-05-031-1/+0
* Fix the offset for the summary when an item is expunged to take account ofNotZed2000-05-031-1/+1
* Deleted messages properly get removed from the index.Michael Zucci2000-05-022-4/+4
* > (func_header_contains): Debug out some search stuff.Michael Zucci2000-05-022-3/+3
* Removed search_id.Michael Zucci2000-05-024-63/+16
* More message cleanup. Flags now work, are saved, and the deleteNotZed2000-05-023-46/+318
* Tweak the definition of CamelProvider. Among other things, a provider mayDan Winship2000-04-303-19/+14
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-262-5/+12
* ref (and sink) the message stream if we're going to unref it later.Dan Winship2000-04-251-0/+2
* Big fixes for the last commit which broke the message creation entirely.Michael Zucci2000-04-241-2/+18
* No longer call data_wrapper_repository_init.NotZed2000-04-241-13/+3
* Whole swag of changes. Still lots of cleanup remaining ...NotZed2000-04-232-19/+15
* Ref the folder after setting it in the new message.NotZed2000-04-222-8/+10
* Removed.NotZed2000-04-226-1531/+2
* Trim leading/trailing spaces off the raw headers.NotZed2000-04-211-3/+19
* MERGE NEW_PARSER branch into HEAD, fixed conflicts.NotZed2000-04-217-845/+1469
* kill camel-logDan Winship2000-04-197-119/+0
* Remove the "session" field from CamelMimeMessage. Nothing uses it, aboutDan Winship2000-04-182-2/+2
* Fix switch statement.Christopher James Lahey2000-04-151-3/+3
* Clarify what provider.protocol, provider.name, and provider.descriptionDan Winship2000-04-111-2/+6
* implement get_message_by_number for the mail fetch code.Dan Winship2000-04-101-2/+24
* 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