aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-digest-folder.c
Commit message (Expand)AuthorAgeFilesLines
* Removed unneeded CAMEL_OBJECT() casts.Jeffrey Stedfast2003-10-241-5/+5
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-09-191-1/+1
* temporarily reverting my camel namespace patches until after we merge in some...Jeffrey Stedfast2003-08-271-1/+1
* Namespaced.Jeffrey Stedfast2003-08-261-1/+1
* New test suite for the mime parser (which is where the below 2 fixes wereJeffrey Stedfast2003-08-121-1/+1
* Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-101-13/+2
* Updated to support searching as well as making it use CamelDigestSummary.Jeffrey Stedfast2002-06-211-106/+165
* Add a "char **appended_uid" argument, for the caller to optionally pass inDan Winship2002-05-141-6/+11
* Replace copy_messages_to and move_messages_to with a single function thatDan Winship2002-05-111-15/+7
* Now takes a url argument.Jeffrey Stedfast2002-03-131-20/+20
* A pretty empty store implementation to be the parent store of aJeffrey Stedfast2002-03-121-2/+2
* Allow any leaf part to be a message/rfc822 part. (digest_get_uids):Jeffrey Stedfast2002-03-121-41/+79
* Allow all multiparts that contain message/rfc822 attachments.Jeffrey Stedfast2002-02-261-6/+15
* Keep a name-to-type hash so that we can make sure that the type has notJeffrey Stedfast2001-12-141-7/+7
* More fixing of the license texts.Ettore Perazzoli2001-10-281-11/+11
* replace the ever-growing list of gbooleans with a single guint32 forDan Winship2001-10-091-2/+1
* New class that can be used to browse a multipart/digest message as if itJeffrey Stedfast2001-04-241-0/+305