platform/upstream/evolution-data-server.git
2000-04-17 Dan WinshipSet the exception if no provider is found.
2000-04-17 Dan WinshipAdd code to encode and decode %-escapes in URLs, and...
2000-04-15 Chris Toshokadd nntp
2000-04-15 Christopher... Fix switch statement.
2000-04-15 Chris Toshokalways return TRUE for now. we need to check the server...
2000-04-14 Dan Winshippacked their bags and moved to ../mail/
2000-04-14 Dan WinshipThis didn't belong in Camel. Move to mail/
2000-04-14 Dan Winship[This was accidentally not committed with its ChangeLog...
2000-04-14 Chris Toshokadd XXX so i can find this hardcoded string later.
2000-04-14 Chris Toshokokay. working now.
2000-04-14 Chris Toshokinitial import of nntp store.
2000-04-12 Matthew Loper+ * art/Makefile.am: Add tigert's contact-dlg-related...
2000-04-12 Miguel de IcazaFix the embarassing cursor bug.
2000-04-10 Dan Winshipfix various bugs in APOP code (still untested) and...
2000-04-10 Dan WinshipClarify what provider.protocol, provider.name, and...
2000-04-10 Dan Winshipimplement get_message_by_number for the mail fetch...
2000-04-10 EDT 2000 Jeffrey... o Reformatted providers/smtp/camel-smtp-transport.c...
2000-04-09 Dan WinshipNew file with new function to dot-lock an mbox file...
2000-04-08 Christopher... pixmap_DATA isn't defined so don't use it as a variable.
2000-04-08 Dan Winshipactually record the pid returned by fork(). Noticed...
2000-04-08 Dan Winship#include <sys/param.h> for MAXHOSTNAMELEN. (This is...
2000-04-07 EDT 2000 Jeffrey... o fixed numerous bugs in providers/smtp/camel-smtp...
2000-04-07 Dan Winship (pop3_connect): Remember the password after asking...
2000-04-07 Dan WinshipClarify error messages. (finalize): fix a bug in camel_...
2000-04-07 NotZedRemoved smtp for now, its a long way from building...
2000-04-07 EDT 2000 Jeffrey... o Added smtp_helo() request into smtp_connect() (forgot...
2000-04-07 Chris Toshokfix Makefile.am
2000-04-07 EDT 2000 Jeffrey... o Added smtp/ to providers tree under camel o Added...
2000-04-06 Matthew Loper+ * camel-folder-pt-proxy.c (_get_full_name): Remove...
2000-04-06 Dan WinshipReorganize the folder-fetching methods and implement...
2000-04-06 Dan Winshipthe URL RFC says the port must be numeric, so we don...
2000-04-05 Dan Winshipfix a warning
2000-04-01 Dan WinshipCompare mbox_file_size and mbox_modtime to the results...
2000-04-01 Dan Winshipimplement unimplemented methods
2000-04-01 Dan Winshipremove debugging printf()s that no longer seem useful
2000-03-31 Matthew LoperAdded "convert_newlines_to_br" boolean param, to give...
2000-03-30 Matthew LoperUse <pre> tag to force the use of monospaced fonts.
2000-03-30 Dan WinshipAdd a htons in the default_number case, and document...
2000-03-30 Miguel de IcazaAdd htons (port), and only copy 4 bytes for the IP...
2000-03-28 Dan Winshipmake this return a CamelStream rather than a CamelSeeka...
2000-03-28 Dan Winshipfix warnings
2000-03-28 Dan Winshipconvenience functions to canonicalize the host and...
2000-03-28 Dan WinshipMake this work when the inbox file doesn't yet exist.
2000-03-28 Dan Winshipuncomment the call to unlink the temp file: there's...
2000-03-28 Dan Winshipadd delete_message_by_{number,uid}.
2000-03-27 NotZedUnref the output_stream when done, close doesn't do...
2000-03-27 Dan Winshipkeep separate input and output streams so the output...
2000-03-27 Michael Meeksfix nastiness with mime dispositions ( at least for...
2000-03-27 Dan Winshipremove camel-stream-buffered-fs here too
2000-03-27 Dan Winshipfix previous commit: this file wasn't using
2000-03-27 Dan Winshipnew routine to free the data allocated by camel_service...
2000-03-27 Dan Winshiprename camel_stream_mem_new_with_buffer to ..._with_byt...
2000-03-27 Dan WinshipRemove CamelStreamBufferedFs, since CamelStreamBuffer...
2000-03-27 Seth Alvesinclude in.h to quiet compiler
2000-03-25 Dan Winshipchange the CamelFolderSummary interfaces to allow parti...
2000-03-23 NotZedAdded flag to provider initialisation, to match changed...
2000-03-23 Dan Winshipfix the CamelProvider entry (new flags field was missing)
2000-03-23 NotZedAdded async search api.
2000-03-23 Dan WinshipFunction to read one line of any size from a stream...
2000-03-22 Dan WinshipNew function to query a service for the authentication...
2000-03-22 Dan WinshipNew function to scan the provider dir and return a...
2000-03-22 Dan Winshipfix compile errors. duh.
2000-03-22 Dan Winshipfill this in partially make camel_pop3_command return...
2000-03-22 Matthew Loper+ * shell/main.c (evolution_boot): gtk_signal_connect...
2000-03-21 Dan Winshipsome initial bits of the POP3 provider, to make Matt...
2000-03-21 bertranddisplay message size
2000-03-21 bertranddocumented all functions.
2000-03-21 bertrandname change and new fields.
2000-03-12 bertrandadd a field refering to a service associated to the...
2000-03-11 bertrandcosmetic changes.
2000-03-09 Dan Winshipfix the name of "Helix Code, Inc." in all the copyrights
2000-03-08 bertrandplug mem leaks due to bad documentation of
2000-03-06 Bertrand GuiheneufMore changes than a man can remember.
2000-03-05 Bertrand GuiheneufTons of fixes to fix things
2000-03-05 NotZedRef the summary after we have got it.
2000-03-04 bertrandstream the raw content instead of nothing if the encodi...
2000-03-04 bertrandbonobo-goad-id is the good key to look for. (get_bonobo...
2000-03-03 bertranduse set_input_stream instead of construct_from_stream...
2000-03-03 NotZedMake sure we open with create with a creation mask.
2000-03-03 bertrandin the case of images, put the content object output...
2000-03-03 bertrandfixed state 0 keep value.
2000-03-03 bertranddon't forget to set the state to 0 after 3. (my_read_en...
2000-03-02 bertranduse CamelStreamB64 type for the input stream.
2000-03-02 bertrandfix implementation so that it writes properly to the...
2000-03-02 Ettore PerazzoliVarious building fixes. At least, now it builds for me.
2000-03-01 NotZedAdded camel-stream-buffer to build.
2000-02-29 bertrandnew utility function.
2000-02-29 bertrandrevert strange changes.
2000-02-28 NotZedFix a bunch of serious small bugs.
2000-02-28 NotZedNo, its not a fatal error to search on a non-searchable...
2000-02-28 NotZedFixed a typo.
2000-02-28 Bertrand Guiheneufnon blocking b64 encoding is a PITA
2000-02-25 Mathieu Lacagechuuuut.
2000-02-25 Dan Winshiplast set of changes for CamelFolder changes. Evolution...
2000-02-24 Dan Winshipupdate for CamelFolder changes
2000-02-24 Dan Winshipanother typo
2000-02-24 Dan Winshipremove some camel_store_get_separators that I missed...
2000-02-24 Dan Winshipfix variable name
2000-02-24 Dan Winshipinclude camel-transport
2000-02-24 Dan Winshipadd camel_session_get_transport_for_protocol
next