aboutsummaryrefslogtreecommitdiffstats
path: root/camel
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Bertrand Guiheneuf2000-02-021-3/+3
* + * tests/test-formatter.c: New file; intended to test theMatthew Loper2000-02-021-181/+467
* + * camel/camel-formatter.c: By looking up a mimetype in aMatthew Loper2000-01-262-50/+159
* renamed mbox_folder->summary to mbox_folder->internal_summary to avoidbertrand2000-01-265-32/+108
* The CamelDataWrapper can now be provided with input and output streams, sobertrand2000-01-254-7/+90
* parent class is now CamelSeekableStream idem idem idem idem (_seek):bertrand2000-01-2512-53/+230
* converted all gint64 variables into guint32.bertrand2000-01-254-24/+39
* add recipient_list to the recipients, not recipients_list. I don't knowbertrand2000-01-2413-33/+302
* new function, broken out from 'camel_formatter_make_html'.Matthew Loper2000-01-242-22/+159
* 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-235-32/+90
* test the mbox provider.bertrand2000-01-223-6/+39
* add exception handling everywhere in the store related functionsbertrand2000-01-229-63/+57
* added camel-mbox-provider.c to the mbox provider sources.bertrand2000-01-229-42/+260
* + * camel/camel-formatter.c (camel_formatter_make_html): added aMatthew Loper2000-01-222-35/+26
* New files. You'll be able to use a CamelFormatter to get html-formattedMatthew Loper2000-01-213-0/+264
* implemented.bertrand2000-01-206-116/+223
* tests for summary and parsing process of mbox files.bertrand2000-01-196-22/+34
* Ah zut alors. Missing filesBertrand Guiheneuf2000-01-192-0/+267
* summary file read/write routines.bertrand2000-01-1911-36/+118
* 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-178-15/+417
* 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
* remove non updated tests from the build process.bertrand2000-01-132-3/+12
* 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
* Lots of reorganization to get the Evolution shell to begin its life. ItArturo Espinosa2000-01-061-0/+1
* sync before BostonBertrand Guiheneuf2000-01-053-6/+175
* Updated my e-mail address to reflect my new employmentBertrand Guiheneuf2000-01-0475-76/+76
* chkouink chkouinkBertrand Guiheneuf2000-01-041-0/+6
* detects netscape ".sdb" folders as well as simple non-suffixed folders (asbertrand2000-01-043-8/+66
* sync. Does not compileBertrand Guiheneuf2000-01-034-12/+39
* Backup sync.Bertrand Guiheneuf1999-12-274-6/+307
* Work in progress. Missing filesBertrand Guiheneuf1999-12-225-0/+832
* part of the mbox provider.bertrand1999-12-224-28/+39
* include camel-log.h to avoid unresolved symbols.bertrand1999-12-201-1/+2
* documented.bertrand1999-12-182-1/+13
* updated to take the change on append into account.bertrand1999-12-183-17/+28
* use exception mechanism. (camel_folder_delete): idem. (_delete_messages):bertrand1999-12-182-33/+322
* use exception mechanism. (camel_folder_set_name): idem.bertrand1999-12-184-18/+263
* changed the return value. Now returns the list of expunged messagesbertrand1999-12-176-119/+140
* implemented. The routines in this file will be called by providers tobertrand1999-12-165-28/+226
* update (_get_message_by_number): Update to reflect changes in CamelFolderbertrand1999-12-153-99/+121
* clean-ups.bertrand1999-12-152-107/+276
* Fix copyright informations once againBertrand Guiheneuf1999-12-1573-73/+73
* Make set_* methods in CamelMimeMessage use const strings.Ettore Perazzoli1999-12-092-21/+22
* more small typo fixes.Michael Meeks1999-11-261-6/+6
* Make `make distcheck' work.Ettore Perazzoli1999-11-171-3/+5
* More work:Ettore Perazzoli1999-11-1722-30/+30
* Added streaming capability to CamelDataWrapper. This makes it possible, forEttore Perazzoli1999-11-1714-55/+805
* Here is my initial Evolution work: message composition widget and someEttore Perazzoli1999-11-0612-26/+30
* Copyright changeBertrand Guiheneuf1999-10-2369-70/+274
* lap syncBertrand Guiheneuf1999-10-194-61/+218
* missing filesBertrand Guiheneuf1999-10-142-0/+653
* A lot of changes. The thread proxy mechanismbertrand1999-10-1413-527/+454
* missing fileBertrand Guiheneuf1999-10-091-0/+186
* weekly commitBertrand Guiheneuf1999-10-098-163/+313
* redesign of the proxy/marshaling code. Uses GtkArg now. sync commit.Bertrand Guiheneuf1999-09-289-107/+446
* Added corba-like exception system to CamelFolder. The exception system isBertrand Guiheneuf1999-09-248-331/+348
* syncBertrand Guiheneuf1999-09-234-1/+87
* Build fixBertrand Guiheneuf1999-09-232-7/+7
* more work.Bertrand Guiheneuf1999-09-222-6/+82
* Check pthreads.bertrand1999-09-222-9/+26
* camel_folder_get_full_name did not work. Fixed.Jukka Zitting/evolution1999-09-211-0/+1
* Preliminary subfolder support for maildirs.Jukka Zitting/evolution1999-09-213-31/+87
* Signal proxying implemenatation. (_signal_marshaller_server_side):bertrand1999-09-212-57/+240
* completedbertrand1999-09-201-36/+129
* synczZzZBertrand Guiheneuf1999-09-182-4/+8
* new func. Try to exec an operation in a thread or queue it if a thread isbertrand1999-09-183-15/+91
* added notify io_channel. new func. run the next operation.bertrand1999-09-184-2/+64
* New object. Operation queue. Meant to be used in non-blocking proxybertrand1999-09-174-0/+191
* First proxy (pthread based) implementation starts.bertrand1999-09-143-0/+513
* forgotten filesBertrand Guiheneuf1999-09-092-0/+323
* Summary files are here and work !!!bertrand1999-09-097-73/+98
* impemented.bertrand1999-09-086-19/+85
* Documented UIDs.bertrand1999-09-081-0/+57
* More work on UID list in Mh provider.bertrand1999-09-082-19/+47
* oopsBertrand Guiheneuf1999-09-072-0/+80
* correct parameter decl (const)bertrand1999-09-077-38/+173
* camel/md5-utils.c Documented all funcs.bertrand1999-09-073-10/+53
* raw routines are declared public now. Md5 use has to be versatile.bertrand1999-09-075-6/+109
* new function : get file md5 signature. To be used in providers code.bertrand1999-09-062-0/+33
* new methods.bertrand1999-09-062-46/+35
* changed names to follow camel style.bertrand1999-09-062-287/+287
* imported md5 coding routine from rpm. Compiles.bertrand1999-09-063-0/+376
* Basic UID framework.bertrand1999-09-062-1/+91
* New revision. Some fixes.bertrand1999-09-062-1/+10
* use folder summary instead of opening all messages.bertrand1999-09-064-171/+268
* started summary implementation. (_open): correct use of open.bertrand1999-09-055-25/+84
* added summary files buildbertrand1999-09-043-0/+236
* sgml doc has camel-recipient now.bertrand1999-09-041-10/+83
* sync again. Changelog comes tomorowBertrand Guiheneuf1999-09-032-0/+14
* syncBertrand Guiheneuf1999-09-031-1/+2
* Added (experimental) maildir provider written by Jukka Zittingbertrand1999-09-039-2/+1039
* changed decl to fit CRLFunc. (_write_recipients_to_stream): callsbertrand1999-09-026-19/+44
* now use CamelRecipientTablebertrand1999-09-016-111/+127
* When using g_free (obj) don't test if obj != NULL g_free () already dobertrand1999-09-018-47/+43
* new func. More work on new independant recipient code.bertrand1999-08-303-9/+57
* Address updateBertrand Guiheneuf1999-08-3053-53/+53
* text parameter declared constbertrand1999-08-2912-18/+206
* contruct the content from the buffer before calling CamelMediumbertrand1999-08-266-16/+103
* new file, groups mime-part related utils. Meant to be used by providersbertrand1999-08-267-94/+250
* now descend from CamelMedium.bertrand1999-08-264-155/+114
* La tout n'est qu'ordre et beaute,Bertrand Guiheneuf1999-08-261-1/+1
* these methods are in CamelMedium now.bertrand1999-08-253-5/+67
* new class. Will handle all sort of information media (Mime mail messages,bertrand1999-08-2512-57/+740
* name parameter is const. This fixes a bug in destroy ()bertrand1999-08-214-7/+7
* More work on RFC 2047 encoder.Robert Brady1999-08-201-16/+156
* return the number of bytes read. How can this have ever worked ?bertrand1999-08-187-20/+37
* Now has a popup menu on mailbox tree to allow easier tests. Implementedbertrand1999-08-161-26/+240
* new method.bertrand1999-08-163-1/+37
* moved the active list readjustment code here. Much saner, providers won'tbertrand1999-08-163-92/+106
* Implemented deletion/expunge mechanism.bertrand1999-08-154-72/+187
* default implementation to be called first by providers methods. It looksbertrand1999-08-143-4/+29
* New field (message_list) which will hold a reference on each messagebertrand1999-08-144-19/+83
* new method, returns the list of permanent flags supported by the folder.bertrand1999-08-134-9/+57
* those two func go here now.bertrand1999-08-138-64/+144
* remove stupid debug code. (add_mail_store): use camel_session_get_storebertrand1999-08-135-27/+33
* compilation and runtime fixes.bertrand1999-08-124-9/+11
* new function: returns a store for an URL.bertrand1999-08-126-3/+186
* new file. MH provider registration stuff.bertrand1999-08-126-10/+183
* Message creation still consumes a lot ofbertrand1999-08-117-2/+121
* implemented destructors.bertrand1999-08-117-37/+227
* some test filesBertrand Guiheneuf1999-08-103-2/+84
* syncBertrand Guiheneuf1999-08-102-55/+63
* more advanced RFC2047 encoder started.Robert Brady1999-08-091-31/+106
* fix. In MH, message number is not related to message position in folder.bertrand1999-08-092-51/+71
* util func. (_get_message_count): implemented.bertrand1999-08-091-1/+66
* updated some autogen doc stuff. Still don't understand warnings :(bertrand1999-08-078-61/+87
* encoder test.Robert Brady1999-08-061-1/+23
* stat was not testing the good file. Fixed.bertrand1999-08-061-1/+4
* test for RFC2047 decoder.Robert Brady1999-08-061-82/+97
* add debug information (_list_subfolders): test if first char in folderbertrand1999-08-068-150/+272
* test mh provider.bertrand1999-08-064-7/+57
* new method. (camel_folder_get_message): corresponding public callbertrand1999-08-064-4/+39
* Some notes.bertrand1999-08-066-31/+121
* indentation and cosmetic changes.bertrand1999-08-052-160/+169
* Fixed copyright issue. ;)Robert Brady1999-08-052-12/+6
* implemented.bertrand1999-08-052-3/+54
* finshed implementation (_delete_messages): implemented.bertrand1999-08-052-11/+92
* 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