platform/upstream/evolution-data-server.git
2000-12-15 Jeffrey StedfastWhen checking to see if we need to fold the header...
2000-12-13 Dan Winshipchange a bunch of IS_CAMEL_* macros to CAMEL_IS_*
2000-12-13 Chris Toshokadd #include <sys/types.h> for freebsd.
2000-12-12 Christopher... Added #ifndef NO_WARNINGS around a #warning. Added...
2000-12-12 Dan WinshipAdd missing .h file. (From campd.)
2000-12-11 Michael ZucciRemove use of linewrap filter. Headers are now wrapped...
2000-12-11 Not ZedHrm, we actually want to call set_header, not add_heade...
2000-12-08 Michael Zucci oops
2000-12-08 JP RosevearShush
2000-12-08 JP RosevearRemove test3 from build until the files show up
2000-12-08 Not ZedChange the sign of the default date offset when none...
2000-12-07 Not ZedChange line no format so that emacs can detect it.
2000-12-07 Jeffrey StedfastWe want to bitwise-or the server and cached flags here...
2000-12-05 Jeffrey StedfastIf the data wrapper fails to be written to the stream...
2000-12-05 Dan Winship (imap_refresh_info): Fix a really really really dumb...
2000-12-05 Dan Winshipuse BODY.PEEK[] rather than RFC822, so the message...
2000-12-05 Dan WinshipFix the check for "flags aren't actually changing".
2000-12-05 Michael Zucci Stream testing stuff.
2000-12-05 Not Zedstream_flush does make sense for a substream afterall...
2000-12-04 Jeffrey Stedfasti18n-ize exception strings. (get_name): And here. ...
2000-12-04 Michael Zucci added some imap tests, tho they dont get far yet and...
2000-12-02 Jeffrey StedfastAdded system_flag to CamelFolderSearchClass
2000-12-01 Dan WinshipDon't g_return_if_fail if the service is already discon...
2000-12-01 Jeffrey StedfastFix a possible bug where 'name' could be uninitialized.
2000-12-01 Jeffrey StedfastNew convenience function, doesn't do much but it sure...
2000-11-30 Jeffrey StedfastHandle the case where the summary failed to load -...
2000-11-30 Dan WinshipRemove unused variable.
2000-11-30 Not ZedRemove assertion that content is there, when it no...
2000-11-29 Jeffrey StedfastUpdated the gtk-doc comment.
2000-11-29 Dan WinshipUse iconv instead of unicode_iconv.
2000-11-29 Dan WinshipFix some off-by-one-ness.
2000-11-29 Ettore PerazzoliBuilddir != srcdir loving.
2000-11-29 Not ZedAdd a missed unref.
2000-11-29 JP RosevearShush
2000-11-28 JP RosevearAdd USE_FLOCK, USE_FCNTL, USE_FLOCK
2000-11-28 Dan WinshipDon't set exception to g_strerror (errno) when nread...
2000-11-28 Dan WinshipDon't try to free things if they haven't been set yet.
2000-11-28 Jeffrey Stedfastsend NULL so we don't have to clear the exception
2000-11-28 Jeffrey StedfastClear the exception if EHLO fails before trying HELO...
2000-11-28 Not ZedSet the info size's properly, oops!
2000-11-28 Radek Doulikadd scan = scan->next; to avoid infinite loop
2000-11-28 Dan WinshipMake this gratuitously more complicated. No wait, I...
2000-11-27 JP RosevearRemove "complete" field
2000-11-27 Not ZedRemoved mh, mbox, added local, to the default.
2000-11-24 Michael Zuccilittle util to scan mailboxes for any and every address...
2000-11-24 Not ZedAdded at least some explanation of all this stuff.
2000-11-24 Not ZedAdd tests.
2000-11-22 Radek Doulikcheck for return values
2000-11-21 Dan Winshipadd #ifdef HAVE_ALLOCA_H
2000-11-21 Not ZedShite, -1 on error, >=0 on success. So i've just been...
2000-11-21 Not ZedAdded camel-folder-thread.[ch].
2000-11-21 Jeffrey Stedfastfix changelog merge conflicts
2000-11-21 Jeffrey StedfastFixed to return the correct bytecount in all cases...
2000-11-20 Not ZedFixes for the summary messageid changes. Hash the messa...
2000-11-17 Jeffrey Stedfastlso make sure not to go past the end of the buffer ;-)
2000-11-17 Jeffrey StedfastWhen extracting a literal string, capture up until...
2000-11-17 Jeffrey StedfastUse the byte-read count to decrement the number of...
2000-11-17 Not ZedWe should always terminate the string. No need to check...
2000-11-16 Not ZedCheck the uid string is all digits before trying to...
2000-11-16 Not ZedNew file - utility functions for locking using differen...
2000-11-16 Michael Zucci Locking interfaces.
2000-11-15 Radek Doulikremoved #include <libgnomevfs/gnome-vfs.h>
2000-11-15 Radek Doulikmime_guess_type_from_file_name moved back to composer...
2000-11-15 Not ZedRemoved local again, not quite ready.
2000-11-15 Michael Zucci Maildir lives.
2000-11-15 Michael Zucci Initial cut for local provider, to handle mh/mailbox...
2000-11-14 Jeffrey StedfastDon't cast an int to a ssize_t.
2000-11-11 Not ZedGo until inend, not inend+1. Changed the continuation...
2000-11-11 Not ZedMake sure 'atleast' is at least 1, always. This is...
2000-11-10 Dan Winshipput a space before a single-digit day of the month...
2000-11-10 Radek Doulikfix ids ending with '.'
2000-11-09 Dan WinshipFix error handling. (Only send a "*" to bail out of...
2000-11-08 Radek Douliknew function, moved from composer
2000-11-08 Not ZedKeep track of the caller bestenc flags that make sense.
2000-11-07 Ettore PerazzoliFix the default implementation for CamelService::get_na...
2000-11-07 Dan WinshipKill debugging, as it causes lots of evolution-mail...
2000-11-07 Michael Zucci Oops, forgot to commit. New stream/filter for doing
2000-11-07 Not ZedImplement a complete() function, now we need one. ...
2000-11-07 Peter WilliamsTwo segfault fixes
2000-11-04 Radek Douliknew function, generates simple message/content id
2000-11-04 Not ZedSet the preface/postface from the parser into the multi...
2000-11-03 Jeffrey StedfastUndo my incorrect fix - I misunderstood danw - sorry!
2000-11-03 Dan WinshipUnbreak this.
2000-11-03 Jeffrey StedfastIf show_pass, then base64 the password before writing...
2000-11-03 Dan Winshipfix bug in previous
2000-11-03 Dan WinshipAdd an "url_flags" field to CamelProvider. Move the...
2000-11-02 Jeffrey StedfastQuote foldernames when sending to the IMAP server becau...
2000-11-02 Not ZedMerged in camel-incremental-branch.
2000-11-02 Dan WinshipRemove old subbed folders from hash table after freeing...
2000-11-01 Dan WinshipDeal correctly with namespace == ""
2000-11-01 Gediminas Paulauskascalendar: made all gui show localized
2000-10-31 Dan WinshipAdd a new argument, clean, that says whether or not...
2000-10-30 Dan WinshipCamel IMAP authentication includes (forgotten in last...
2000-10-30 Dan WinshipNew file with code for IMAP authentication mechanisms...
2000-10-30 Dan WinshipTake an additional argument, "break_lines", saying...
2000-10-30 Dan Winship Improved IMAP namespace handling: leave the namespace...
2000-10-29 Dan WinshipRemove md5-utils.h include since it's not part of Camel...
2000-10-27 Dan WinshipRemove previous comment about Outlook brokenness, since...
2000-10-27 Dan WinshipWork around Outlook brokenness in iMIP parsing by only...
2000-10-27 7build md5-utils
next