| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't set a default boundary. Require the caller to do that. | Dan Winship | 2000-05-26 | 3 | -5/+37 |
* | updated changelog to reflect changes I made in providers/imap | Jeffrey Stedfast | 2000-05-26 | 1 | -0/+11 |
* | Added initial code to camel-imap-folder.c | Jeffrey Stedfast | 2000-05-26 | 1 | -0/+636 |
* | Updated several imap source files | Jeffrey Stedfast | 2000-05-26 | 2 | -18/+8 |
* | Replace simple data wrapper here too, oops. | NotZed | 2000-05-26 | 2 | -1/+5 |
* | Removed camel-simple-data-wrapper again. Less code to maintain == better | NotZed | 2000-05-26 | 7 | -216/+91 |
* | Took out code that had been there to reconnect to the server if it was not | Jeffrey Stedfast | 2000-05-26 | 6 | -5/+1428 |
* | Re-add camel-simple-data-wrapper.h, which was removed for some reason. | Dan Winship | 2000-05-25 | 2 | -0/+6 |
* | Added more files to the imap provider to use as an outline - will likely need... | Jeffrey Stedfast | 2000-05-25 | 4 | -0/+235 |
* | Fixes to make the SMTP transport thread-safe | EDT 2000 Jeffrey Stedfast | 2000-05-25 | 3 | -18/+45 |
* | Added debug fprintfs, tested with a few messages (smtp_data): Fixed to use | EDT 2000 Jeffrey Stedfast | 2000-05-24 | 5 | -63/+105 |
* | Shut up. | Ettore Perazzoli | 2000-05-23 | 1 | -0/+7 |
* | stuff | Jeffrey Stedfast | 2000-05-23 | 4 | -24/+101 |
* | stuff | Jeffrey Stedfast | 2000-05-23 | 1 | -2/+2 |
* | stuff dude | Jeffrey Stedfast | 2000-05-23 | 2 | -6/+4 |
* | junk | Jeffrey Stedfast | 2000-05-23 | 1 | -2/+2 |
* | changelog | Jeffrey Stedfast | 2000-05-23 | 1 | -0/+5 |
* | more stuff | Jeffrey Stedfast | 2000-05-23 | 1 | -7/+10 |
* | changelog | Jeffrey Stedfast | 2000-05-23 | 1 | -0/+2 |
* | stuff | Jeffrey Stedfast | 2000-05-23 | 2 | -3/+4 |
* | dude, just stuff | Jeffrey Stedfast | 2000-05-23 | 6 | -88/+113 |
* | added camel-mime-filter-smtp.[c,h] and made mods to camel-mime-filter-from.c | Jeffrey Stedfast | 2000-05-23 | 4 | -16/+364 |
* | > searchpart = strchr(namepart, '?'); | NotZed | 2000-05-20 | 30 | -485/+562 |
* | remove message_number_capability and require uid capatibility. | Dan Winship | 2000-05-19 | 8 | -487/+309 |
* | add urls file | Dan Winship | 2000-05-19 | 1 | -0/+1 |
* | Guess! | NotZed | 2000-05-19 | 12 | -3/+709 |
* | Remove unused async open/close and copy_message_to functions. Rename | Dan Winship | 2000-05-18 | 3 | -705/+474 |
* | remove get/set_output_stream operations. They're redundant with | Dan Winship | 2000-05-18 | 10 | -121/+254 |
* | Quick fix to get it to compile. I hope I don't get into trouble. | Darin Adler | 2000-05-18 | 2 | -1/+7 |
* | Don't include the no-longer-distributed possibly-to-be-removed headers. | Dan Winship | 2000-05-18 | 2 | -4/+3 |
* | fix an off-by-one error in address parsing (smtp_data): use | Dan Winship | 2000-05-18 | 2 | -2/+11 |
* | All this basically to support user flags in the summary. They are not yet | NotZed | 2000-05-18 | 7 | -27/+152 |
* | error checking on gethostbyaddr() in providers/smtp/camel-smtp-transport.c | Jeffrey Stedfast | 2000-05-17 | 2 | -2/+7 |
* | Implement. | NotZed | 2000-05-17 | 4 | -7/+292 |
* | get things working with new camel summary stuff. | Chris Toshok | 2000-05-16 | 10 | -679/+156 |
* | o Added some preliminary ESMTP AUTH support | EDT 2000 Jeffrey Stedfast | 2000-05-16 | 2 | -6/+42 |
* | Remove camel_folder_get_summary, which no longer exists. | Dan Winship | 2000-05-15 | 2 | -2/+5 |
* | remove some cruft that we're not currently using. | Dan Winship | 2000-05-12 | 2 | -28/+4 |
* | Change to match prototype (size_t vs unsigned int) so it works on 64-bit | Dan Winship | 2000-05-12 | 2 | -1/+7 |
* | now it deff compiles | Jeffrey Stedfast | 2000-05-12 | 1 | -1/+1 |
* | > * providers/mbox/camel-mbox-folder.c (message_changed): Indicate | Michael Zucci | 2000-05-12 | 5 | -4/+49 |
* | camel-smtp-transport.c will now compile :) | Jeffrey Stedfast | 2000-05-12 | 1 | -7/+8 |
* | providers/smtp/camel-smtp-transport.c: updated smtp_helo to more closely comp... | Jeffrey Stedfast | 2000-05-12 | 2 | -14/+15 |
* | Big bunch o memleaks fixed. | NotZed | 2000-05-12 | 7 | -12/+60 |
* | Free summary items and charset filters. | 1 | 2000-05-12 | 3 | -8/+30 |
* | fixed camel_smtp_transport_class_init(): now initializes service_class | Jeffrey Stedfast | 2000-05-11 | 2 | -1/+9 |
* | fix a stupid typo. Thank you, C. | Dan Winship | 2000-05-11 | 3 | -2/+9 |
* | Removed dist-hook section. | Christopher James Lahey | 2000-05-10 | 2 | -0/+8 |
* | Bleah. Can't fsync a pipe. As a quick kludge, just don't stream_flush it. | Dan Winship | 2000-05-10 | 2 | -2/+7 |
* | o Undid changes to camel-internet-address.[c,h] o Fixed | EDT 2000 Jeffrey Stedfast | 2000-05-09 | 4 | -32/+42 |
* | o Moved struct_address from camel-internet-address.c to | EDT 2000 Jeffrey Stedfast | 2000-05-09 | 4 | -12/+44 |
* | one more refcounting fix I missed before. | Dan Winship | 2000-05-09 | 2 | -3/+6 |
* | o updated to use CamelException (as needed by new camel-stream.c) o no | EDT 2000 Jeffrey Stedfast | 2000-05-09 | 2 | -30/+37 |
* | Use CamelException to signal failure. (camel_stream_write_strings): | Dan Winship | 2000-05-09 | 30 | -812/+920 |
* | Format From and Reply-To to at least a decoded string. Should probably | NotZed | 2000-05-08 | 2 | -4/+24 |
* | blah | Michael Zucci | 2000-05-08 | 1 | -1/+1 |
* | Merged NEW_SUMMARY branch back to trunk, and resolved conflicts. | NotZed | 2000-05-08 | 17 | -1626/+1580 |
* | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 69 | -240/+320 |
* | A machine which serves neither POP nor KPOP is not a POP server. | Dan Winship | 2000-05-07 | 3 | -1/+17 |
* | And same here ... (camel_folder_summary_encode_fixed_int32): Ugh, fwrite | NotZed | 2000-05-06 | 2 | -7/+20 |
* | And same here ... | NotZed | 2000-05-05 | 7 | -45/+77 |
* | Plug a memory leak. (header_decode_text): Fixed memory leaks with | 5 | 2000-05-05 | 4 | -39/+68 |
* | Maxcount is minimum of the max and the requested count, not the maximum :) | NotZed | 2000-05-05 | 7 | -46/+362 |
* | Make this compile again in the !KRB4 case | Dan Winship | 2000-05-05 | 1 | -1/+1 |
* | Don't fall back to plaintext passwords if APOP fails, since it should also | Dan Winship | 2000-05-05 | 2 | -18/+20 |
* | New function to replace camel_provider_scan. Returns a list of either (a) | Dan Winship | 2000-05-04 | 10 | -31/+265 |
* | No, we're not going to have g_strcasecmp for no good reason, | NotZed | 2000-05-04 | 15 | -47/+1597 |
* | Some small build fixes: | Jacob Leach | 2000-05-04 | 2 | -0/+7 |
* | s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael's | Jacob Leach | 2000-05-03 | 8 | -46/+50 |
* | If the iconv handle is -1, then dont try and convert (crashes | NotZed | 2000-05-03 | 2 | -10/+27 |
* | fix typo when dereferencing saveoffset. | Larry Ewing | 2000-05-03 | 2 | -1/+6 |
* | Missed these ... | Michael Zucci | 2000-05-03 | 3 | -0/+549 |
* | REmove gmime-utils.h from here. | NotZed | 2000-05-03 | 8 | -374/+47 |
* | Set G_LOG_DOMAIN in following files. | Matthew Loper | 2000-05-03 | 9 | -9/+27 |
* | > * providers/mbox/camel-mbox-search.c | Michael Zucci | 2000-05-03 | 4 | -11/+7 |
* | > * gmime-utils.[ch]: What the hell, remove it. This will break the | Michael Zucci | 2000-05-03 | 16 | -786/+41 |
* | Removed bizarre string_dichotomy version of this. This code is somewhat | Michael Zucci | 2000-05-03 | 1 | -30/+0 |
* | Fix the previous overflow problem properly (can happen in 2 places). | NotZed | 2000-05-03 | 2 | -39/+41 |
* | Dont use autofill on these fucking long function anmes!!!!!! | 2 | 2000-05-03 | 2 | -5/+9 |
* | Fix the offset for the summary when an item is expunged to take account of | NotZed | 2000-05-03 | 2 | -1/+7 |
* | Deleted messages properly get removed from the index. | Michael Zucci | 2000-05-02 | 5 | -4/+29 |
* | > (camel_folder_expunge): Changed to only allow expunge on an open | Michael Zucci | 2000-05-02 | 2 | -1/+3 |
* | > (func_header_contains): Debug out some search stuff. | Michael Zucci | 2000-05-02 | 4 | -4/+9 |
* | Removed search_id. | Michael Zucci | 2000-05-02 | 7 | -94/+70 |
* | More message cleanup. Flags now work, are saved, and the delete | NotZed | 2000-05-02 | 8 | -176/+469 |
* | oops. s/CAMEL_TRANSPORT_TYPE/CAMEL_PROVIDER_TRANSPORT/ | Dan Winship | 2000-05-01 | 1 | -1/+1 |
* | Tweak the definition of CamelProvider. Among other things, a provider may | Dan Winship | 2000-04-30 | 20 | -499/+329 |
* | const poison | Dan Winship | 2000-04-29 | 3 | -2/+5 |
* | camel_mime_parser_tell() returns an offset from where it started parsing, | Dan Winship | 2000-04-29 | 4 | -15/+53 |
* | remove an unused #include | Dan Winship | 2000-04-29 | 1 | -1/+0 |
* | fix a bug that would cause corruption with very long headers. | Dan Winship | 2000-04-29 | 2 | -1/+6 |
* | Made Evolution OAF-compatible. | Ettore Perazzoli | 2000-04-28 | 4 | -5/+27 |
* | Dont try and check a NULL header. | NotZed | 2000-04-28 | 11 | -556/+176 |
* | Class to represent news addresses - currently empty, and not built. | NotZed | 2000-04-28 | 8 | -0/+694 |
* | Revert previous change. I was confused. | Dan Winship | 2000-04-28 | 2 | -7/+7 |
* | expose these routines. | Dan Winship | 2000-04-28 | 3 | -24/+42 |
* | Diagram of the camel-stream and derived classes used within | Michael Zucci | 2000-04-27 | 1 | -0/+0 |
* | Only write a newline between the headers and the content object if the | Dan Winship | 2000-04-27 | 2 | -4/+12 |
* | Remove. We weren't using the fields that made this different from | Dan Winship | 2000-04-27 | 11 | -314/+63 |
* | sink the content object after referencing it. | Dan Winship | 2000-04-27 | 4 | -69/+49 |
* | sync to current reality | Dan Winship | 2000-04-27 | 5 | -148/+23 |
* | fix format specifier for time zone. Fix typo in month names array. | Dan Winship | 2000-04-27 | 2 | -3/+7 |
* | Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces, | NotZed | 2000-04-26 | 34 | -1923/+935 |
* | only return TRUE if the parent is at eos AND the buffer has been exhausted | Dan Winship | 2000-04-26 | 2 | -1/+4 |
* | fix some incorrect macro usage that resulted in bogus casts | Dan Winship | 2000-04-25 | 2 | -4/+9 |
* | fix a cut-and-pasto. | Dan Winship | 2000-04-25 | 2 | -1/+4 |
* | ref (and sink) the message stream if we're going to unref it later. | Dan Winship | 2000-04-25 | 2 | -0/+7 |
* | remove data-wrapper-repository.h include(s) | Dan Winship | 2000-04-25 | 2 | -2/+4 |
* | Big fixes for the last commit which broke the message creation entirely. | Michael Zucci | 2000-04-24 | 8 | -48/+364 |
* | No longer call data_wrapper_repository_init. | NotZed | 2000-04-24 | 20 | -1132/+441 |
* | fix some obvious minor bugs noted by -Wall. | Dan Winship | 2000-04-24 | 2 | -2/+7 |
* | Whole swag of changes. Still lots of cleanup remaining ... | NotZed | 2000-04-23 | 15 | -211/+765 |
* | clean, document, etc. (camel_multipart_init): pick a prettier default | Dan Winship | 2000-04-23 | 3 | -273/+365 |
* | Ref the folder after setting it in the new message. | NotZed | 2000-04-22 | 14 | -577/+655 |
* | Removed. | NotZed | 2000-04-22 | 7 | -1531/+9 |
* | use libunicode iconv functions rather than libc ones (since libc might not | Dan Winship | 2000-04-21 | 3 | -8/+25 |
* | Trim leading/trailing spaces off the raw headers. | NotZed | 2000-04-21 | 2 | -3/+22 |
* | MERGE NEW_PARSER branch into HEAD, fixed conflicts. | NotZed | 2000-04-21 | 42 | -2664/+7068 |
* | This is a subtype of CamelSeekableStream, not CamelStream. | Dan Winship | 2000-04-20 | 2 | -1/+5 |
* | clean up a lot. (eos): When testing for end-of-stream, reset the parent | Dan Winship | 2000-04-20 | 3 | -304/+204 |
* | oops. fix prototype in both places | Dan Winship | 2000-04-20 | 1 | -2/+2 |
* | const poison. (Belatedly goes with my change of 2000-02-23.) | Dan Winship | 2000-04-20 | 3 | -8/+18 |
* | do better reference counting of streams so they actually go away when they | Dan Winship | 2000-04-19 | 3 | -3/+13 |
* | kill camel-log | Dan Winship | 2000-04-19 | 45 | -894/+90 |
* | added 2nd arg to g_return_val_if_fail so this builds | Seth Alves | 2000-04-19 | 1 | -2/+2 |
* | Clean, polish, document. Most of the gtk-doc comments added to | Dan Winship | 2000-04-19 | 7 | -448/+488 |
* | Remove the "session" field from CamelMimeMessage. Nothing uses it, about | Dan Winship | 2000-04-18 | 9 | -15/+22 |
* | Set the exception if no provider is found. | Dan Winship | 2000-04-18 | 2 | -1/+8 |
* | Add code to encode and decode %-escapes in URLs, and do some additional | Dan Winship | 2000-04-18 | 2 | -21/+120 |
* | add nntp | Chris Toshok | 2000-04-15 | 2 | -1/+5 |
* | Fix switch statement. | Christopher James Lahey | 2000-04-15 | 2 | -3/+7 |
* | always return TRUE for now. we need to check the server response to make | Chris Toshok | 2000-04-15 | 3 | -48/+172 |
* | packed their bags and moved to ../mail/ | Dan Winship | 2000-04-15 | 2 | -1168/+0 |
* | This didn't belong in Camel. Move to mail/ | Dan Winship | 2000-04-15 | 3 | -3/+7 |
* | [This was accidentally not committed with its ChangeLog entry somehow...] | Dan Winship | 2000-04-15 | 1 | -3/+14 |
* | add XXX so i can find this hardcoded string later. | Chris Toshok | 2000-04-15 | 1 | -0/+1 |
* | okay. working now. | Chris Toshok | 2000-04-15 | 3 | -16/+77 |
* | initial import of nntp store. | Chris Toshok | 2000-04-15 | 11 | -0/+2014 |
* | + * art/Makefile.am: Add tigert's contact-dlg-related images. | Matthew Loper | 2000-04-12 | 2 | -0/+16 |
* | Fix the embarassing cursor bug. | Miguel de Icaza | 2000-04-12 | 2 | -2/+7 |
* | fix various bugs in APOP code (still untested) and some of the error | Dan Winship | 2000-04-11 | 2 | -22/+33 |
* | Clarify what provider.protocol, provider.name, and provider.description | Dan Winship | 2000-04-11 | 5 | -9/+34 |
* | implement get_message_by_number for the mail fetch code. | Dan Winship | 2000-04-10 | 2 | -2/+29 |
* | o Reformatted providers/smtp/camel-smtp-transport.c to fit the standard | EDT 2000 Jeffrey Stedfast | 2000-04-10 | 2 | -387/+357 |
* | New file with new function to dot-lock an mbox file and copy it to a safe | Dan Winship | 2000-04-10 | 5 | -0/+305 |
* | pixmap_DATA isn't defined so don't use it as a variable. | Christopher James Lahey | 2000-04-09 | 2 | -0/+10 |
* | actually record the pid returned by fork(). Noticed by clahey. | Dan Winship | 2000-04-09 | 2 | -1/+5 |
* | #include <sys/param.h> for MAXHOSTNAMELEN. (This is a stopgap: some of the | Dan Winship | 2000-04-09 | 2 | -0/+7 |
* | o fixed numerous bugs in providers/smtp/camel-smtp-transport.c; should now | EDT 2000 Jeffrey Stedfast | 2000-04-08 | 4 | -54/+57 |
* | (pop3_connect): Remember the password after asking for it the | Dan Winship | 2000-04-08 | 2 | -17/+14 |
* | Clarify error messages. (finalize): fix a bug in camel_exception usage | Dan Winship | 2000-04-08 | 2 | -11/+28 |
* | Removed smtp for now, its a long way from building. Removed file that | NotZed | 2000-04-07 | 3 | -528/+8 |
* | o Added smtp_helo() request into smtp_connect() (forgott o do this before) | EDT 2000 Jeffrey Stedfast | 2000-04-07 | 1 | -1/+7 |
* | fix Makefile.am | Chris Toshok | 2000-04-07 | 1 | -2/+2 |
* | o Added smtp/ to providers tree under camel o Added makefiles and source | EDT 2000 Jeffrey Stedfast | 2000-04-07 | 6 | -2/+1370 |
* | + * camel-folder-pt-proxy.c (_get_full_name): Remove exception param | Matthew Loper | 2000-04-07 | 2 | -2/+9 |
* | Reorganize the folder-fetching methods and implement a folder cache so | Dan Winship | 2000-04-07 | 7 | -115/+287 |
* | the URL RFC says the port must be numeric, so we don't want to do | Dan Winship | 2000-04-06 | 11 | -284/+255 |
* | fix a warning | Dan Winship | 2000-04-06 | 1 | -1/+0 |
* | Compare mbox_file_size and mbox_modtime to the results of stat()ing the | Dan Winship | 2000-04-02 | 4 | -50/+96 |
* | implement unimplemented methods | Dan Winship | 2000-04-01 | 2 | -12/+15 |
* | remove debugging printf()s that no longer seem useful | Dan Winship | 2000-04-01 | 5 | -11/+14 |
* | Added "convert_newlines_to_br" boolean param, to give the option of not | Matthew Loper | 2000-04-01 | 2 | -6/+16 |
* | Use <pre> tag to force the use of monospaced fonts. | Matthew Loper | 2000-03-31 | 2 | -0/+9 |
* | Add a htons in the default_number case, and document the fact that the | Dan Winship | 2000-03-31 | 3 | -10/+15 |
* | Add htons (port), and only copy 4 bytes for the IP address to prevent a | Miguel de Icaza | 2000-03-30 | 2 | -2/+13 |
* | make this return a CamelStream rather than a CamelSeekableSubstream, | Dan Winship | 2000-03-29 | 4 | -5/+11 |
* | fix warnings | Dan Winship | 2000-03-29 | 13 | -27/+15 |
* | convenience functions to canonicalize the host and port values of a | Dan Winship | 2000-03-29 | 4 | -21/+113 |
* | Make this work when the inbox file doesn't yet exist. | Dan Winship | 2000-03-29 | 2 | -24/+40 |
* | uncomment the call to unlink the temp file: there's no way to tell | Dan Winship | 2000-03-28 | 2 | -1/+6 |
* | add delete_message_by_{number,uid}. | Dan Winship | 2000-03-28 | 6 | -7/+297 |
* | Unref the output_stream when done, close doesn't do it. (_append_message): | NotZed | 2000-03-28 | 13 | -48/+302 |
* | keep separate input and output streams so the output doesn't end up being | Dan Winship | 2000-03-28 | 6 | -20/+79 |
* | fix nastiness with mime dispositions ( at least for now ) | Michael Meeks | 2000-03-28 | 4 | -7/+17 |
* | remove camel-stream-buffered-fs here too | Dan Winship | 2000-03-28 | 1 | -2/+0 |
* | fix previous commit: this file wasn't using | Dan Winship | 2000-03-28 | 1 | -0/+1 |
* | new routine to free the data allocated by camel_service_query_auth_types. | Dan Winship | 2000-03-28 | 4 | -3/+42 |
* | rename camel_stream_mem_new_with_buffer to ..._with_byte_array and add a | Dan Winship | 2000-03-28 | 3 | -11/+24 |
* | Remove CamelStreamBufferedFs, since CamelStreamBuffer makes it redundant. | Dan Winship | 2000-03-28 | 5 | -358/+5 |
* | include in.h to quiet compiler | Seth Alves | 2000-03-27 | 1 | -0/+1 |
* | change the CamelFolderSummary interfaces to allow partial summary queries | Dan Winship | 2000-03-25 | 10 | -543/+589 |
* | Added flag to provider initialisation, to match changed structure. | NotZed | 2000-03-24 | 3 | -1/+7 |
* | fix the CamelProvider entry (new flags field was missing) | Dan Winship | 2000-03-24 | 1 | -0/+1 |
* | Added async search api. | NotZed | 2000-03-24 | 7 | -44/+148 |
* | Function to read one line of any size from a stream and return it in | Dan Winship | 2000-03-24 | 5 | -2/+55 |
* | New function to query a service for the authentication protocols it | Dan Winship | 2000-03-23 | 4 | -0/+70 |
* | New function to scan the provider dir and return a list of all providers. | Dan Winship | 2000-03-23 | 3 | -18/+41 |
* | fix compile errors. duh. | Dan Winship | 2000-03-23 | 3 | -14/+18 |
* | fill this in partially make camel_pop3_command return the text after | Dan Winship | 2000-03-23 | 7 | -25/+258 |
* | + * shell/main.c (evolution_boot): gtk_signal_connect'ed "destroy" | Matthew Loper | 2000-03-23 | 2 | -2/+9 |
* | some initial bits of the POP3 provider, to make Matt happy. Incomplete, | Dan Winship | 2000-03-22 | 5 | -0/+465 |
* | display message size | bertrand | 2000-03-21 | 5 | -4/+18 |
* | documented all functions. | bertrand | 2000-03-21 | 2 | -1/+76 |
* | name change and new fields. | bertrand | 2000-03-21 | 3 | -4/+12 |
* | add a field refering to a service associated to the efolder. In the case | bertrand | 2000-03-12 | 1 | -1/+1 |
* | cosmetic changes. | bertrand | 2000-03-11 | 2 | -15/+28 |
* | fix the name of "Helix Code, Inc." in all the copyrights | Dan Winship | 2000-03-10 | 80 | -79/+83 |
* | plug mem leaks due to bad documentation of | bertrand | 2000-03-09 | 5 | -18/+50 |
* | More changes than a man can remember. | Bertrand Guiheneuf | 2000-03-06 | 8 | -64/+106 |
* | Tons of fixes to fix things | Bertrand Guiheneuf | 2000-03-05 | 8 | -32/+79 |
* | Ref the summary after we have got it. | NotZed | 2000-03-05 | 2 | -0/+16 |
* | stream the raw content instead of nothing if the encoding is not | bertrand | 2000-03-05 | 5 | -9/+17 |
* | bonobo-goad-id is the good key to look for. (get_bonobo_tag_for_object): | bertrand | 2000-03-04 | 3 | -3/+15 |
* | use set_input_stream instead of construct_from_stream to feed the message | bertrand | 2000-03-04 | 6 | -13/+58 |
* | Make sure we open with create with a creation mask. | NotZed | 2000-03-04 | 3 | -4/+23 |
* | in the case of images, put the content object output stream in the url. | bertrand | 2000-03-04 | 3 | -7/+12 |
* | fixed state 0 keep value. | bertrand | 2000-03-03 | 2 | -2/+7 |
* | don't forget to set the state to 0 after 3. (my_read_encode): don't forget | bertrand | 2000-03-03 | 8 | -275/+329 |
* | use CamelStreamB64 type for the input stream. | bertrand | 2000-03-03 | 4 | -7/+22 |
* | fix implementation so that it writes properly to the output stream even. | bertrand | 2000-03-02 | 3 | -6/+24 |
* | Various building fixes. At least, now it builds for me. | Ettore Perazzoli | 2000-03-02 | 1 | -3/+7 |
* | Added camel-stream-buffer to build. | NotZed | 2000-03-01 | 3 | -0/+558 |
* | new utility function. | bertrand | 2000-02-29 | 5 | -47/+91 |
* | revert strange changes. | bertrand | 2000-02-29 | 4 | -4/+19 |
* | Fix a bunch of serious small bugs. | NotZed | 2000-02-29 | 8 | -87/+74 |
* | No, its not a fatal error to search on a non-searchable folder, you just | NotZed | 2000-02-29 | 3 | -10/+25 |
* | Fixed a typo. | NotZed | 2000-02-29 | 4 | -43/+50 |
* | non blocking b64 encoding is a PITA | Bertrand Guiheneuf | 2000-02-28 | 3 | -59/+308 |
* | chuuuut. | Mathieu Lacage | 2000-02-26 | 2 | -1/+8 |
* | last set of changes for CamelFolder changes. Evolution builds again... | Dan Winship | 2000-02-25 | 1 | -22/+23 |
* | update for CamelFolder changes | Dan Winship | 2000-02-25 | 1 | -6/+11 |
* | another typo | Dan Winship | 2000-02-25 | 1 | -1/+1 |
* | remove some camel_store_get_separators that I missed before | Dan Winship | 2000-02-25 | 1 | -6/+5 |
* | fix variable name | Dan Winship | 2000-02-25 | 1 | -1/+1 |
* | include camel-transport | Dan Winship | 2000-02-25 | 1 | -0/+2 |
* | add camel_session_get_transport_for_protocol | Dan Winship | 2000-02-25 | 3 | -0/+48 |
* | Add CamelTransport abstract class and CamelSendmailTransport | Dan Winship | 2000-02-25 | 9 | -1/+551 |
* | oops. ChangeLog entry for previous | Dan Winship | 2000-02-25 | 1 | -0/+9 |
* | Move "separator" from camel-store to camel-folder, since it can vary from | Dan Winship | 2000-02-25 | 6 | -85/+37 |
* | use CamelExceptions for run-time errors, not incorrect code. Don't bother | Dan Winship | 2000-02-25 | 3 | -751/+156 |
* | Free the data in the headers hash table. (_add_header): g_strdup the | Dan Winship | 2000-02-24 | 3 | -6/+26 |
* | Fix an exception error message. | Bertrand Guiheneuf | 2000-02-24 | 1 | -3/+5 |
* | Dont compile by default. | NotZed | 2000-02-23 | 3 | -2/+20 |
* | don't read the char if we reached the length of the output buffer. Hours | bertrand | 2000-02-22 | 3 | -39/+49 |
* | fix to show a sample correct implementation. | bertrand | 2000-02-22 | 7 | -70/+292 |
* | added a reset method. Thanks message-browser to find so much bugs :) | bertrand | 2000-02-22 | 3 | -3/+33 |
* | A lot of changes in the way the parsing works. I am too lazy | Bertrand Guiheneuf | 2000-02-22 | 10 | -10/+529 |
* | Uh, fixed LIBADD again. What was there was never ever going to work, | NotZed | 2000-02-22 | 2 | -7/+6 |
* | Add "authenticator" to CamelSession and update things to use it. | Dan Winship | 2000-02-22 | 4 | -7/+59 |
* | add CamelExceptions to several functions. Use camel_session_new to | Dan Winship | 2000-02-22 | 11 | -213/+266 |
* | Once camel is being used for real, exceptions won't be renumberable. So | Dan Winship | 2000-02-21 | 2 | -3/+16 |
* | add libibex back to libcamelmbox_la_LIBADD | Dan Winship | 2000-02-21 | 2 | -2/+6 |
* | clean up warnings | Dan Winship | 2000-02-21 | 1 | -12/+8 |
* | 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 | 6 | -712/+238 |
* | Statically link with ibex | Miguel de Icaza | 2000-02-19 | 1 | -2/+2 |
* | New header with the typedefs for all camel classes. Now the class headers | Dan Winship | 2000-02-19 | 34 | -97/+125 |
* | fix a stupid typo (thank you gcc -Wall) | Dan Winship | 2000-02-19 | 1 | -1/+1 |
* | #include <ctype.h> so the hash function doesn't get stuck using the | Dan Winship | 2000-02-19 | 1 | -1/+1 |