aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/local/camel-local-folder.c
Commit message (Expand)AuthorAgeFilesLines
* encode the address before sending it out, rather than using the raw/utf8Not Zed2003-12-091-2/+0
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-221-5/+19
* Implements CamelLocalFolder::get_full_path() (publicly namespaced so thatJeffrey Stedfast2003-09-131-8/+25
* Need to copy the local properties list before passing it out, since it'sNot Zed2003-08-301-1/+1
* implement PERSISTENT_PROPERTIES, for index mode.Not Zed2003-08-281-12/+72
* Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-101-21/+21
* Updated for string-utils namespace changes.Jeffrey Stedfast2003-07-081-2/+1
* Only delete the index if it is non-NULL. Fixes bug #42763.Jeffrey Stedfast2003-05-161-2/+3
* ** for #40989Not Zed2003-04-191-0/+12
* Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-181-5/+5
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-111-1/+1
* Add CAMEL_MESSAGE_ANSWERED_ALL, for folders that can distinguish aDan Winship2002-08-051-1/+2
* Include <sys/time.h> for struct timeval.Not Zed2002-06-261-4/+20
* Remove the CONF_DEFAULT_PATH entry, as this is handled by the url configNot Zed2002-06-061-0/+18
* setup/free the mech string.Not Zed2002-06-031-0/+63
* Turn indexing back on, fingers crossed ...Not Zed2002-04-031-1/+1
* Temporarily disable indexing.Not Zed2002-04-021-1/+4
* When we add a new name, up all of the cache limits, because we're probablyNot Zed2002-03-251-10/+19
* If PATH_MAX doesn't exist, use _POSIX_PATH_MAX.Jeffrey Stedfast2002-01-111-0/+8
* If the mbox file is a symlink, follow the symlink and get the One TrueJeffrey Stedfast2002-01-101-2/+10
* Use path not protocol as the path part of the uri of the folder_created82001-10-281-2/+1
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Finished implementation.72001-10-271-0/+28
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Implement.92001-10-101-0/+44
* replace the ever-growing list of gbooleans with a single guint32 forDan Winship2001-10-091-2/+2
* Dont explicitly save metadata, its saved in summary_sync.32001-10-041-6/+0
* Setup unread count properly, and also setup the url properly.Michael Zucci2001-09-211-2/+4
* Build the path on the folderinfo.02001-09-211-6/+3
* And finally here.Jeffrey Stedfast2001-09-211-0/+1
* If filter inbox is set on the store, and we're opening inbox '', then82001-09-191-1/+5
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* s/folder_deleted/folder_created - result of a bad copy/paste.Jeffrey Stedfast2001-05-241-1/+1
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-0/+2
* Emit the folder_created signal here.Jeffrey Stedfast2001-02-161-1/+13
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-241-219/+44
* Fix the check for "flags aren't actually changing".Dan Winship2000-12-061-3/+12
* Remove assertion that content is there, when it no longer can be.Not Zed2000-11-301-1/+1
* Add a missed unref.Not Zed2000-11-291-0/+13
* Fixes for the summary messageid changes. Hash the messageid and store it.Not Zed2000-11-211-3/+3
* Check the uid string is all digits before trying to write a 'standard'Not Zed2000-11-161-191/+44
* Initial cut for local provider, to handle mh/mailbox/maildir atMichael Zucci2000-11-151-0/+637