aboutsummaryrefslogtreecommitdiffstats
path: root/camel
Commit message (Expand)AuthorAgeFilesLines
* Removed smtp for now, its a long way from building. Removed file thatNotZed2000-04-073-528/+8
* o Added smtp_helo() request into smtp_connect() (forgott o do this before)EDT 2000 Jeffrey Stedfast2000-04-071-1/+7
* fix Makefile.amChris Toshok2000-04-071-2/+2
* o Added smtp/ to providers tree under camel o Added makefiles and sourceEDT 2000 Jeffrey Stedfast2000-04-076-2/+1370
* + * camel-folder-pt-proxy.c (_get_full_name): Remove exception paramMatthew Loper2000-04-072-2/+9
* Reorganize the folder-fetching methods and implement a folder cache soDan Winship2000-04-077-115/+287
* the URL RFC says the port must be numeric, so we don't want to doDan Winship2000-04-0611-284/+255
* fix a warningDan Winship2000-04-061-1/+0
* Compare mbox_file_size and mbox_modtime to the results of stat()ing theDan Winship2000-04-024-50/+96
* implement unimplemented methodsDan Winship2000-04-012-12/+15
* remove debugging printf()s that no longer seem usefulDan Winship2000-04-015-11/+14
* Added "convert_newlines_to_br" boolean param, to give the option of notMatthew Loper2000-04-012-6/+16
* Use <pre> tag to force the use of monospaced fonts.Matthew Loper2000-03-312-0/+9
* Add a htons in the default_number case, and document the fact that theDan Winship2000-03-313-10/+15
* Add htons (port), and only copy 4 bytes for the IP address to prevent aMiguel de Icaza2000-03-302-2/+13
* make this return a CamelStream rather than a CamelSeekableSubstream,Dan Winship2000-03-294-5/+11
* fix warningsDan Winship2000-03-2913-27/+15
* convenience functions to canonicalize the host and port values of aDan Winship2000-03-294-21/+113
* Make this work when the inbox file doesn't yet exist.Dan Winship2000-03-292-24/+40
* uncomment the call to unlink the temp file: there's no way to tellDan Winship2000-03-282-1/+6
* add delete_message_by_{number,uid}.Dan Winship2000-03-286-7/+297
* Unref the output_stream when done, close doesn't do it. (_append_message):NotZed2000-03-2813-48/+302
* keep separate input and output streams so the output doesn't end up beingDan Winship2000-03-286-20/+79
* fix nastiness with mime dispositions ( at least for now )Michael Meeks2000-03-284-7/+17
* remove camel-stream-buffered-fs here tooDan Winship2000-03-281-2/+0
* fix previous commit: this file wasn't usingDan Winship2000-03-281-0/+1
* new routine to free the data allocated by camel_service_query_auth_types.Dan Winship2000-03-284-3/+42
* rename camel_stream_mem_new_with_buffer to ..._with_byte_array and add aDan Winship2000-03-283-11/+24
* Remove CamelStreamBufferedFs, since CamelStreamBuffer makes it redundant.Dan Winship2000-03-285-358/+5
* include in.h to quiet compilerSeth Alves2000-03-271-0/+1
* change the CamelFolderSummary interfaces to allow partial summary queriesDan Winship2000-03-2510-543/+589
* Added flag to provider initialisation, to match changed structure.NotZed2000-03-243-1/+7
* fix the CamelProvider entry (new flags field was missing)Dan Winship2000-03-241-0/+1
* Added async search api.NotZed2000-03-247-44/+148
* Function to read one line of any size from a stream and return it inDan Winship2000-03-245-2/+55
* New function to query a service for the authentication protocols itDan Winship2000-03-234-0/+70
* New function to scan the provider dir and return a list of all providers.Dan Winship2000-03-233-18/+41
* fix compile errors. duh.Dan Winship2000-03-233-14/+18
* fill this in partially make camel_pop3_command return the text afterDan Winship2000-03-237-25/+258
* + * shell/main.c (evolution_boot): gtk_signal_connect'ed "destroy"Matthew Loper2000-03-232-2/+9
* some initial bits of the POP3 provider, to make Matt happy. Incomplete,Dan Winship2000-03-225-0/+465
* display message sizebertrand2000-03-215-4/+18
* documented all functions.bertrand2000-03-212-1/+76
* name change and new fields.bertrand2000-03-213-4/+12
* add a field refering to a service associated to the efolder. In the casebertrand2000-03-121-1/+1
* cosmetic changes.bertrand2000-03-112-15/+28
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-1080-79/+83
* plug mem leaks due to bad documentation ofbertrand2000-03-095-18/+50
* More changes than a man can remember.Bertrand Guiheneuf2000-03-068-64/+106
* Tons of fixes to fix thingsBertrand Guiheneuf2000-03-058-32/+79
* Ref the summary after we have got it.NotZed2000-03-052-0/+16
* stream the raw content instead of nothing if the encoding is notbertrand2000-03-055-9/+17
* bonobo-goad-id is the good key to look for. (get_bonobo_tag_for_object):bertrand2000-03-043-3/+15
* use set_input_stream instead of construct_from_stream to feed the messagebertrand2000-03-046-13/+58
* Make sure we open with create with a creation mask.NotZed2000-03-043-4/+23
* in the case of images, put the content object output stream in the url.bertrand2000-03-043-7/+12
* fixed state 0 keep value.bertrand2000-03-032-2/+7
* don't forget to set the state to 0 after 3. (my_read_encode): don't forgetbertrand2000-03-038-275/+329
* use CamelStreamB64 type for the input stream.bertrand2000-03-034-7/+22
* fix implementation so that it writes properly to the output stream even.bertrand2000-03-023-6/+24
* Various building fixes. At least, now it builds for me.Ettore Perazzoli2000-03-021-3/+7
* Added camel-stream-buffer to build.NotZed2000-03-013-0/+558
* new utility function.bertrand2000-02-295-47/+91
* revert strange changes.bertrand2000-02-294-4/+19
* Fix a bunch of serious small bugs.NotZed2000-02-298-87/+74
* No, its not a fatal error to search on a non-searchable folder, you justNotZed2000-02-293-10/+25
* Fixed a typo.NotZed2000-02-294-43/+50
* non blocking b64 encoding is a PITABertrand Guiheneuf2000-02-283-59/+308
* chuuuut.Mathieu Lacage2000-02-262-1/+8
* last set of changes for CamelFolder changes. Evolution builds again...Dan Winship2000-02-251-22/+23
* update for CamelFolder changesDan Winship2000-02-251-6/+11
* another typoDan Winship2000-02-251-1/+1
* remove some camel_store_get_separators that I missed beforeDan Winship2000-02-251-6/+5
* fix variable nameDan Winship2000-02-251-1/+1
* include camel-transportDan Winship2000-02-251-0/+2
* add camel_session_get_transport_for_protocolDan Winship2000-02-253-0/+48
* Add CamelTransport abstract class and CamelSendmailTransportDan Winship2000-02-259-1/+551
* oops. ChangeLog entry for previousDan Winship2000-02-251-0/+9
* Move "separator" from camel-store to camel-folder, since it can vary fromDan Winship2000-02-256-85/+37
* use CamelExceptions for run-time errors, not incorrect code. Don't botherDan Winship2000-02-253-751/+156
* Free the data in the headers hash table. (_add_header): g_strdup theDan Winship2000-02-243-6/+26
* Fix an exception error message.Bertrand Guiheneuf2000-02-241-3/+5
* Dont compile by default.NotZed2000-02-233-2/+20
* don't read the char if we reached the length of the output buffer. Hoursbertrand2000-02-223-39/+49
* fix to show a sample correct implementation.bertrand2000-02-227-70/+292
* added a reset method. Thanks message-browser to find so much bugs :)bertrand2000-02-223-3/+33
* A lot of changes in the way the parsing works. I am too lazyBertrand Guiheneuf2000-02-2210-10/+529
* Uh, fixed LIBADD again. What was there was never ever going to work,NotZed2000-02-222-7/+6
* Add "authenticator" to CamelSession and update things to use it.Dan Winship2000-02-224-7/+59
* add CamelExceptions to several functions. Use camel_session_new toDan Winship2000-02-2211-213/+266
* Once camel is being used for real, exceptions won't be renumberable. SoDan Winship2000-02-212-3/+16
* add libibex back to libcamelmbox_la_LIBADDDan Winship2000-02-212-2/+6
* clean up warningsDan Winship2000-02-211-12/+8
* Michael created camel/ChangeLog on 2/12 but didn't commit it until 2/18,Dan Winship2000-02-211-0/+183
* Added exception to call, and fixed caller.NotZed2000-02-196-712/+238
* 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-1934-97/+125
* fix a stupid typo (thank you gcc -Wall)Dan Winship2000-02-191-1/+1
* #include <ctype.h> so the hash function doesn't get stuck using theDan Winship2000-02-191-1/+1
* make the / between the host and the path part of the path: it's wrongDan Winship2000-02-191-3/+2
* 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-1816-66/+147
* Make camel-service use a Gurl internally. Remove the login/passwordDan Winship2000-02-182-119/+73
* New function g_url_to_string to convert a Gurl back into a char *Dan Winship2000-02-182-1/+24
* revamped so that it uses the output stream of the data wrapperbertrand2000-02-1710-139/+340
* don't seek the begining of the substream. (_eos): fix eos conditionbertrand2000-02-1718-196/+129
* Simplify the code a lot and add support for RFC2384 POP URLs.Dan Winship2000-02-172-352/+81
* Make md5_final take the MD5Context first, like md5_init and md5_update.Dan Winship2000-02-173-6/+6
* fix minor typosDan Winship2000-02-163-3/+3
* Improve spelling and English a bitDan Winship2000-02-161-15/+15
* this routine replaces the _read_part routine and does not store the partbertrand2000-02-165-15/+164
* Add the unicode libraries as well.Miguel de Icaza2000-02-165-29/+32
* include gmime-base64.h various compilation and runtime fixes.bertrand2000-02-159-135/+251
* use the eos stream method. (gmime_read_line_from_stream): ditto.bertrand2000-02-151-1/+7
* use the eos stream method. (gmime_read_line_from_stream): ditto.bertrand2000-02-153-20/+43
* make a blocking version of the header parser. When the fs stream usesbertrand2000-02-1512-73/+685
* by default, a message/rfc822 object is handled by the CamelMimeMessagebertrand2000-02-151-0/+3
* remove camel-stream-buffer from compilation process. It is not hereBertrand Guiheneuf2000-02-141-2/+0
* New file, implements the search api for mbox folders.NotZed2000-02-1410-33/+948
* + * tests/ui-tests/test-multipart-mixed.msg: New rfc822 file, whichMatthew Loper2000-02-141-1/+4
* + * camel/camel-stream-fs.c (_init_with_name): Set stream_fs->fd toMatthew Loper2000-02-141-2/+9
* + * tests/ui-tests/message-browser.c (handle_tree_item): Expand treeMatthew Loper2000-02-141-54/+64
* parent class is seekable stream, not streambertrand2000-02-111-1/+1
* default the text/* mime types to CamelSimpleDataWrapper so that Michaelbertrand2000-02-111-0/+3
* Bad Ettore, no biscuit!NotZed2000-02-111-1/+1
* don't build thread related tests if evolution has been compiled with nobertrand2000-02-112-1/+5
* Removed a bizarre comparison construct for converting case.NotZed2000-02-103-12/+12
* Increment the copy source address to match the data read offset. (seek):NotZed2000-02-101-2/+7
* If we get a -1 read, DONT update the total bytes, and try and truncate theNotZed2000-02-102-12/+18
* set the mime type to "mime/message". --- THIS IS NOT THE CONTENT TYPE ---bertrand2000-02-105-21/+24
* various typo fixes in the ctree construction.bertrand2000-02-109-21/+51
* Actually initialise the class. It simple couldn't have worked before.NotZed2000-02-091-0/+17
* New file; shows a message in tree format, where multipart's have multipleMatthew Loper2000-02-091-23/+23
* + * tests/test-formatter.c (convert_to_html_and_print): Use theMatthew Loper2000-02-091-9/+39
* + * tests/test-formatter.c (convert_to_html_and_print): Fixed callMatthew Loper2000-02-091-2/+2
* New member to 'CamelFormatterPrivate', 'attachments', will be used to letMatthew Loper2000-02-092-151/+346
* function deleted.Matthew Loper2000-02-081-76/+0
* + * tests/test-formatter.c (print_usage_and_quit): New function,Matthew Loper2000-02-081-60/+89
* *** 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