platform/upstream/evolution-data-server.git
2001-01-04 Dan Winshipoops. commit-o
2001-01-04 Dan WinshipFix two problems in figuring out server-expunged messages.
2001-01-04 Dan WinshipFix two problems in figuring out server-expunged messages.
2001-01-04 Not ZedIf we have a lot of messages changed, promote it to...
2001-01-04 Jeffrey StedfastImplemented. (search_header_exists): Implemented.
2001-01-03 Christopher... Initialize the exists variable so that we don't do...
2001-01-03 Not ZedREmove warning, this isn't really deprecated, sigh.
2001-01-02 Chris LaheyFinishing the removal of these directories.
2001-01-02 Christopher... Removed these directories since they're unused.
2001-01-02 Dan Winshipfix off-by-one
2001-01-02 Dan Winship IMAP randomness.
2001-01-02 Dan WinshipNew function to return just foo/bar with no parameters.
2000-12-28 Dan WinshipRemove this. It was only a thin wrapper around struct...
2000-12-27 Dan WinshipFix the APOP check to not crash on servers that don...
2000-12-24 Michael Zucci (camel_imap_folder_changed): Make sure we unref the...
2000-12-24 Michael Zucci clean up a stubborn and hard to remove imap_folder...
2000-12-24 Michael Zucci Minor compilation fixes.
2000-12-24 Not ZedLock the command channel while searching. (imap_body_co...
2000-12-22 Dan WinshipWhen getting the top-level folder list, include INBOX...
2000-12-21 Dan WinshipNew CamelFolderSearch subclass that just reimplements...
2000-12-21 Dan WinshipUpdate the doc comment: since it always NUL-terminates...
2000-12-19 Dan WinshipOops. Don't do "FETCH 1:0" when the folder is empty.
2000-12-19 Dan WinshipAdd "guint32 server_flags" to CamelImapMessageInfo...
2000-12-18 Dan WinshipChange the semantics of fmt: Now %S (capital S) means...
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...
next