platform/upstream/evolution-data-server.git
2000-05-02 NotZedFix the previous overflow problem properly (can happen...
2000-05-02 2Dont use autofill on these fucking long function anmes...
2000-05-02 NotZedFix the offset for the summary when an item is expunged...
2000-05-02 Michael ZucciDeleted messages properly get removed from the index.
2000-05-02 Michael Zucci> (camel_folder_expunge): Changed to only allow expung...
2000-05-02 Michael Zucci> (func_header_contains): Debug out some search stuff.
2000-05-01 Michael ZucciRemoved search_id.
2000-05-01 NotZedMore message cleanup. Flags now work, are saved, and...
2000-04-30 Dan Winshipoops. s/CAMEL_TRANSPORT_TYPE/CAMEL_PROVIDER_TRANSPORT/
2000-04-30 Dan WinshipTweak the definition of CamelProvider. Among other...
2000-04-29 Dan Winshipconst poison
2000-04-29 Dan Winshipcamel_mime_parser_tell() returns an offset from where...
2000-04-29 Dan Winshipremove an unused #include
2000-04-28 Dan Winshipfix a bug that would cause corruption with very long...
2000-04-28 Ettore PerazzoliMade Evolution OAF-compatible.
2000-04-28 NotZedDont try and check a NULL header.
2000-04-28 NotZedClass to represent news addresses - currently empty...
2000-04-27 Dan WinshipRevert previous change. I was confused.
2000-04-27 Dan Winshipexpose these routines.
2000-04-27 Michael Zucci Diagram of the camel-stream and derived classes used...
2000-04-26 Dan WinshipOnly write a newline between the headers and the conten...
2000-04-26 Dan WinshipRemove. We weren't using the fields that made this...
2000-04-26 Dan Winshipsink the content object after referencing it.
2000-04-26 Dan Winshipsync to current reality
2000-04-26 Dan Winshipfix format specifier for time zone. Fix typo in month...
2000-04-26 NotZedBig cleanup of camel-stream-*, got rid of 3 classes...
2000-04-26 Dan Winshiponly return TRUE if the parent is at eos AND the buffer...
2000-04-25 Dan Winshipfix some incorrect macro usage that resulted in bogus...
2000-04-24 Dan Winshipfix a cut-and-pasto.
2000-04-24 Dan Winshipref (and sink) the message stream if we're going to...
2000-04-24 Dan Winshipremove data-wrapper-repository.h include(s)
2000-04-24 Michael ZucciBig fixes for the last commit which broke the message...
2000-04-24 NotZedNo longer call data_wrapper_repository_init.
2000-04-23 Dan Winshipfix some obvious minor bugs noted by -Wall.
2000-04-23 NotZedWhole swag of changes. Still lots of cleanup remaining ...
2000-04-22 Dan Winshipclean, document, etc. (camel_multipart_init): pick...
2000-04-22 NotZedRef the folder after setting it in the new message.
2000-04-21 NotZedRemoved.
2000-04-21 Dan Winshipuse libunicode iconv functions rather than libc ones...
2000-04-21 NotZedTrim leading/trailing spaces off the raw headers.
2000-04-20 NotZedMERGE NEW_PARSER branch into HEAD, fixed conflicts.
2000-04-19 Dan WinshipThis is a subtype of CamelSeekableStream, not CamelStream.
2000-04-19 Dan Winshipclean up a lot. (eos): When testing for end-of-stream...
2000-04-19 Dan Winshipoops. fix prototype in both places
2000-04-19 Dan Winshipconst poison. (Belatedly goes with my change of 2000...
2000-04-19 Dan Winshipdo better reference counting of streams so they actuall...
2000-04-18 Dan Winshipkill camel-log
2000-04-18 Seth Alvesadded 2nd arg to g_return_val_if_fail so this builds
2000-04-18 Dan WinshipClean, polish, document. Most of the gtk-doc comments...
2000-04-17 Dan WinshipRemove the "session" field from CamelMimeMessage. Nothi...
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
next