aboutsummaryrefslogtreecommitdiffstats
path: root/camel
Commit message (Expand)AuthorAgeFilesLines
* added an implemention of RFC2047 (support for character sets other thanRobert Brady1999-08-052-0/+264
* my file I never commitedArturo Espinosa1999-08-041-0/+98
* Started implementing mh store/folder as a test provider. Next will be pop3.bertrand1999-08-043-32/+129
* new public functions (_set_name): set full_path.Bertrand Guiheneuf1999-08-037-47/+94
* There is a probleme here. We can not allow mime part content-type fieldBertrand Guiheneuf1999-08-034-19/+21
* Multipart Mime message parsing works with plain text parts. Woohooo :))))bertrand1999-08-037-33/+57
* Update logs and sync home/work versions.Bertrand Guiheneuf1999-08-032-25/+1
* Anther syncBertrand Guiheneuf1999-08-031-1/+2
* sync before going homeBertrand Guiheneuf1999-08-025-43/+70
* new memory buffer based stream.Bertrand Guiheneuf1999-08-026-2/+378
* do not return NULL when line is empty.Bertrand Guiheneuf1999-08-022-8/+7
* Adding missing filesBertrand Guiheneuf1999-08-0110-0/+1345
* merge a lot of work. Rough ChangeLog will followBertrand Guiheneuf1999-08-0127-691/+1008
* sync before going homeBertrand Guiheneuf1999-07-155-41/+78
* Do not use GStrings any more. Added assertion code. Cosmetic reformatingbertrand1999-07-152-116/+111
* Implemented base64 encoder based on CamelStreams. Should theMiguel de Icaza1999-07-1520-218/+255
* now use CamelDataWrapper::contruct_form_stream to test message parsingbertrand1999-06-293-6/+43
* new field (content_type) and associated methods. (camel_mime_part_init):bertrand1999-06-284-44/+81
* new class. Simple implementation of a data wrapper: simply keeps thebertrand1999-06-254-2/+213
* Various patches from Ulrich Drepper <drepper at cygnus.com>bertrand1999-06-253-3/+7
* moved all the content-type stuff here. (camel_data_wrapper_init):bertrand1999-06-239-62/+84
* new function, returns "type/subtype" mime type string.bertrand1999-06-224-22/+105
* syncBertrand Guiheneuf1999-06-224-62/+90
* Commit of all Netherlands changes.Bertrand Guiheneuf1999-06-1911-61/+135
* another nederlands syncBertrand Guiheneuf1999-06-152-61/+22
* tmp sync. Does ot even compileBertrand Guiheneuf1999-06-143-24/+35
* use new stream code instead of raw file * stuff.bertrand1999-05-317-13/+350
* new class. Represents an abstract stream object.bertrand1999-05-313-0/+255
* syncBertrand Guiheneuf1999-05-302-0/+59
* remove leading and trailing spaces in recipient addresses.Bertrand Guiheneuf1999-05-305-16/+63
* More header parsing code.bertrand1999-05-291-5/+59
* rewrite message obtained via parsing into a file. Actually, it worksBertrand Guiheneuf1999-05-284-6/+127
* syncBertrand Guiheneuf1999-05-289-32/+165
* new func. Parses message header zone and returns a Glist of all headerbertrand1999-05-274-25/+126
* recipient list printingBertrand Guiheneuf1999-05-214-5/+45
* syncBertrand Guiheneuf1999-05-211-2/+9
* test if content exists before calling its write_to method.bertrand1999-05-204-36/+37
* syncBertrand Guiheneuf1999-05-202-0/+12
* testsBertrand Guiheneuf1999-05-192-2/+30
* message number funcs.bertrand1999-05-183-1/+7
* syncBertrand Guiheneuf1999-05-172-0/+22
* flags handling methodsbertrand1999-05-152-6/+105
* added recipient handling class funcs.Bertrand Guiheneuf1999-05-142-0/+23
* create recipients hash table (_remove_recipient): (_add_recipient):Bertrand Guiheneuf1999-05-142-2/+97
* a bunch of get/set header field method done. Does nothing yet though.Bertrand Guiheneuf1999-05-143-6/+220
* Mime message ...Bertrand Guiheneuf1999-05-133-0/+151
* disposition is now a full GMimeContentField object.Bertrand Guiheneuf1999-05-138-16/+200
* mime utils namespace changeBertrand Guiheneuf1999-05-122-0/+0
* overload wrapper class method. (_write_to_file): start to write some textbertrand1999-05-126-1/+122
* typo fix.bertrand1999-05-121-4/+4
* static functions naming follows gnome coding style guide.bertrand1999-05-126-186/+188
* implemented public interfacesBertrand Guiheneuf1999-05-112-1/+191
* A bunch of new set/get func.Bertrand Guiheneuf1999-05-114-3/+202
* new methodbertrand1999-05-104-0/+59
* new class. models a mime mail part.bertrand1999-05-093-0/+149
* method to stream data content in a buffer.bertrand1999-05-092-4/+115
* sync - Started work on messages classes.Bertrand Guiheneuf1999-05-083-1/+147
* admin cvs workBertrand Guiheneuf1999-05-072-0/+8
* new method.bertrand1999-05-054-31/+158
* typo fixbertrand1999-05-033-6/+45
* new methodsbertrand1999-05-014-70/+195
* new methods.bertrand1999-05-012-53/+176
* some more commentsbertrand1999-05-011-4/+7
* syncBertrand Guiheneuf1999-05-012-23/+61
* initialize folder object.bertrand1999-04-265-24/+51
* new method to set the default provider for a protocol.bertrand1999-04-253-7/+71
* start session objectBertrand Guiheneuf1999-04-252-0/+146
* basic provider structure. Have to write the code for dynamic loading.bertrand1999-04-256-0/+115
* s/new_g_url/g_url_newbertrand1999-04-242-2/+2
* URL rewritten completely. Error handling not implemented in publicbertrand1999-04-242-52/+242
* I needed the url functions to use GString, and I wanted a more generalbertrand1999-04-242-269/+150
* Utility functions to parse URLs. Stolen shamelessly from gzillabertrand1999-04-233-2/+385
* removed devel-docs until I come up with a correct Makefile.ambertrand1999-04-232-20/+6
* more test implementation.bertrand1999-04-229-33/+261
* start test provider.bertrand1999-04-225-1/+168
* A first attempt at setting up the documentation system.Bertrand Guiheneuf1999-04-215-10/+15
* now CamelStore inherits from CamelService.bertrand1999-04-215-8/+28
* basic abstract service class.bertrand1999-04-213-3/+116
* simple service class addedBertrand Guiheneuf1999-04-213-0/+136
* silence...Bertrand Guiheneuf1999-04-191-1/+4
* Added some slight explanations.Bertrand Guiheneuf1999-04-191-0/+57
* missing files.Bertrand Guiheneuf1999-04-192-0/+247
* started implementation typo uncommented the store related code.bertrand1999-04-194-11/+29
* implemented (partially) have to write CamelStore before finishing it.bertrand1999-04-194-6/+115
* chut...Bertrand Guiheneuf1999-04-181-0/+4
* some work log system for camel some utilities for GString objectsbertrand1999-04-187-4/+388
* Initial revisionBertrand Guiheneuf1999-04-183-0/+255