2000-06-15 |
Dan Winship | Remove camel_service_connect_with_url. (URLs must be...
|
commit | commitdiff | tree |
2000-06-15 |
Dan Winship | Kill. Folders are now always open, and handle "closing...
|
commit | commitdiff | tree |
2000-06-15 |
Dan Winship | fix a bug. (don't expunge deleted messages if called...
|
commit | commitdiff | tree |
2000-06-15 |
Dan Winship | Check server for various interesting extensions.
|
commit | commitdiff | tree |
2000-06-15 |
Dan Winship | Fix to previous change: make sure the "seek" variable...
|
commit | commitdiff | tree |
2000-06-14 |
Dan Winship | if the mbox doesn't end with a '\n', write one before...
|
commit | commitdiff | tree |
2000-06-14 |
Dan Winship | Renamed from camel_mbox_summary_expunge. Takes a gboolean...
|
commit | commitdiff | tree |
2000-06-12 |
Dan Winship | don't pass a second (incorrect) -rpath in addition...
|
commit | commitdiff | tree |
2000-06-12 |
Dan Winship | New filter to do CRLF<->LF conversion. (Currently only...
|
commit | commitdiff | tree |
2000-06-09 |
Dan Winship | Add another argument, "mode", which can be CAMEL_AUTHENTICAT...
|
commit | commitdiff | tree |
2000-06-07 |
Dan Winship | Remove exists, create, delete. A CamelFolder now always...
|
commit | commitdiff | tree |
2000-06-07 |
Dan Winship | Remove exists, create, delete. A CamelFolder now always...
|
commit | commitdiff | tree |
2000-06-07 |
Dan Winship | if the mbox doesn't end with a '\n', write one before...
|
commit | commitdiff | tree |
2000-06-07 |
Dan Winship | Renamed from camel_mbox_summary_expunge. Takes a gboolean...
|
commit | commitdiff | tree |
2000-06-07 |
Dan Winship | Remove exists, create, delete. A CamelFolder now always...
|
commit | commitdiff | tree |
2000-06-05 |
Dan Winship | fix typo/braino (set "Content-Disposition", not "Content...
|
commit | commitdiff | tree |
2000-06-02 |
Dan Winship | Fun with purify.
|
commit | commitdiff | tree |
2000-05-30 |
Dan Winship | Renamed from camel_mbox_summary_expunge. Takes a gboolean...
|
commit | commitdiff | tree |
2000-05-29 |
Dan Winship | Fix up some glib precondition stuff. Try to set the...
|
commit | commitdiff | tree |
2000-05-28 |
Dan Winship | Add a domain field to CamelProvider, to say what kind...
|
commit | commitdiff | tree |
2000-05-28 |
Dan Winship | (connect_to_server): Remove port number from error...
|
commit | commitdiff | tree |
2000-05-28 |
Dan Winship | Split apart password and APOP auth, since some servers...
|
commit | commitdiff | tree |
2000-05-28 |
Dan Winship | Use `foo@bar' rather than `"" <foo@bar>' for email...
|
commit | commitdiff | tree |
2000-05-26 |
Dan Winship | Don't set a default boundary. Require the caller to...
|
commit | commitdiff | tree |
2000-05-25 |
Dan Winship | Re-add camel-simple-data-wrapper.h, which was removed...
|
commit | commitdiff | tree |
2000-05-19 |
Dan Winship | remove message_number_capability and require uid capatibility.
|
commit | commitdiff | tree |
2000-05-18 |
Dan Winship | add urls file
|
commit | commitdiff | tree |
2000-05-18 |
Dan Winship | Remove unused async open/close and copy_message_to...
|
commit | commitdiff | tree |
2000-05-18 |
Dan Winship | remove get/set_output_stream operations. They're redundant...
|
commit | commitdiff | tree |
2000-05-17 |
Dan Winship | Don't include the no-longer-distributed possibly-to...
|
commit | commitdiff | tree |
2000-05-17 |
Dan Winship | fix an off-by-one error in address parsing (smtp_data...
|
commit | commitdiff | tree |
2000-05-15 |
Dan Winship | Remove camel_folder_get_summary, which no longer exists.
|
commit | commitdiff | tree |
2000-05-12 |
Dan Winship | remove some cruft that we're not currently using.
|
commit | commitdiff | tree |
2000-05-11 |
Dan Winship | Change to match prototype (size_t vs unsigned int)...
|
commit | commitdiff | tree |
2000-05-10 |
Dan Winship | fix a stupid typo. Thank you, C.
|
commit | commitdiff | tree |
2000-05-09 |
Dan Winship | Bleah. Can't fsync a pipe. As a quick kludge, just...
|
commit | commitdiff | tree |
2000-05-09 |
Dan Winship | one more refcounting fix I missed before.
|
commit | commitdiff | tree |
2000-05-08 |
Dan Winship | Use CamelException to signal failure. (camel_stream_write_st...
|
commit | commitdiff | tree |
2000-05-08 |
Dan Winship | Renamed from camel_mbox_summary_expunge. Takes a gboolean...
|
commit | commitdiff | tree |
2000-05-07 |
Dan Winship | Make camel not leak like a sieve.
|
commit | commitdiff | tree |
2000-05-06 |
Dan Winship | A machine which serves neither POP nor KPOP is not...
|
commit | commitdiff | tree |
2000-05-04 |
Dan Winship | Make this compile again in the !KRB4 case
|
commit | commitdiff | tree |
2000-05-04 |
Dan Winship | Don't fall back to plaintext passwords if APOP fails...
|
commit | commitdiff | tree |
2000-05-04 |
Dan Winship | New function to replace camel_provider_scan. Returns...
|
commit | commitdiff | tree |
2000-04-30 |
Dan Winship | oops. s/CAMEL_TRANSPORT_TYPE/CAMEL_PROVIDER_TRANSPORT/
|
commit | commitdiff | tree |
2000-04-30 |
Dan Winship | Tweak the definition of CamelProvider. Among other...
|
commit | commitdiff | tree |
2000-04-29 |
Dan Winship | const poison
|
commit | commitdiff | tree |
2000-04-29 |
Dan Winship | camel_mime_parser_tell() returns an offset from where...
|
commit | commitdiff | tree |
2000-04-29 |
Dan Winship | remove an unused #include
|
commit | commitdiff | tree |
2000-04-28 |
Dan Winship | fix a bug that would cause corruption with very long...
|
commit | commitdiff | tree |
2000-04-27 |
Dan Winship | Revert previous change. I was confused.
|
commit | commitdiff | tree |
2000-04-27 |
Dan Winship | expose these routines.
|
commit | commitdiff | tree |
2000-04-26 |
Dan Winship | Only write a newline between the headers and the content...
|
commit | commitdiff | tree |
2000-04-26 |
Dan Winship | Remove. We weren't using the fields that made this...
|
commit | commitdiff | tree |
2000-04-26 |
Dan Winship | sink the content object after referencing it.
|
commit | commitdiff | tree |
2000-04-26 |
Dan Winship | sync to current reality
|
commit | commitdiff | tree |
2000-04-26 |
Dan Winship | fix format specifier for time zone. Fix typo in month...
|
commit | commitdiff | tree |
2000-04-26 |
Dan Winship | only return TRUE if the parent is at eos AND the buffer...
|
commit | commitdiff | tree |
2000-04-25 |
Dan Winship | fix some incorrect macro usage that resulted in bogus...
|
commit | commitdiff | tree |
2000-04-24 |
Dan Winship | fix a cut-and-pasto.
|
commit | commitdiff | tree |
2000-04-24 |
Dan Winship | ref (and sink) the message stream if we're going to...
|
commit | commitdiff | tree |
2000-04-24 |
Dan Winship | remove data-wrapper-repository.h include(s)
|
commit | commitdiff | tree |
2000-04-23 |
Dan Winship | fix some obvious minor bugs noted by -Wall.
|
commit | commitdiff | tree |
2000-04-22 |
Dan Winship | clean, document, etc. (camel_multipart_init): pick...
|
commit | commitdiff | tree |
2000-04-21 |
Dan Winship | use libunicode iconv functions rather than libc ones...
|
commit | commitdiff | tree |
2000-04-19 |
Dan Winship | This is a subtype of CamelSeekableStream, not CamelStream.
|
commit | commitdiff | tree |
2000-04-19 |
Dan Winship | clean up a lot. (eos): When testing for end-of-stream...
|
commit | commitdiff | tree |
2000-04-19 |
Dan Winship | oops. fix prototype in both places
|
commit | commitdiff | tree |
2000-04-19 |
Dan Winship | const poison. (Belatedly goes with my change of 2000...
|
commit | commitdiff | tree |
2000-04-19 |
Dan Winship | do better reference counting of streams so they actually...
|
commit | commitdiff | tree |
2000-04-18 |
Dan Winship | kill camel-log
|
commit | commitdiff | tree |
2000-04-18 |
Dan Winship | Clean, polish, document. Most of the gtk-doc comments...
|
commit | commitdiff | tree |
2000-04-17 |
Dan Winship | Remove the "session" field from CamelMimeMessage. Nothing...
|
commit | commitdiff | tree |
2000-04-17 |
Dan Winship | Set the exception if no provider is found.
|
commit | commitdiff | tree |
2000-04-17 |
Dan Winship | Add code to encode and decode %-escapes in URLs, and...
|
commit | commitdiff | tree |
2000-04-14 |
Dan Winship | packed their bags and moved to ../mail/
|
commit | commitdiff | tree |
2000-04-14 |
Dan Winship | This didn't belong in Camel. Move to mail/
|
commit | commitdiff | tree |
2000-04-14 |
Dan Winship | [This was accidentally not committed with its ChangeLog...
|
commit | commitdiff | tree |
2000-04-10 |
Dan Winship | fix various bugs in APOP code (still untested) and...
|
commit | commitdiff | tree |
2000-04-10 |
Dan Winship | Clarify what provider.protocol, provider.name, and...
|
commit | commitdiff | tree |
2000-04-10 |
Dan Winship | implement get_message_by_number for the mail fetch...
|
commit | commitdiff | tree |
2000-04-09 |
Dan Winship | New file with new function to dot-lock an mbox file...
|
commit | commitdiff | tree |
2000-04-08 |
Dan Winship | actually record the pid returned by fork(). Noticed...
|
commit | commitdiff | tree |
2000-04-08 |
Dan Winship | #include <sys/param.h> for MAXHOSTNAMELEN. (This is...
|
commit | commitdiff | tree |
2000-04-07 |
Dan Winship | (pop3_connect): Remember the password after asking...
|
commit | commitdiff | tree |
2000-04-07 |
Dan Winship | Clarify error messages. (finalize): fix a bug in camel_excep...
|
commit | commitdiff | tree |
2000-04-06 |
Dan Winship | Reorganize the folder-fetching methods and implement...
|
commit | commitdiff | tree |
2000-04-06 |
Dan Winship | the URL RFC says the port must be numeric, so we don...
|
commit | commitdiff | tree |
2000-04-05 |
Dan Winship | fix a warning
|
commit | commitdiff | tree |
2000-04-01 |
Dan Winship | Compare mbox_file_size and mbox_modtime to the results...
|
commit | commitdiff | tree |
2000-04-01 |
Dan Winship | implement unimplemented methods
|
commit | commitdiff | tree |
2000-04-01 |
Dan Winship | remove debugging printf()s that no longer seem useful
|
commit | commitdiff | tree |
2000-03-30 |
Dan Winship | Add a htons in the default_number case, and document...
|
commit | commitdiff | tree |
2000-03-28 |
Dan Winship | make this return a CamelStream rather than a CamelSeekableSu...
|
commit | commitdiff | tree |
2000-03-28 |
Dan Winship | fix warnings
|
commit | commitdiff | tree |
2000-03-28 |
Dan Winship | convenience functions to canonicalize the host and...
|
commit | commitdiff | tree |
2000-03-28 |
Dan Winship | Make this work when the inbox file doesn't yet exist.
|
commit | commitdiff | tree |
2000-03-28 |
Dan Winship | uncomment the call to unlink the temp file: there's...
|
commit | commitdiff | tree |
2000-03-28 |
Dan Winship | add delete_message_by_{number,uid}.
|
commit | commitdiff | tree |
2000-03-27 |
Dan Winship | keep separate input and output streams so the output...
|
commit | commitdiff | tree |
next |