summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Camel build fixes: don't build the tests for now (they don't work withEVOLUTION_0_9evolution-0-9-branchEttore Perazzoli2001-03-1310-3/+25
* Add a missing `$(EXTRA_GNOME_CFLAGS)' in the `$(INCLUDE)' list.Ettore Perazzoli2001-03-132-0/+6
* pullups from HEAD Fixes for IMAP4-pre-rev1 from Torsten Schulz.Dan Winship2001-02-212-2/+13
* pullups from HEAD Deal with out-of-order References headers so they don'tDan Winship2001-02-193-5/+28
* Thaw the defaultfolder. (camel_filter_driver_set_default_folder): Thaw theJeffrey Stedfast2001-02-172-3/+16
* Fix memory leaks in camel-object.c and broken-date-parser.cIain Holmes2001-02-083-6/+23
* Added a missing #include.Christopher James Lahey2001-02-053-0/+9
* Oops. Change this too.Jeffrey Stedfast2001-02-052-2/+5
* Updated.Jeffrey Stedfast2001-02-058-109/+140
* Revert jeff's earlier change, the change below is the more-correct fix.Not Zed2001-02-053-23/+31
* When we drop a fake node, dont skip checking the next in the list.Not Zed2001-02-052-1/+16
* Make do_write loop until the entire buffer is written.Jeffrey Stedfast2001-02-053-6/+15
* Add missing header for cancel check stuff.Not Zed2001-02-024-4/+25
* If we are folding, drop the space at the end of the line.Not Zed2001-02-012-0/+8
* Remvoe the stream locking here. I think this was leading to a deadlockLWE_2001_01Not Zed2001-01-292-4/+6
* Include the terminating NUL in the calculated string length. This hitNot Zed2001-01-292-1/+7
* Oops.Michael Zucci2001-01-252-0/+321
* Changed the subject search to handle case sensitive when it is mixed case.Not Zed2001-01-257-565/+143
* Added tests to see that invalid match and action rules are properlyNot Zed2001-01-242-0/+59
* Fix for api changes.Not Zed2001-01-232-3/+5
* (camel_filter_driver_filter_message): Remove an accidentallyMichael Zucci2001-01-232-1/+2
* Remove the 'finished message' bit.Not Zed2001-01-232-2/+7
* Add a lock around the delayed loading, so two threads won't try to do itDan Winship2001-01-234-2/+46
* Set the CamelFolder::name to just the base part of the vfolder name (theDan Winship2001-01-232-2/+8
* Perform error checking on parsing/execution.Not Zed2001-01-234-12/+60
* Removed some debug 'warnings', as they should now be displayed at theNot Zed2001-01-234-30/+87
* avoid /0 by updating after we've done the sync. (close_folders): Setup theNot Zed2001-01-232-2/+11
* Change the callbacks in this file to match the callback function types.Christopher James Lahey2001-01-222-1/+6
* Added profiling temp files.Not Zed2001-01-2215-2/+55
* When removing phantom nodes, check for the end node too.Not Zed2001-01-224-18/+26
* Make the output a little prettier. Okay, so I'm anal...Jeffrey Stedfast2001-01-223-17/+10
* Added an exception to CamelFilterGetFolderFunc.Not Zed2001-01-213-19/+48
* (subscribe_folder): add a missing UNLOCKDan Winship2001-01-192-0/+2
* Set the deleted bit *before* copying to the default folder, this way ifJeffrey Stedfast2001-01-192-4/+11
* If LISTing a subscribed folder doesn't return a LIST response, just ignoreDan Winship2001-01-192-3/+13
* Mark strings for translation.Kjartan Maraas2001-01-192-2/+6
* Add a percentage complete indicator to the status thing.Not Zed2001-01-193-18/+33
* More tweaking... skip separator characters after the namespace character.Dan Winship2001-01-193-3/+19
* Oops. Somewhere in one of the reorgs, the code to add new messages to theDan Winship2001-01-182-1/+8
* Add some g_warnings() to help debug later if I ever get the segfaults IJeffrey Stedfast2001-01-183-4/+16
* Make sure that the message-info is non-null before we go accessing innerJeffrey Stedfast2001-01-182-1/+10
* New smtp error-code to string mapping function. (smtp_connect): Use theJeffrey Stedfast2001-01-182-10/+106
* Add an int i so this code will compile. Should I be worried about how wellJeffrey Stedfast2001-01-172-1/+8
* Index: ChangeLogMichael Zucci2001-01-1717-28/+1896
* Delayed loading of IMAP message parts.Dan Winship2001-01-1713-183/+996
* fcntl(fd, F_GETFL) returns the flags as the return value, not via a passedDan Winship2001-01-164-14/+31
* set to nntp if ENABLE_NNTP (SUBDIRS): use $(NNTP_DIR)Chris Toshok2001-01-162-1/+10
* Don't check errno as it's not being set. Fixes bug #1150.Jeffrey Stedfast2001-01-162-2/+6
* Ugh, this design is ugly like my butt.Jeffrey Stedfast2001-01-166-5/+121
* Chganged len back to be unsigned. And do a simple range check on theNot Zed2001-01-168-17/+114