aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-message-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Added #include <sys/types.h> for dirent.h which needs it on MacOS X.Jeffrey Stedfast2002-04-151-1/+2
* Turn off w() -> warnings.92001-10-291-0/+14
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Lets try putting a camel_stream_reset() here. Logic being that the streamJeffrey Stedfast2001-10-271-0/+1
* Flush the stream here, not sure it really matters but it might (hopefully)Jeffrey Stedfast2001-10-191-0/+1
* Pass an exception to the cache. (imap_append_online): Same.Jeffrey Stedfast2001-09-141-22/+40
* Doh. Don't remove things from the hash table while foreach'ing it. (AndDan Winship2001-07-031-5/+12
* Return the largest real UID in the cache (as an integer). Eventually to beDan Winship2001-06-161-0/+16
* Create a CamelDiscoDiary. (imap_disconnect_offline): And free it.Dan Winship2001-05-301-4/+1
* Support the IMAP UIDPLUS extension (RFC 2359), which lets youDan Winship2001-05-011-28/+200
* Plug memory leaks.Dan Winship2001-04-131-0/+1
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-0/+2
* Function to check if the store is online and set an exception if not.Dan Winship2001-03-211-0/+13
* First batch of disconnected IMAP-related stuff. This adds localDan Winship2001-03-161-0/+277