| Commit message (Expand) | Author | Age | Files | Lines |
| * | Only write a newline between the headers and the content object if the | Dan Winship | 2000-04-27 | 1 | -0/+5 |
| * | Remove. We weren't using the fields that made this different from | Dan Winship | 2000-04-27 | 1 | -0/+11 |
| * | sink the content object after referencing it. | Dan Winship | 2000-04-27 | 1 | -0/+7 |
| * | sync to current reality | Dan Winship | 2000-04-27 | 1 | -0/+4 |
| * | fix format specifier for time zone. Fix typo in month names array. | Dan Winship | 2000-04-27 | 1 | -0/+5 |
| * | Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces, | NotZed | 2000-04-26 | 1 | -0/+187 |
| * | only return TRUE if the parent is at eos AND the buffer has been exhausted | Dan Winship | 2000-04-26 | 1 | -0/+3 |
| * | fix some incorrect macro usage that resulted in bogus casts | Dan Winship | 2000-04-25 | 1 | -0/+5 |
| * | fix a cut-and-pasto. | Dan Winship | 2000-04-25 | 1 | -0/+3 |
| * | ref (and sink) the message stream if we're going to unref it later. | Dan Winship | 2000-04-25 | 1 | -0/+5 |
| * | remove data-wrapper-repository.h include(s) | Dan Winship | 2000-04-25 | 1 | -0/+4 |
| * | Big fixes for the last commit which broke the message creation entirely. | Michael Zucci | 2000-04-24 | 1 | -0/+23 |
| * | No longer call data_wrapper_repository_init. | NotZed | 2000-04-24 | 1 | -0/+118 |
| * | fix some obvious minor bugs noted by -Wall. | Dan Winship | 2000-04-24 | 1 | -0/+5 |
| * | Whole swag of changes. Still lots of cleanup remaining ... | NotZed | 2000-04-23 | 1 | -0/+95 |
| * | clean, document, etc. (camel_multipart_init): pick a prettier default | Dan Winship | 2000-04-23 | 1 | -0/+6 |
| * | Ref the folder after setting it in the new message. | NotZed | 2000-04-22 | 1 | -0/+133 |
| * | Removed. | NotZed | 2000-04-22 | 1 | -0/+7 |
| * | use libunicode iconv functions rather than libc ones (since libc might not | Dan Winship | 2000-04-21 | 1 | -0/+8 |
| * | Trim leading/trailing spaces off the raw headers. | NotZed | 2000-04-21 | 1 | -0/+3 |
| * | MERGE NEW_PARSER branch into HEAD, fixed conflicts. | NotZed | 2000-04-21 | 1 | -0/+301 |
| * | This is a subtype of CamelSeekableStream, not CamelStream. | Dan Winship | 2000-04-20 | 1 | -0/+4 |
| * | clean up a lot. (eos): When testing for end-of-stream, reset the parent | Dan Winship | 2000-04-20 | 1 | -0/+6 |
| * | const poison. (Belatedly goes with my change of 2000-02-23.) | Dan Winship | 2000-04-20 | 1 | -0/+7 |
| * | do better reference counting of streams so they actually go away when they | Dan Winship | 2000-04-19 | 1 | -0/+5 |
| * | kill camel-log | Dan Winship | 2000-04-19 | 1 | -0/+3 |
| * | Clean, polish, document. Most of the gtk-doc comments added to | Dan Winship | 2000-04-19 | 1 | -0/+8 |
| * | Remove the "session" field from CamelMimeMessage. Nothing uses it, about | Dan Winship | 2000-04-18 | 1 | -0/+13 |
| * | Set the exception if no provider is found. | Dan Winship | 2000-04-18 | 1 | -0/+3 |
| * | Add code to encode and decode %-escapes in URLs, and do some additional | Dan Winship | 2000-04-18 | 1 | -0/+6 |
| * | add nntp | Chris Toshok | 2000-04-15 | 1 | -0/+4 |
| * | Fix switch statement. | Christopher James Lahey | 2000-04-15 | 1 | -0/+4 |
| * | always return TRUE for now. we need to check the server response to make | Chris Toshok | 2000-04-15 | 1 | -0/+15 |
| * | This didn't belong in Camel. Move to mail/ | Dan Winship | 2000-04-15 | 1 | -0/+7 |
| * | + * art/Makefile.am: Add tigert's contact-dlg-related images. | Matthew Loper | 2000-04-12 | 1 | -0/+6 |
| * | Fix the embarassing cursor bug. | Miguel de Icaza | 2000-04-12 | 1 | -0/+5 |
| * | fix various bugs in APOP code (still untested) and some of the error | Dan Winship | 2000-04-11 | 1 | -0/+3 |
| * | Clarify what provider.protocol, provider.name, and provider.description | Dan Winship | 2000-04-11 | 1 | -0/+9 |
| * | implement get_message_by_number for the mail fetch code. | Dan Winship | 2000-04-10 | 1 | -0/+5 |
| * | o Reformatted providers/smtp/camel-smtp-transport.c to fit the standard | EDT 2000 Jeffrey Stedfast | 2000-04-10 | 1 | -0/+5 |
| * | New file with new function to dot-lock an mbox file and copy it to a safe | Dan Winship | 2000-04-10 | 1 | -0/+5 |
| * | pixmap_DATA isn't defined so don't use it as a variable. | Christopher James Lahey | 2000-04-09 | 1 | -0/+4 |
| * | actually record the pid returned by fork(). Noticed by clahey. | Dan Winship | 2000-04-09 | 1 | -0/+3 |
| * | #include <sys/param.h> for MAXHOSTNAMELEN. (This is a stopgap: some of the | Dan Winship | 2000-04-09 | 1 | -0/+6 |
| * | o fixed numerous bugs in providers/smtp/camel-smtp-transport.c; should now | EDT 2000 Jeffrey Stedfast | 2000-04-08 | 1 | -0/+7 |
| * | (pop3_connect): Remember the password after asking for it the | Dan Winship | 2000-04-08 | 1 | -0/+2 |
| * | Clarify error messages. (finalize): fix a bug in camel_exception usage | Dan Winship | 2000-04-08 | 1 | -0/+6 |
| * | Removed smtp for now, its a long way from building. Removed file that | NotZed | 2000-04-07 | 1 | -0/+7 |
| * | + * camel-folder-pt-proxy.c (_get_full_name): Remove exception param | Matthew Loper | 2000-04-07 | 1 | -0/+7 |
| * | Reorganize the folder-fetching methods and implement a folder cache so | Dan Winship | 2000-04-07 | 1 | -0/+19 |
| * | the URL RFC says the port must be numeric, so we don't want to do | Dan Winship | 2000-04-06 | 1 | -0/+9 |
| * | Compare mbox_file_size and mbox_modtime to the results of stat()ing the | Dan Winship | 2000-04-02 | 1 | -0/+25 |
| * | implement unimplemented methods | Dan Winship | 2000-04-01 | 1 | -0/+2 |
| * | remove debugging printf()s that no longer seem useful | Dan Winship | 2000-04-01 | 1 | -0/+10 |
| * | Added "convert_newlines_to_br" boolean param, to give the option of not | Matthew Loper | 2000-04-01 | 1 | -0/+7 |
| * | Use <pre> tag to force the use of monospaced fonts. | Matthew Loper | 2000-03-31 | 1 | -0/+5 |
| * | Add a htons in the default_number case, and document the fact that the | Dan Winship | 2000-03-31 | 1 | -0/+10 |
| * | Add htons (port), and only copy 4 bytes for the IP address to prevent a | Miguel de Icaza | 2000-03-30 | 1 | -0/+6 |
| * | make this return a CamelStream rather than a CamelSeekableSubstream, | Dan Winship | 2000-03-29 | 1 | -0/+6 |
| * | convenience functions to canonicalize the host and port values of a | Dan Winship | 2000-03-29 | 1 | -0/+5 |
| * | Make this work when the inbox file doesn't yet exist. | Dan Winship | 2000-03-29 | 1 | -0/+6 |
| * | uncomment the call to unlink the temp file: there's no way to tell | Dan Winship | 2000-03-28 | 1 | -0/+5 |
| * | add delete_message_by_{number,uid}. | Dan Winship | 2000-03-28 | 1 | -0/+14 |
| * | Unref the output_stream when done, close doesn't do it. (_append_message): | NotZed | 2000-03-28 | 1 | -0/+38 |
| * | keep separate input and output streams so the output doesn't end up being | Dan Winship | 2000-03-28 | 1 | -0/+10 |
| * | fix nastiness with mime dispositions ( at least for now ) | Michael Meeks | 2000-03-28 | 1 | -0/+8 |
| * | new routine to free the data allocated by camel_service_query_auth_types. | Dan Winship | 2000-03-28 | 1 | -0/+5 |
| * | rename camel_stream_mem_new_with_buffer to ..._with_byte_array and add a | Dan Winship | 2000-03-28 | 1 | -0/+4 |
| * | Remove CamelStreamBufferedFs, since CamelStreamBuffer makes it redundant. | Dan Winship | 2000-03-28 | 1 | -0/+5 |
| * | change the CamelFolderSummary interfaces to allow partial summary queries | Dan Winship | 2000-03-25 | 1 | -0/+22 |
| * | Added flag to provider initialisation, to match changed structure. | NotZed | 2000-03-24 | 1 | -0/+5 |
| * | Added async search api. | NotZed | 2000-03-24 | 1 | -0/+10 |
| * | Function to read one line of any size from a stream and return it in | Dan Winship | 2000-03-24 | 1 | -0/+6 |
| * | New function to query a service for the authentication protocols it | Dan Winship | 2000-03-23 | 1 | -0/+7 |
| * | fill this in partially make camel_pop3_command return the text after | Dan Winship | 2000-03-23 | 1 | -0/+9 |
| * | + * shell/main.c (evolution_boot): gtk_signal_connect'ed "destroy" | Matthew Loper | 2000-03-23 | 1 | -0/+5 |
| * | some initial bits of the POP3 provider, to make Matt happy. Incomplete, | Dan Winship | 2000-03-22 | 1 | -0/+5 |
| * | display message size | bertrand | 2000-03-21 | 1 | -0/+11 |
| * | documented all functions. | bertrand | 2000-03-21 | 1 | -0/+11 |
| * | cosmetic changes. | bertrand | 2000-03-11 | 1 | -0/+4 |
| * | fix the name of "Helix Code, Inc." in all the copyrights | Dan Winship | 2000-03-10 | 1 | -0/+4 |
| * | plug mem leaks due to bad documentation of | bertrand | 2000-03-09 | 1 | -0/+15 |
| * | More changes than a man can remember. | Bertrand Guiheneuf | 2000-03-06 | 1 | -1/+9 |
| * | Tons of fixes to fix things | Bertrand Guiheneuf | 2000-03-05 | 1 | -0/+5 |
| * | Ref the summary after we have got it. | NotZed | 2000-03-05 | 1 | -0/+6 |
| * | stream the raw content instead of nothing if the encoding is not | bertrand | 2000-03-05 | 1 | -0/+7 |
| * | bonobo-goad-id is the good key to look for. (get_bonobo_tag_for_object): | bertrand | 2000-03-04 | 1 | -0/+10 |
| * | use set_input_stream instead of construct_from_stream to feed the message | bertrand | 2000-03-04 | 1 | -0/+14 |
| * | Make sure we open with create with a creation mask. | NotZed | 2000-03-04 | 1 | -0/+20 |
| * | in the case of images, put the content object output stream in the url. | bertrand | 2000-03-04 | 1 | -0/+5 |
| * | fixed state 0 keep value. | bertrand | 2000-03-03 | 1 | -0/+5 |
| * | don't forget to set the state to 0 after 3. (my_read_encode): don't forget | bertrand | 2000-03-03 | 1 | -0/+20 |
| * | use CamelStreamB64 type for the input stream. | bertrand | 2000-03-03 | 1 | -0/+8 |
| * | fix implementation so that it writes properly to the output stream even. | bertrand | 2000-03-02 | 1 | -0/+9 |
| * | new utility function. | bertrand | 2000-02-29 | 1 | -0/+6 |
| * | revert strange changes. | bertrand | 2000-02-29 | 1 | -0/+9 |
| * | Fix a bunch of serious small bugs. | NotZed | 2000-02-29 | 1 | -0/+30 |
| * | No, its not a fatal error to search on a non-searchable folder, you just | NotZed | 2000-02-29 | 1 | -0/+10 |
| * | Fixed a typo. | NotZed | 2000-02-29 | 1 | -0/+7 |
| * | non blocking b64 encoding is a PITA | Bertrand Guiheneuf | 2000-02-28 | 1 | -0/+16 |
| * | add camel_session_get_transport_for_protocol | Dan Winship | 2000-02-25 | 1 | -0/+2 |
| * | Add CamelTransport abstract class and CamelSendmailTransport | Dan Winship | 2000-02-25 | 1 | -0/+8 |
| * | oops. ChangeLog entry for previous | Dan Winship | 2000-02-25 | 1 | -0/+9 |
| * | use CamelExceptions for run-time errors, not incorrect code. Don't bother | Dan Winship | 2000-02-25 | 1 | -0/+7 |
| * | Free the data in the headers hash table. (_add_header): g_strdup the | Dan Winship | 2000-02-24 | 1 | -0/+11 |
| * | Dont compile by default. | NotZed | 2000-02-23 | 1 | -1/+6 |
| * | don't read the char if we reached the length of the output buffer. Hours | bertrand | 2000-02-22 | 1 | -0/+5 |
| * | fix to show a sample correct implementation. | bertrand | 2000-02-22 | 1 | -0/+35 |
| * | added a reset method. Thanks message-browser to find so much bugs :) | bertrand | 2000-02-22 | 1 | -0/+9 |
| * | A lot of changes in the way the parsing works. I am too lazy | Bertrand Guiheneuf | 2000-02-22 | 1 | -0/+17 |
| * | Uh, fixed LIBADD again. What was there was never ever going to work, | NotZed | 2000-02-22 | 1 | -0/+5 |
| * | Add "authenticator" to CamelSession and update things to use it. | Dan Winship | 2000-02-22 | 1 | -1/+8 |
| * | add CamelExceptions to several functions. Use camel_session_new to | Dan Winship | 2000-02-22 | 1 | -0/+18 |
| * | Once camel is being used for real, exceptions won't be renumberable. So | Dan Winship | 2000-02-21 | 1 | -0/+7 |
| * | add libibex back to libcamelmbox_la_LIBADD | Dan Winship | 2000-02-21 | 1 | -0/+5 |
| * | Michael created camel/ChangeLog on 2/12 but didn't commit it until 2/18, | Dan Winship | 2000-02-21 | 1 | -0/+183 |
| * | Added exception to call, and fixed caller. | NotZed | 2000-02-19 | 1 | -0/+50 |