aboutsummaryrefslogtreecommitdiffstats
path: root/camel
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_APPLETS_1_2_0nobody2000-05-22174-37007/+0
* > searchpart = strchr(namepart, '?');NotZed2000-05-2030-485/+562
* remove message_number_capability and require uid capatibility.Dan Winship2000-05-198-487/+309
* add urls fileDan Winship2000-05-191-0/+1
* Guess!NotZed2000-05-1912-3/+709
* Remove unused async open/close and copy_message_to functions. RenameDan Winship2000-05-183-705/+474
* remove get/set_output_stream operations. They're redundant withDan Winship2000-05-1810-121/+254
* Quick fix to get it to compile. I hope I don't get into trouble.Darin Adler2000-05-182-1/+7
* Don't include the no-longer-distributed possibly-to-be-removed headers.Dan Winship2000-05-182-4/+3
* fix an off-by-one error in address parsing (smtp_data): useDan Winship2000-05-182-2/+11
* All this basically to support user flags in the summary. They are not yetNotZed2000-05-187-27/+152
* error checking on gethostbyaddr() in providers/smtp/camel-smtp-transport.cJeffrey Stedfast2000-05-172-2/+7
* Implement.NotZed2000-05-174-7/+292
* get things working with new camel summary stuff.Chris Toshok2000-05-1610-679/+156
* o Added some preliminary ESMTP AUTH supportEDT 2000 Jeffrey Stedfast2000-05-162-6/+42
* Remove camel_folder_get_summary, which no longer exists.Dan Winship2000-05-152-2/+5
* remove some cruft that we're not currently using.Dan Winship2000-05-122-28/+4
* Change to match prototype (size_t vs unsigned int) so it works on 64-bitDan Winship2000-05-122-1/+7
* now it deff compilesJeffrey Stedfast2000-05-121-1/+1
* > * providers/mbox/camel-mbox-folder.c (message_changed): IndicateMichael Zucci2000-05-125-4/+49
* camel-smtp-transport.c will now compile :)Jeffrey Stedfast2000-05-121-7/+8
* providers/smtp/camel-smtp-transport.c: updated smtp_helo to more closely comp...Jeffrey Stedfast2000-05-122-14/+15
* Big bunch o memleaks fixed.NotZed2000-05-127-12/+60
* Free summary items and charset filters.12000-05-123-8/+30
* fixed camel_smtp_transport_class_init(): now initializes service_classJeffrey Stedfast2000-05-112-1/+9
* fix a stupid typo. Thank you, C.Dan Winship2000-05-113-2/+9
* Removed dist-hook section.Christopher James Lahey2000-05-102-0/+8
* Bleah. Can't fsync a pipe. As a quick kludge, just don't stream_flush it.Dan Winship2000-05-102-2/+7
* o Undid changes to camel-internet-address.[c,h] o FixedEDT 2000 Jeffrey Stedfast2000-05-094-32/+42
* o Moved struct_address from camel-internet-address.c toEDT 2000 Jeffrey Stedfast2000-05-094-12/+44
* one more refcounting fix I missed before.Dan Winship2000-05-092-3/+6
* o updated to use CamelException (as needed by new camel-stream.c) o noEDT 2000 Jeffrey Stedfast2000-05-092-30/+37
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-0930-812/+920
* Format From and Reply-To to at least a decoded string. Should probablyNotZed2000-05-082-4/+24
* blahMichael Zucci2000-05-081-1/+1
* Merged NEW_SUMMARY branch back to trunk, and resolved conflicts.NotZed2000-05-0817-1626/+1580
* Make camel not leak like a sieve.Dan Winship2000-05-0869-240/+320
* A machine which serves neither POP nor KPOP is not a POP server.Dan Winship2000-05-073-1/+17
* And same here ... (camel_folder_summary_encode_fixed_int32): Ugh, fwriteNotZed2000-05-062-7/+20
* And same here ...NotZed2000-05-057-45/+77
* Plug a memory leak. (header_decode_text): Fixed memory leaks with52000-05-054-39/+68
* Maxcount is minimum of the max and the requested count, not the maximum :)NotZed2000-05-057-46/+362
* Make this compile again in the !KRB4 caseDan Winship2000-05-051-1/+1
* Don't fall back to plaintext passwords if APOP fails, since it should alsoDan Winship2000-05-052-18/+20
* New function to replace camel_provider_scan. Returns a list of either (a)Dan Winship2000-05-0410-31/+265
* No, we're not going to have g_strcasecmp for no good reason,NotZed2000-05-0415-47/+1597
* Some small build fixes:Jacob Leach2000-05-042-0/+7
* s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael'sJacob Leach2000-05-038-46/+50
* If the iconv handle is -1, then dont try and convert (crashesNotZed2000-05-032-10/+27
* fix typo when dereferencing saveoffset.Larry Ewing2000-05-032-1/+6
* Missed these ...Michael Zucci2000-05-033-0/+549
* REmove gmime-utils.h from here.NotZed2000-05-038-374/+47
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-039-9/+27
* > * providers/mbox/camel-mbox-search.cMichael Zucci2000-05-034-11/+7
* > * gmime-utils.[ch]: What the hell, remove it. This will break theMichael Zucci2000-05-0316-786/+41
* Removed bizarre string_dichotomy version of this. This code is somewhatMichael Zucci2000-05-031-30/+0
* Fix the previous overflow problem properly (can happen in 2 places).NotZed2000-05-032-39/+41
* Dont use autofill on these fucking long function anmes!!!!!!22000-05-032-5/+9
* Fix the offset for the summary when an item is expunged to take account ofNotZed2000-05-032-1/+7
* Deleted messages properly get removed from the index.Michael Zucci2000-05-025-4/+29
* > (camel_folder_expunge): Changed to only allow expunge on an openMichael Zucci2000-05-022-1/+3
* > (func_header_contains): Debug out some search stuff.Michael Zucci2000-05-024-4/+9
* Removed search_id.Michael Zucci2000-05-027-94/+70
* More message cleanup. Flags now work, are saved, and the deleteNotZed2000-05-028-176/+469
* oops. s/CAMEL_TRANSPORT_TYPE/CAMEL_PROVIDER_TRANSPORT/Dan Winship2000-05-011-1/+1
* Tweak the definition of CamelProvider. Among other things, a provider mayDan Winship2000-04-3020-499/+329
* const poisonDan Winship2000-04-293-2/+5
* camel_mime_parser_tell() returns an offset from where it started parsing,Dan Winship2000-04-294-15/+53
* remove an unused #includeDan Winship2000-04-291-1/+0
* fix a bug that would cause corruption with very long headers.Dan Winship2000-04-292-1/+6
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-284-5/+27
* Dont try and check a NULL header.NotZed2000-04-2811-556/+176
* Class to represent news addresses - currently empty, and not built.NotZed2000-04-288-0/+694
* Revert previous change. I was confused.Dan Winship2000-04-282-7/+7
* expose these routines.Dan Winship2000-04-283-24/+42
* Diagram of the camel-stream and derived classes used withinMichael Zucci2000-04-271-0/+0
* Only write a newline between the headers and the content object if theDan Winship2000-04-272-4/+12
* Remove. We weren't using the fields that made this different fromDan Winship2000-04-2711-314/+63
* sink the content object after referencing it.Dan Winship2000-04-274-69/+49
* sync to current realityDan Winship2000-04-275-148/+23
* fix format specifier for time zone. Fix typo in month names array.Dan Winship2000-04-272-3/+7
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-2634-1923/+935
* only return TRUE if the parent is at eos AND the buffer has been exhaustedDan Winship2000-04-262-1/+4
* fix some incorrect macro usage that resulted in bogus castsDan Winship2000-04-252-4/+9
* fix a cut-and-pasto.Dan Winship2000-04-252-1/+4
* ref (and sink) the message stream if we're going to unref it later.Dan Winship2000-04-252-0/+7
* remove data-wrapper-repository.h include(s)Dan Winship2000-04-252-2/+4
* Big fixes for the last commit which broke the message creation entirely.Michael Zucci2000-04-248-48/+364
* No longer call data_wrapper_repository_init.NotZed2000-04-2420-1132/+441
* fix some obvious minor bugs noted by -Wall.Dan Winship2000-04-242-2/+7
* Whole swag of changes. Still lots of cleanup remaining ...NotZed2000-04-2315-211/+765
* clean, document, etc. (camel_multipart_init): pick a prettier defaultDan Winship2000-04-233-273/+365
* Ref the folder after setting it in the new message.NotZed2000-04-2214-577/+655
* Removed.NotZed2000-04-227-1531/+9
* use libunicode iconv functions rather than libc ones (since libc might notDan Winship2000-04-213-8/+25
* Trim leading/trailing spaces off the raw headers.NotZed2000-04-212-3/+22
* MERGE NEW_PARSER branch into HEAD, fixed conflicts.NotZed2000-04-2142-2664/+7068
* This is a subtype of CamelSeekableStream, not CamelStream.Dan Winship2000-04-202-1/+5
* clean up a lot. (eos): When testing for end-of-stream, reset the parentDan Winship2000-04-203-304/+204
* oops. fix prototype in both placesDan Winship2000-04-201-2/+2
* const poison. (Belatedly goes with my change of 2000-02-23.)Dan Winship2000-04-203-8/+18
* do better reference counting of streams so they actually go away when theyDan Winship2000-04-193-3/+13
* kill camel-logDan Winship2000-04-1945-894/+90
* added 2nd arg to g_return_val_if_fail so this buildsSeth Alves2000-04-191-2/+2
* Clean, polish, document. Most of the gtk-doc comments added toDan Winship2000-04-197-448/+488
* Remove the "session" field from CamelMimeMessage. Nothing uses it, aboutDan Winship2000-04-189-15/+22
* Set the exception if no provider is found.Dan Winship2000-04-182-1/+8
* Add code to encode and decode %-escapes in URLs, and do some additionalDan Winship2000-04-182-21/+120
* add nntpChris Toshok2000-04-152-1/+5
* Fix switch statement.Christopher James Lahey2000-04-152-3/+7
* always return TRUE for now. we need to check the server response to makeChris Toshok2000-04-153-48/+172
* packed their bags and moved to ../mail/Dan Winship2000-04-152-1168/+0
* This didn't belong in Camel. Move to mail/Dan Winship2000-04-153-3/+7
* [This was accidentally not committed with its ChangeLog entry somehow...]Dan Winship2000-04-151-3/+14
* add XXX so i can find this hardcoded string later.Chris Toshok2000-04-151-0/+1
* okay. working now.Chris Toshok2000-04-153-16/+77
* initial import of nntp store.Chris Toshok2000-04-1511-0/+2014
* + * art/Makefile.am: Add tigert's contact-dlg-related images.Matthew Loper2000-04-122-0/+16
* Fix the embarassing cursor bug.Miguel de Icaza2000-04-122-2/+7
* fix various bugs in APOP code (still untested) and some of the errorDan Winship2000-04-112-22/+33
* Clarify what provider.protocol, provider.name, and provider.descriptionDan Winship2000-04-115-9/+34
* implement get_message_by_number for the mail fetch code.Dan Winship2000-04-102-2/+29
* o Reformatted providers/smtp/camel-smtp-transport.c to fit the standardEDT 2000 Jeffrey Stedfast2000-04-102-387/+357
* New file with new function to dot-lock an mbox file and copy it to a safeDan Winship2000-04-105-0/+305
* pixmap_DATA isn't defined so don't use it as a variable.Christopher James Lahey2000-04-092-0/+10
* actually record the pid returned by fork(). Noticed by clahey.Dan Winship2000-04-092-1/+5
* #include <sys/param.h> for MAXHOSTNAMELEN. (This is a stopgap: some of theDan Winship2000-04-092-0/+7
* o fixed numerous bugs in providers/smtp/camel-smtp-transport.c; should nowEDT 2000 Jeffrey Stedfast2000-04-084-54/+57
* (pop3_connect): Remember the password after asking for it theDan Winship2000-04-082-17/+14
* Clarify error messages. (finalize): fix a bug in camel_exception usageDan Winship2000-04-082-11/+28
* 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