aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-0/+58
* remove message_number_capability and require uid capatibility.Dan Winship2000-05-191-0/+21
* Guess!NotZed2000-05-191-0/+13
* Remove unused async open/close and copy_message_to functions. RenameDan Winship2000-05-181-0/+7
* remove get/set_output_stream operations. They're redundant withDan Winship2000-05-181-0/+28
* Quick fix to get it to compile. I hope I don't get into trouble.Darin Adler2000-05-181-0/+5
* Don't include the no-longer-distributed possibly-to-be-removed headers.Dan Winship2000-05-181-0/+3
* fix an off-by-one error in address parsing (smtp_data): useDan Winship2000-05-181-0/+8
* All this basically to support user flags in the summary. They are not yetNotZed2000-05-181-0/+29
* error checking on gethostbyaddr() in providers/smtp/camel-smtp-transport.cJeffrey Stedfast2000-05-171-0/+5
* Implement.NotZed2000-05-171-0/+17
* get things working with new camel summary stuff.Chris Toshok2000-05-161-0/+14
* o Added some preliminary ESMTP AUTH supportEDT 2000 Jeffrey Stedfast2000-05-161-0/+5
* Remove camel_folder_get_summary, which no longer exists.Dan Winship2000-05-151-0/+5
* remove some cruft that we're not currently using.Dan Winship2000-05-121-0/+2
* Change to match prototype (size_t vs unsigned int) so it works on 64-bitDan Winship2000-05-121-0/+6
* > * providers/mbox/camel-mbox-folder.c (message_changed): IndicateMichael Zucci2000-05-121-0/+12
* providers/smtp/camel-smtp-transport.c: updated smtp_helo to more closely comp...Jeffrey Stedfast2000-05-121-0/+5
* Big bunch o memleaks fixed.NotZed2000-05-121-0/+27
* Free summary items and charset filters.12000-05-121-0/+13
* fixed camel_smtp_transport_class_init(): now initializes service_classJeffrey Stedfast2000-05-111-0/+5
* fix a stupid typo. Thank you, C.Dan Winship2000-05-111-0/+8
* Removed dist-hook section.Christopher James Lahey2000-05-101-0/+5
* Bleah. Can't fsync a pipe. As a quick kludge, just don't stream_flush it.Dan Winship2000-05-101-0/+7
* o Undid changes to camel-internet-address.[c,h] o FixedEDT 2000 Jeffrey Stedfast2000-05-091-0/+8
* o Moved struct_address from camel-internet-address.c toEDT 2000 Jeffrey Stedfast2000-05-091-4/+13
* one more refcounting fix I missed before.Dan Winship2000-05-091-1/+5
* o updated to use CamelException (as needed by new camel-stream.c) o noEDT 2000 Jeffrey Stedfast2000-05-091-0/+8
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-091-0/+48
* Format From and Reply-To to at least a decoded string. Should probablyNotZed2000-05-081-0/+4
* Merged NEW_SUMMARY branch back to trunk, and resolved conflicts.NotZed2000-05-081-0/+142
* Make camel not leak like a sieve.Dan Winship2000-05-081-0/+59
* A machine which serves neither POP nor KPOP is not a POP server.Dan Winship2000-05-071-0/+8
* And same here ... (camel_folder_summary_encode_fixed_int32): Ugh, fwriteNotZed2000-05-061-0/+4
* And same here ...NotZed2000-05-051-1/+19
* Plug a memory leak. (header_decode_text): Fixed memory leaks with52000-05-051-0/+14
* Maxcount is minimum of the max and the requested count, not the maximum :)NotZed2000-05-051-0/+23
* Don't fall back to plaintext passwords if APOP fails, since it should alsoDan Winship2000-05-051-0/+6
* New function to replace camel_provider_scan. Returns a list of either (a)Dan Winship2000-05-041-0/+23
* No, we're not going to have g_strcasecmp for no good reason,NotZed2000-05-041-0/+34
* Some small build fixes:Jacob Leach2000-05-041-0/+6
* If the iconv handle is -1, then dont try and convert (crashesNotZed2000-05-031-0/+10
* fix typo when dereferencing saveoffset.Larry Ewing2000-05-031-0/+5
* Missed these ...Michael Zucci2000-05-031-0/+2
* REmove gmime-utils.h from here.NotZed2000-05-031-1/+17
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-031-0/+11
* > * providers/mbox/camel-mbox-search.cMichael Zucci2000-05-031-0/+7
* > * gmime-utils.[ch]: What the hell, remove it. This will break theMichael Zucci2000-05-031-0/+23
* Fix the previous overflow problem properly (can happen in 2 places).NotZed2000-05-031-0/+11
* Dont use autofill on these fucking long function anmes!!!!!!22000-05-031-0/+6
* Fix the offset for the summary when an item is expunged to take account ofNotZed2000-05-031-0/+6
* Deleted messages properly get removed from the index.Michael Zucci2000-05-021-0/+5
* > (camel_folder_expunge): Changed to only allow expunge on an openMichael Zucci2000-05-021-0/+2
* > (func_header_contains): Debug out some search stuff.Michael Zucci2000-05-021-0/+6
* Removed search_id.Michael Zucci2000-05-021-0/+19
* More message cleanup. Flags now work, are saved, and the deleteNotZed2000-05-021-0/+46
* Tweak the definition of CamelProvider. Among other things, a provider mayDan Winship2000-04-301-0/+25
* const poisonDan Winship2000-04-291-0/+3
* camel_mime_parser_tell() returns an offset from where it started parsing,Dan Winship2000-04-291-0/+17
* fix a bug that would cause corruption with very long headers.Dan Winship2000-04-291-0/+5
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-281-0/+8
* Dont try and check a NULL header.NotZed2000-04-281-0/+32
* Class to represent news addresses - currently empty, and not built.NotZed2000-04-281-0/+11
* Revert previous change. I was confused.Dan Winship2000-04-281-0/+3
* expose these routines.Dan Winship2000-04-281-0/+5
* Only write a newline between the headers and the content object if theDan Winship2000-04-271-0/+5
* Remove. We weren't using the fields that made this different fromDan Winship2000-04-271-0/+11
* sink the content object after referencing it.Dan Winship2000-04-271-0/+7
* sync to current realityDan Winship2000-04-271-0/+4
* fix format specifier for time zone. Fix typo in month names array.Dan Winship2000-04-271-0/+5
* Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces,NotZed2000-04-261-0/+187
* only return TRUE if the parent is at eos AND the buffer has been exhaustedDan Winship2000-04-261-0/+3
* fix some incorrect macro usage that resulted in bogus castsDan Winship2000-04-251-0/+5
* fix a cut-and-pasto.Dan Winship2000-04-251-0/+3
* ref (and sink) the message stream if we're going to unref it later.Dan Winship2000-04-251-0/+5
* remove data-wrapper-repository.h include(s)Dan Winship2000-04-251-0/+4
* Big fixes for the last commit which broke the message creation entirely.Michael Zucci2000-04-241-0/+23
* No longer call data_wrapper_repository_init.NotZed2000-04-241-0/+118
* fix some obvious minor bugs noted by -Wall.Dan Winship2000-04-241-0/+5
* Whole swag of changes. Still lots of cleanup remaining ...NotZed2000-04-231-0/+95
* clean, document, etc. (camel_multipart_init): pick a prettier defaultDan Winship2000-04-231-0/+6
* Ref the folder after setting it in the new message.NotZed2000-04-221-0/+133
* Removed.NotZed2000-04-221-0/+7
* use libunicode iconv functions rather than libc ones (since libc might notDan Winship2000-04-211-0/+8
* Trim leading/trailing spaces off the raw headers.NotZed2000-04-211-0/+3
* MERGE NEW_PARSER branch into HEAD, fixed conflicts.NotZed2000-04-211-0/+301
* This is a subtype of CamelSeekableStream, not CamelStream.Dan Winship2000-04-201-0/+4
* clean up a lot. (eos): When testing for end-of-stream, reset the parentDan Winship2000-04-201-0/+6
* const poison. (Belatedly goes with my change of 2000-02-23.)Dan Winship2000-04-201-0/+7
* do better reference counting of streams so they actually go away when theyDan Winship2000-04-191-0/+5
* kill camel-logDan Winship2000-04-191-0/+3
* Clean, polish, document. Most of the gtk-doc comments added toDan Winship2000-04-191-0/+8
* Remove the "session" field from CamelMimeMessage. Nothing uses it, aboutDan Winship2000-04-181-0/+13
* Set the exception if no provider is found.Dan Winship2000-04-181-0/+3
* Add code to encode and decode %-escapes in URLs, and do some additionalDan Winship2000-04-181-0/+6
* add nntpChris Toshok2000-04-151-0/+4
* Fix switch statement.Christopher James Lahey2000-04-151-0/+4
* always return TRUE for now. we need to check the server response to makeChris Toshok2000-04-151-0/+15
* This didn't belong in Camel. Move to mail/Dan Winship2000-04-151-0/+7
* + * art/Makefile.am: Add tigert's contact-dlg-related images.Matthew Loper2000-04-121-0/+6
* Fix the embarassing cursor bug.Miguel de Icaza2000-04-121-0/+5
* fix various bugs in APOP code (still untested) and some of the errorDan Winship2000-04-111-0/+3
* Clarify what provider.protocol, provider.name, and provider.descriptionDan Winship2000-04-111-0/+9
* implement get_message_by_number for the mail fetch code.Dan Winship2000-04-101-0/+5
* o Reformatted providers/smtp/camel-smtp-transport.c to fit the standardEDT 2000 Jeffrey Stedfast2000-04-101-0/+5
* New file with new function to dot-lock an mbox file and copy it to a safeDan Winship2000-04-101-0/+5
* pixmap_DATA isn't defined so don't use it as a variable.Christopher James Lahey2000-04-091-0/+4
* actually record the pid returned by fork(). Noticed by clahey.Dan Winship2000-04-091-0/+3
* #include <sys/param.h> for MAXHOSTNAMELEN. (This is a stopgap: some of theDan Winship2000-04-091-0/+6
* o fixed numerous bugs in providers/smtp/camel-smtp-transport.c; should nowEDT 2000 Jeffrey Stedfast2000-04-081-0/+7
* (pop3_connect): Remember the password after asking for it theDan Winship2000-04-081-0/+2
* Clarify error messages. (finalize): fix a bug in camel_exception usageDan Winship2000-04-081-0/+6
* Removed smtp for now, its a long way from building. Removed file thatNotZed2000-04-071-0/+7
* + * camel-folder-pt-proxy.c (_get_full_name): Remove exception paramMatthew Loper2000-04-071-0/+7
* Reorganize the folder-fetching methods and implement a folder cache soDan Winship2000-04-071-0/+19
* the URL RFC says the port must be numeric, so we don't want to doDan Winship2000-04-061-0/+9
* Compare mbox_file_size and mbox_modtime to the results of stat()ing theDan Winship2000-04-021-0/+25
* implement unimplemented methodsDan Winship2000-04-011-0/+2
* remove debugging printf()s that no longer seem usefulDan Winship2000-04-011-0/+10
* Added "convert_newlines_to_br" boolean param, to give the option of notMatthew Loper2000-04-011-0/+7
* Use <pre> tag to force the use of monospaced fonts.Matthew Loper2000-03-311-0/+5
* Add a htons in the default_number case, and document the fact that theDan Winship2000-03-311-0/+10
* Add htons (port), and only copy 4 bytes for the IP address to prevent aMiguel de Icaza2000-03-301-0/+6
* make this return a CamelStream rather than a CamelSeekableSubstream,Dan Winship2000-03-291-0/+6
* convenience functions to canonicalize the host and port values of aDan Winship2000-03-291-0/+5
* Make this work when the inbox file doesn't yet exist.Dan Winship2000-03-291-0/+6
* uncomment the call to unlink the temp file: there's no way to tellDan Winship2000-03-281-0/+5
* add delete_message_by_{number,uid}.Dan Winship2000-03-281-0/+14
* Unref the output_stream when done, close doesn't do it. (_append_message):NotZed2000-03-281-0/+38
* keep separate input and output streams so the output doesn't end up beingDan Winship2000-03-281-0/+10
* fix nastiness with mime dispositions ( at least for now )Michael Meeks2000-03-281-0/+8
* new routine to free the data allocated by camel_service_query_auth_types.Dan Winship2000-03-281-0/+5
* rename camel_stream_mem_new_with_buffer to ..._with_byte_array and add aDan Winship2000-03-281-0/+4
* Remove CamelStreamBufferedFs, since CamelStreamBuffer makes it redundant.Dan Winship2000-03-281-0/+5
* change the CamelFolderSummary interfaces to allow partial summary queriesDan Winship2000-03-251-0/+22
* Added flag to provider initialisation, to match changed structure.NotZed2000-03-241-0/+5
* Added async search api.NotZed2000-03-241-0/+10
* Function to read one line of any size from a stream and return it inDan Winship2000-03-241-0/+6
* New function to query a service for the authentication protocols itDan Winship2000-03-231-0/+7
* fill this in partially make camel_pop3_command return the text afterDan Winship2000-03-231-0/+9
* + * shell/main.c (evolution_boot): gtk_signal_connect'ed "destroy"Matthew Loper2000-03-231-0/+5
* some initial bits of the POP3 provider, to make Matt happy. Incomplete,Dan Winship2000-03-221-0/+5
* display message sizebertrand2000-03-211-0/+11
* documented all functions.bertrand2000-03-211-0/+11
* cosmetic changes.bertrand2000-03-111-0/+4
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-0/+4
* plug mem leaks due to bad documentation ofbertrand2000-03-091-0/+15
* More changes than a man can remember.Bertrand Guiheneuf2000-03-061-1/+9
* Tons of fixes to fix thingsBertrand Guiheneuf2000-03-051-0/+5
* Ref the summary after we have got it.NotZed2000-03-051-0/+6
* stream the raw content instead of nothing if the encoding is notbertrand2000-03-051-0/+7
* bonobo-goad-id is the good key to look for. (get_bonobo_tag_for_object):bertrand2000-03-041-0/+10
* use set_input_stream instead of construct_from_stream to feed the messagebertrand2000-03-041-0/+14
* Make sure we open with create with a creation mask.NotZed2000-03-041-0/+20
* in the case of images, put the content object output stream in the url.bertrand2000-03-041-0/+5
* fixed state 0 keep value.bertrand2000-03-031-0/+5
* don't forget to set the state to 0 after 3. (my_read_encode): don't forgetbertrand2000-03-031-0/+20
* use CamelStreamB64 type for the input stream.bertrand2000-03-031-0/+8
* fix implementation so that it writes properly to the output stream even.bertrand2000-03-021-0/+9
* new utility function.bertrand2000-02-291-0/+6
* revert strange changes.bertrand2000-02-291-0/+9
* Fix a bunch of serious small bugs.NotZed2000-02-291-0/+30
* No, its not a fatal error to search on a non-searchable folder, you justNotZed2000-02-291-0/+10
* Fixed a typo.NotZed2000-02-291-0/+7
* non blocking b64 encoding is a PITABertrand Guiheneuf2000-02-281-0/+16
* add camel_session_get_transport_for_protocolDan Winship2000-02-251-0/+2
* Add CamelTransport abstract class and CamelSendmailTransportDan Winship2000-02-251-0/+8
* oops. ChangeLog entry for previousDan Winship2000-02-251-0/+9
* use CamelExceptions for run-time errors, not incorrect code. Don't botherDan Winship2000-02-251-0/+7
* Free the data in the headers hash table. (_add_header): g_strdup theDan Winship2000-02-241-0/+11
* Dont compile by default.NotZed2000-02-231-1/+6
* don't read the char if we reached the length of the output buffer. Hoursbertrand2000-02-221-0/+5
* fix to show a sample correct implementation.bertrand2000-02-221-0/+35
* added a reset method. Thanks message-browser to find so much bugs :)bertrand2000-02-221-0/+9
* A lot of changes in the way the parsing works. I am too lazyBertrand Guiheneuf2000-02-221-0/+17
* Uh, fixed LIBADD again. What was there was never ever going to work,NotZed2000-02-221-0/+5
* Add "authenticator" to CamelSession and update things to use it.Dan Winship2000-02-221-1/+8
* add CamelExceptions to several functions. Use camel_session_new toDan Winship2000-02-221-0/+18
* Once camel is being used for real, exceptions won't be renumberable. SoDan Winship2000-02-211-0/+7
* add libibex back to libcamelmbox_la_LIBADDDan Winship2000-02-211-0/+5
* 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-191-0/+50